Html Css Color HEX #DB36C9 Razzle Dazzle Rose

📋 copy color: '#DB36C9'

red 219 ◦ green 54 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DB36C9

Tints of Razzle Dazzle Rose #DB36C9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.39%

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 46.2%
G = 11.39%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB36C9 (or 0xDB36C9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and C9. RGB value is (219,54,201). Sum of RGB (Red+Green+Blue) = 219+54+201=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36C9 is #24C936. Grayscale: #777777. Windows color (decimal): -2410807 or 13186779. OLE color: 13186779.

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

Color convert

RGB 219 54 201 -
CMYK 0 0.75 0.08 0.14
HSL 306.55º 0.7% 0.54% -
HSV(B) 306.55º 0.75% 0.86% -
XYZ 41.08 21.92 57.32 -
YUV 120.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 219 54 201 0 0.75 0.08 0.14 306.55 0.7 0.54
Hex DB 36 C9 0 4B 8 E 133 46 36
Octal 333 66 311 0 113 10 16 463 106 66
Binary 11011011 110110 11001001 0 1001011 1000 1110 100110011 1000110 110110

Color Harmonies of #DB36C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36C9

Black with #DB36C9

Text Example


Text Example

White with #DB36C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36C9; }

 p { color: rgb(219,54,201); }

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

background-color css

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

 a { background-color: rgb(219,54,201); }

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

border-color css

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

 span { border-color: rgb(219,54,201); }

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