#DF10AE

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

Shades of Hollywood Cerise #DF10AE

Tints of Hollywood Cerise #DF10AE

Color information

#DF10AE (or 0xDF10AE) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 10 and AE. RGB value is (223,16,174). Sum of RGB (Red+Green+Blue) = 223+16+174=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF10AE is #20EF51. Grayscale: #5F5F5F. Windows color (decimal): -2158418 or 11407583. OLE color: 11407583.

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

Color convert

RGB22316174-
CMYK00.930.220.13
HSL314.2º86.61%46.86%-
HSV(B)314.2º92.83%87.45%-
XYZ38.2619.1141.72-
YUV95.9172.08218.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.00%
GREEN value IS 16 (6.64% from 255) = 3.87%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=54.00%
G=3.87%
B=42.13%

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
Decimal2231617400.930.220.13314.286.6146.86
HexDF10AE05D16D13a572f
Octal337202560135261547212757
Binary110111111000010101110010111011011011011001110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF10AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF10AE; }

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

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

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

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

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

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

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

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