Html Css Color HEX #DB36CC Razzle Dazzle Rose

📋 copy color: '#DB36CC'

red 219 ◦ green 54 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DB36CC

Tints of Razzle Dazzle Rose #DB36CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 45.91%
G = 11.32%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB36CC (or 0xDB36CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and CC. RGB value is (219,54,204). Sum of RGB (Red+Green+Blue) = 219+54+204=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36CC is #24C933. Grayscale: #787878. Windows color (decimal): -2410804 or 13383387. OLE color: 13383387.

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

Color convert

RGB 219 54 204 -
CMYK 0 0.75 0.07 0.14
HSL 305.45º 0.7% 0.54% -
HSV(B) 305.45º 0.75% 0.86% -
XYZ 41.43 22.06 59.2 -
YUV 120.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 219 54 204 0 0.75 0.07 0.14 305.45 0.7 0.54
Hex DB 36 CC 0 4B 7 E 131 46 36
Octal 333 66 314 0 113 7 16 461 106 66
Binary 11011011 110110 11001100 0 1001011 111 1110 100110001 1000110 110110

Color Harmonies of #DB36CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36CC

Black with #DB36CC

Text Example


Text Example

White with #DB36CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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