#DC2E8C

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

Shades of Deep Cerise #DC2E8C

Tints of Deep Cerise #DC2E8C

Color information

#DC2E8C (or 0xDC2E8C) is unknown color: approx Deep Cerise. HEX triplet: DC, 2E and 8C. RGB value is (220,46,140). Sum of RGB (Red+Green+Blue) = 220+46+140=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2E8C is #23D173. Grayscale: #6C6C6C. Windows color (decimal): -2347380 or 9187036. OLE color: 9187036.

HSL color Cylindrical-coordinate representation of color #DC2E8C: hue angle of 327.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2E8C is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB22046140-
CMYK00.790.360.14
HSL327.59º71.31%52.16%-
HSV(B)327.59º79.09%86.27%-
XYZ35.2319.0626.63-
YUV108.74145.65207.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=54.19%
G=11.33%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204614000.790.360.14327.5971.3152.16
HexDC2E8C04F24E1484734
Octal334562140117441651010764
Binary11011100101110100011000100111110010011101010010001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2E8C; }

 p { color: rgb(220,46,140); }

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

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

 a { background-color: rgb(220,46,140); }

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

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

 span { border-color: rgb(220,46,140); }

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