#DE00AD

Color #DE00AD Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DE00AD

Tints of Hollywood Cerise #DE00AD

Color information

#DE00AD (or 0xDE00AD) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 00 and AD. RGB value is (222,0,173). Sum of RGB (Red+Green+Blue) = 222+0+173=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00AD is #21FF52. Grayscale: #555555. Windows color (decimal): -2228051 or 11337950. OLE color: 11337950.

HSL color Cylindrical-coordinate representation of color #DE00AD: hue angle of 313.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00AD is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB2220173-
CMYK010.220.13
HSL313.24º100%43.53%-
HSV(B)313.24º100%87.06%-
XYZ37.6718.5541.13-
YUV86.1177.05224.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=56.20%
G=0%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2220173010.220.13313.2410043.53
HexDE0AD06416D139642c
Octal33602550144261547114454
Binary11011110010101101011001001011011011001110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE00AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE00AD; }

 p { color: rgb(222,0,173); }

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

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

 a { background-color: rgb(222,0,173); }

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

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

 span { border-color: rgb(222,0,173); }

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