#DF0EA0

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

Shades of Hollywood Cerise #DF0EA0

Tints of Hollywood Cerise #DF0EA0

Color information

#DF0EA0 (or 0xDF0EA0) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0E and A0. RGB value is (223,14,160). Sum of RGB (Red+Green+Blue) = 223+14+160=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EA0 is #20F15F. Grayscale: #5C5C5C. Windows color (decimal): -2158944 or 10489567. OLE color: 10489567.

HSL color Cylindrical-coordinate representation of color #DF0EA0: hue angle of 318.09º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EA0 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB22314160-
CMYK00.940.280.13
HSL318.09º88.19%46.47%-
HSV(B)318.09º93.72%87.45%-
XYZ36.9318.5434.89-
YUV93.14165.74220.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.17%
GREEN value IS 14 (5.86% from 255) = 3.53%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=56.17%
G=3.53%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231416000.940.280.13318.0988.1946.47
HexDFEA005E1CD13e582e
Octal337162400136341547613056
Binary11011111111010100000010111101110011011001111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0EA0; }

 p { color: rgb(223,14,160); }

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

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

 a { background-color: rgb(223,14,160); }

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

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

 span { border-color: rgb(223,14,160); }

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