Html Css Color HEX #DB36C0 Razzle Dazzle Rose

📋 copy color: '#DB36C0'

red 219 ◦ green 54 ◦ blue 192

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

Shades of Razzle Dazzle Rose #DB36C0

Tints of Razzle Dazzle Rose #DB36C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 47.1%
G = 11.61%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB36C0 (or 0xDB36C0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and C0. RGB value is (219,54,192). Sum of RGB (Red+Green+Blue) = 219+54+192=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36C0 is #24C93F. Grayscale: #767676. Windows color (decimal): -2410816 or 12596955. OLE color: 12596955.

HSL color Cylindrical-coordinate representation of color #DB36C0: hue angle of 309.82º 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 #DB36C0 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 192 -
CMYK 0 0.75 0.12 0.14
HSL 309.82º 0.7% 0.54% -
HSV(B) 309.82º 0.75% 0.86% -
XYZ 40.05 21.5 51.91 -
YUV 119.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 219 54 192 0 0.75 0.12 0.14 309.82 0.7 0.54
Hex DB 36 C0 0 4B C E 136 46 36
Octal 333 66 300 0 113 14 16 466 106 66
Binary 11011011 110110 11000000 0 1001011 1100 1110 100110110 1000110 110110

Color Harmonies of #DB36C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36C0

Black with #DB36C0

Text Example


Text Example

White with #DB36C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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