#DF0995

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

Shades of Hollywood Cerise #DF0995

Tints of Hollywood Cerise #DF0995

Color information

#DF0995 (or 0xDF0995) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 09 and 95. RGB value is (223,9,149). Sum of RGB (Red+Green+Blue) = 223+9+149=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0995 is #20F66A. Grayscale: #585858. Windows color (decimal): -2160235 or 9767391. OLE color: 9767391.

HSL color Cylindrical-coordinate representation of color #DF0995: hue angle of 320.75º degrees, saturation: 0.92, 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 #DF0995 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB2239149-
CMYK00.960.330.13
HSL320.75º92.24%45.49%-
HSV(B)320.75º95.96%87.45%-
XYZ35.9518.0530.02-
YUV88.95161.9223.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.53%
GREEN value IS 9 (3.91% from 255) = 2.36%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=58.53%
G=2.36%
B=39.11%

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
Decimal223914900.960.330.13320.7592.2445.49
HexDF99506021D1415c2d
Octal337112250140411550113455
Binary110111111001100101010110000010000111011010000011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0995; }

 p { color: rgb(223,9,149); }

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

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

 a { background-color: rgb(223,9,149); }

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

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

 span { border-color: rgb(223,9,149); }

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