#DF10AD

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

Shades of Hollywood Cerise #DF10AD

Tints of Hollywood Cerise #DF10AD

Color information

#DF10AD (or 0xDF10AD) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 10 and AD. RGB value is (223,16,173). Sum of RGB (Red+Green+Blue) = 223+16+173=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF10AD is #20EF52. Grayscale: #5F5F5F. Windows color (decimal): -2158419 or 11342047. OLE color: 11342047.

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

Color convert

RGB22316173-
CMYK00.930.220.13
HSL314.49º86.61%46.86%-
HSV(B)314.49º92.83%87.45%-
XYZ38.1619.0841.21-
YUV95.79171.58218.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.13%
GREEN value IS 16 (6.64% from 255) = 3.88%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=54.13%
G=3.88%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231617300.930.220.13314.4986.6146.86
HexDF10AD05D16D13a572f
Octal337202550135261547212757
Binary110111111000010101101010111011011011011001110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF10AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF10AD; }

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

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

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

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

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

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

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

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