#DE39CD

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

Shades of Razzle Dazzle Rose #DE39CD

Tints of Razzle Dazzle Rose #DE39CD

Color information

#DE39CD (or 0xDE39CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 39 and CD. RGB value is (222,57,205). Sum of RGB (Red+Green+Blue) = 222+57+205=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE39CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE39CD is #21C632. Grayscale: #7A7A7A. Windows color (decimal): -2213427 or 13449694. OLE color: 13449694.

HSL color Cylindrical-coordinate representation of color #DE39CD: hue angle of 306.18º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE39CD is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22257205-
CMYK00.740.080.13
HSL306.18º71.43%54.71%-
HSV(B)306.18º74.32%87.06%-
XYZ42.6122.8659.93-
YUV123.21174.16198.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 57 (22.66% from 255) = 11.78%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=45.87%
G=11.78%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225720500.740.080.13306.1871.4354.71
HexDE39CD04A8D1324737
Octal336713150112101546210767
Binary110111101110011100110101001010100011011001100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE39CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE39CD; }

 p { color: rgb(222,57,205); }

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

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

 a { background-color: rgb(222,57,205); }

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

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

 span { border-color: rgb(222,57,205); }

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