#DE36CA

Color #DE36CA Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DE36CA

Tints of Razzle Dazzle Rose #DE36CA

Color information

#DE36CA (or 0xDE36CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 36 and CA. RGB value is (222,54,202). Sum of RGB (Red+Green+Blue) = 222+54+202=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE36CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE36CA is #21C935. Grayscale: #787878. Windows color (decimal): -2214198 or 13252318. OLE color: 13252318.

HSL color Cylindrical-coordinate representation of color #DE36CA: hue angle of 307.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE36CA is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22254202-
CMYK00.760.090.13
HSL307.14º71.79%54.12%-
HSV(B)307.14º75.68%87.06%-
XYZ42.122.4357.99-
YUV121.1173.66199.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 54 (21.48% from 255) = 11.30%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=46.44%
G=11.30%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225420200.760.090.13307.1471.7954.12
HexDE36CA04C9D1334836
Octal336663120114111546311066
Binary110111101101101100101001001100100111011001100111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE36CA; }

 p { color: rgb(222,54,202); }

 H1.HeaderClassName
 {
   color: #DE36CA;
 }
 .AnyTagClassName
 {
   color: #DE36CA;
 }
</style>
background-color css

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

 a { background-color: rgb(222,54,202); }

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

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

 span { border-color: rgb(222,54,202); }

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