Html Css Color HEX #DB36C8 Razzle Dazzle Rose

📋 copy color: '#DB36C8'

red 219 ◦ green 54 ◦ blue 200

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

Shades of Razzle Dazzle Rose #DB36C8

Tints of Razzle Dazzle Rose #DB36C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 46.3%
G = 11.42%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB36C8 (or 0xDB36C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and C8. RGB value is (219,54,200). Sum of RGB (Red+Green+Blue) = 219+54+200=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36C8 is #24C937. Grayscale: #777777. Windows color (decimal): -2410808 or 13121243. OLE color: 13121243.

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

Color convert

RGB 219 54 200 -
CMYK 0 0.75 0.09 0.14
HSL 306.91º 0.7% 0.54% -
HSV(B) 306.91º 0.75% 0.86% -
XYZ 40.96 21.87 56.71 -
YUV 119.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 219 54 200 0 0.75 0.09 0.14 306.91 0.7 0.54
Hex DB 36 C8 0 4B 9 E 133 46 36
Octal 333 66 310 0 113 11 16 463 106 66
Binary 11011011 110110 11001000 0 1001011 1001 1110 100110011 1000110 110110

Color Harmonies of #DB36C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36C8

Black with #DB36C8

Text Example


Text Example

White with #DB36C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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