#DF4995

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

Shades of Deep Cerise #DF4995

Tints of Deep Cerise #DF4995

Color information

#DF4995 (or 0xDF4995) is unknown color: approx Deep Cerise. HEX triplet: DF, 49 and 95. RGB value is (223,73,149). Sum of RGB (Red+Green+Blue) = 223+73+149=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4995 is #20B66A. Grayscale: #7E7E7E. Windows color (decimal): -2143851 or 9783775. OLE color: 9783775.

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

Color convert

RGB22373149-
CMYK00.670.330.13
HSL329.6º70.09%58.04%-
HSV(B)329.6º67.26%87.45%-
XYZ38.2422.6230.79-
YUV126.51140.7196.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 73 (28.91% from 255) = 16.40%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=50.11%
G=16.40%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237314900.670.330.13329.670.0958.04
HexDF499504321D14a463a
Octal3371112250103411551210672
Binary110111111001001100101010100001110000111011010010101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4995; }

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

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

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

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

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

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

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

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