#DE36D0

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

Shades of Razzle Dazzle Rose #DE36D0

Tints of Razzle Dazzle Rose #DE36D0

Color information

#DE36D0 (or 0xDE36D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 36 and D0. RGB value is (222,54,208). Sum of RGB (Red+Green+Blue) = 222+54+208=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE36D0 is #21C92F. Grayscale: #797979. Windows color (decimal): -2214192 or 13645534. OLE color: 13645534.

HSL color Cylindrical-coordinate representation of color #DE36D0: hue angle of 305º 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 #DE36D0 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22254208-
CMYK00.760.060.13
HSL305º71.79%54.12%-
HSV(B)305º75.68%87.06%-
XYZ42.8322.7261.8-
YUV121.79176.66199.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 54 (21.48% from 255) = 11.16%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=45.87%
G=11.16%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225420800.760.060.1330571.7954.12
HexDE36D004C6D1314836
Octal33666320011461546111066
Binary11011110110110110100000100110011011011001100011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE36D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE36D0; }

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

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

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

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

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

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

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

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