Shades of Deep Cerise #DC2E8C
Tints of Deep Cerise #DC2E8C
RGB
CMYK
RGB Variations
Color information
#DC2E8C (or 0xDC2E8C) is known color: 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
RGB | 220 | 46 | 140 | - |
CMYK | 0 | 0.79 | 0.36 | 0.14 |
HSL | 327.59º | 0.71% | 0.52% | - |
HSV(B) | 327.59º | 0.79% | 0.86% | - |
XYZ | 35.23 | 19.06 | 26.63 | - |
YUV | 108.74 | 145.65 | 207.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 46 | 140 | 0 | 0.79 | 0.36 | 0.14 | 327.59 | 0.71 | 0.52 |
Hex | DC | 2E | 8C | 0 | 4F | 24 | E | 148 | 47 | 34 |
Octal | 334 | 56 | 214 | 0 | 117 | 44 | 16 | 510 | 107 | 64 |
Binary | 11011100 | 101110 | 10001100 | 0 | 1001111 | 100100 | 1110 | 101001000 | 1000111 | 110100 |
Color Harmonies of #DC2E8C
Complementary color
Monochromatic Colors of #DC2E8C
Black with #DC2E8C
Text Example
Text Example
White with #DC2E8C
Text Example
Text Example
HTML Codes & Css Web 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>