#DF1E8C

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

Shades of Deep Cerise #DF1E8C

Tints of Deep Cerise #DF1E8C

Color information

#DF1E8C (or 0xDF1E8C) is unknown color: approx Deep Cerise. HEX triplet: DF, 1E and 8C. RGB value is (223,30,140). Sum of RGB (Red+Green+Blue) = 223+30+140=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1E8C is #20E173. Grayscale: #646464. Windows color (decimal): -2154868 or 9182943. OLE color: 9182943.

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

Color convert

RGB22330140-
CMYK00.870.370.13
HSL325.8º76.28%49.61%-
HSV(B)325.8º86.55%87.45%-
XYZ35.6318.5126.51-
YUV100.25150.44215.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.74%
GREEN value IS 30 (12.11% from 255) = 7.63%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=56.74%
G=7.63%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233014000.870.370.13325.876.2849.61
HexDF1E8C05725D1464c32
Octal337362140127451550611462
Binary1101111111110100011000101011110010111011010001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1E8C; }

 p { color: rgb(223,30,140); }

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

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

 a { background-color: rgb(223,30,140); }

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

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

 span { border-color: rgb(223,30,140); }

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