#DE2CCC

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

Shades of Razzle Dazzle Rose #DE2CCC

Tints of Razzle Dazzle Rose #DE2CCC

Color information

#DE2CCC (or 0xDE2CCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 2C and CC. RGB value is (222,44,204). Sum of RGB (Red+Green+Blue) = 222+44+204=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2CCC is #21D333. Grayscale: #727272. Windows color (decimal): -2216756 or 13380830. OLE color: 13380830.

HSL color Cylindrical-coordinate representation of color #DE2CCC: hue angle of 306.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2CCC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22244204-
CMYK00.800.080.13
HSL306.07º72.95%52.16%-
HSV(B)306.07º80.18%87.06%-
XYZ41.9221.6959.1-
YUV115.46177.97203.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 44 (17.58% from 255) = 9.36%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=47.23%
G=9.36%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224420400.800.080.13306.0772.9552.16
HexDE2CCC0508D1324934
Octal336543140120101546211164
Binary110111101011001100110001010000100011011001100101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2CCC; }

 p { color: rgb(222,44,204); }

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

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

 a { background-color: rgb(222,44,204); }

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

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

 span { border-color: rgb(222,44,204); }

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