#DF3995

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

Shades of Deep Cerise #DF3995

Tints of Deep Cerise #DF3995

Color information

#DF3995 (or 0xDF3995) is unknown color: approx Deep Cerise. HEX triplet: DF, 39 and 95. RGB value is (223,57,149). Sum of RGB (Red+Green+Blue) = 223+57+149=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3995 is #20C66A. Grayscale: #747474. Windows color (decimal): -2147947 or 9779679. OLE color: 9779679.

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

Color convert

RGB22357149-
CMYK00.740.330.13
HSL326.75º72.17%54.9%-
HSV(B)326.75º74.44%87.45%-
XYZ37.3220.7830.48-
YUV117.12146203.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.98%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=51.98%
G=13.29%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235714900.740.330.13326.7572.1754.9
HexDF399504A21D1474837
Octal337712250112411550711067
Binary11011111111001100101010100101010000111011010001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3995; }

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

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

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

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

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

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

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

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