#DF0896

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

Shades of Hollywood Cerise #DF0896

Tints of Hollywood Cerise #DF0896

Color information

#DF0896 (or 0xDF0896) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 08 and 96. RGB value is (223,8,150). Sum of RGB (Red+Green+Blue) = 223+8+150=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0896 is #20F769. Grayscale: #585858. Windows color (decimal): -2160490 or 9832671. OLE color: 9832671.

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

Color convert

RGB2238150-
CMYK00.960.330.13
HSL320.37º93.07%45.29%-
HSV(B)320.37º96.41%87.45%-
XYZ36.0218.0630.44-
YUV88.47162.73223.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.53%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=58.53%
G=2.10%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223815000.960.330.13320.3793.0745.29
HexDF89606021D1405d2d
Octal337102260140411550013555
Binary110111111000100101100110000010000111011010000001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0896; }

 p { color: rgb(223,8,150); }

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

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

 a { background-color: rgb(223,8,150); }

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

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

 span { border-color: rgb(223,8,150); }

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