#df1f9d

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

Shades of Deep Cerise #DF1F9D

Tints of Deep Cerise #DF1F9D

Color information

#DF1F9D (or 0xDF1F9D) is unknown color: approx Deep Cerise. HEX triplet: DF, 1F and 9D. RGB value is (223,31,157). Sum of RGB (Red+Green+Blue) = 223+31+157=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1F9D is #20E062. Grayscale: #666666. Windows color (decimal): -2154595 or 10297311. OLE color: 10297311.

HSL color Cylindrical-coordinate representation of color #DF1F9D: hue angle of 320.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F9D is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB22331157-
CMYK00.860.300.13
HSL320.62º75.59%49.8%-
HSV(B)320.62º86.1%87.45%-
XYZ37.0119.133.63-
YUV102.77158.61213.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.26%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=54.26%
G=7.54%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233115700.860.300.13320.6275.5949.8
HexDF1F9D0561ED1414c32
Octal337372350126361550111462
Binary110111111111110011101010101101111011011010000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1f9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1f9d; }

 p { color: rgb(223,31,157); }

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

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

 a { background-color: rgb(223,31,157); }

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

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

 span { border-color: rgb(223,31,157); }

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