Html Css Color HEX #DB34B6 Razzle Dazzle Rose

📋 copy color: '#DB34B6'

red 219 ◦ green 52 ◦ blue 182

#DB34B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DB34B6

Tints of Razzle Dazzle Rose #DB34B6

RGB

 RED value IS 219 (85.94% from 255) = 48.34%

 GREEN value IS 52 (20.7% from 255) = 11.48%

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 48.34%
G = 11.48%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB34B6 (or 0xDB34B6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and B6. RGB value is (219,52,182). Sum of RGB (Red+Green+Blue) = 219+52+182=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34B6 is #24CB49. Grayscale: #747474. Windows color (decimal): -2411338 or 11941083. OLE color: 11941083.

HSL color Cylindrical-coordinate representation of color #DB34B6: hue angle of 313.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34B6 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 182 -
CMYK 0 0.76 0.17 0.14
HSL 313.29º 0.7% 0.53% -
HSV(B) 313.29º 0.76% 0.86% -
XYZ 38.88 20.89 46.24 -
YUV 116.75 164.83 200.93 -
System Red Green Blue C M Y K H S L
Decimal 219 52 182 0 0.76 0.17 0.14 313.29 0.7 0.53
Hex DB 34 B6 0 4C 11 E 139 46 35
Octal 333 64 266 0 114 21 16 471 106 65
Binary 11011011 110100 10110110 0 1001100 10001 1110 100111001 1000110 110101

Color Harmonies of #DB34B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34B6

Black with #DB34B6

Text Example


Text Example

White with #DB34B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34B6; }

 p { color: rgb(219,52,182); }

 H1.HeaderClassName
 {
   color: #DB34B6;
 }
 .AnyTagClassName
 {
   color: #DB34B6;
 }
</style>

background-color css

<style>
 a { background-color: #DB34B6; }

 a { background-color: rgb(219,52,182); }

 div.DivClassName
 {
   background-color: #DB34B6;
 }
 .BgClassName
 {
   background-color: #DB34B6;
 }
</style>

border-color css

<style>
 span { border-color: #DB34B6; }

 span { border-color: rgb(219,52,182); }

 td.TdClassName
 {
   border-color: #DB34B6;
 }
 .TagClassName
 {
   border-color: #DB34B6;
 }
</style>