#DF0E94

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

Shades of Hollywood Cerise #DF0E94

Tints of Hollywood Cerise #DF0E94

Color information

#DF0E94 (or 0xDF0E94) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0E and 94. RGB value is (223,14,148). Sum of RGB (Red+Green+Blue) = 223+14+148=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E94 is #20F16B. Grayscale: #5B5B5B. Windows color (decimal): -2158956 or 9703135. OLE color: 9703135.

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

Color convert

RGB22314148-
CMYK00.940.340.13
HSL321.53º88.19%46.47%-
HSV(B)321.53º93.72%87.45%-
XYZ35.9318.1429.62-
YUV91.77159.74221.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.92%
GREEN value IS 14 (5.86% from 255) = 3.64%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=57.92%
G=3.64%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231414800.940.340.13321.5388.1946.47
HexDFE9405E22D142582e
Octal337162240136421550213056
Binary110111111110100101000101111010001011011010000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E94; }

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

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

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

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

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

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

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

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