#DF00AD

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

Shades of Hollywood Cerise #DF00AD

Tints of Hollywood Cerise #DF00AD

Color information

#DF00AD (or 0xDF00AD) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 00 and AD. RGB value is (223,0,173). Sum of RGB (Red+Green+Blue) = 223+0+173=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00AD is #20FF52. Grayscale: #555555. Windows color (decimal): -2162515 or 11337951. OLE color: 11337951.

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

Color convert

RGB2230173-
CMYK010.220.13
HSL313.45º100%43.73%-
HSV(B)313.45º100%87.45%-
XYZ37.9718.7141.14-
YUV86.4176.88225.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=56.31%
G=0%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2230173010.220.13313.4510043.73
HexDF0AD06416D139642c
Octal33702550144261547114454
Binary11011111010101101011001001011011011001110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF00AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF00AD; }

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

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

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

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

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

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

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

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