#df2895

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

Shades of Deep Cerise #DF2895

Tints of Deep Cerise #DF2895

Color information

#DF2895 (or 0xDF2895) is unknown color: approx Deep Cerise. HEX triplet: DF, 28 and 95. RGB value is (223,40,149). Sum of RGB (Red+Green+Blue) = 223+40+149=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2895 is #20D76A. Grayscale: #6A6A6A. Windows color (decimal): -2152299 or 9775327. OLE color: 9775327.

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

Color convert

RGB22340149-
CMYK00.820.330.13
HSL324.26º74.09%51.57%-
HSV(B)324.26º82.06%87.45%-
XYZ36.6219.3830.24-
YUV107.14151.63210.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.13%
GREEN value IS 40 (16.02% from 255) = 9.71%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=54.13%
G=9.71%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234014900.820.330.13324.2674.0951.57
HexDF289505221D1444a34
Octal337502250122411550411264
Binary11011111101000100101010101001010000111011010001001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df2895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df2895; }

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

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

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

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

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

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

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

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