Shades of Deep Cerise #DC2C8A
Tints of Deep Cerise #DC2C8A
RGB
CMYK
RGB Variations
Color information
#DC2C8A (or 0xDC2C8A) is known color: Deep Cerise. HEX triplet: DC, 2C and 8A. RGB value is (220,44,138). Sum of RGB (Red+Green+Blue) = 220+44+138=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C8A is #23D375. Grayscale: #6B6B6B. Windows color (decimal): -2347894 or 9055452. OLE color: 9055452.
HSL color Cylindrical-coordinate representation of color #DC2C8A: hue angle of 327.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C8A is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 138 | - |
| CMYK | 0 | 0.8 | 0.37 | 0.14 |
| HSL | 327.95º | 0.72% | 0.52% | - |
| HSV(B) | 327.95º | 0.8% | 0.86% | - |
| XYZ | 35 | 18.85 | 25.84 | - |
| YUV | 107.34 | 145.31 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 138 | 0 | 0.8 | 0.37 | 0.14 | 327.95 | 0.72 | 0.52 |
| Hex | DC | 2C | 8A | 0 | 50 | 25 | E | 148 | 48 | 34 |
| Octal | 334 | 54 | 212 | 0 | 120 | 45 | 16 | 510 | 110 | 64 |
| Binary | 11011100 | 101100 | 10001010 | 0 | 1010000 | 100101 | 1110 | 101001000 | 1001000 | 110100 |
Color Harmonies of #DC2C8A
Complementary color
Monochromatic Colors of #DC2C8A
Black with #DC2C8A
Text Example
Text Example
White with #DC2C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C8A; }
p { color: rgb(220,44,138); }
H1.HeaderClassName
{
color: #DC2C8A;
}
.AnyTagClassName
{
color: #DC2C8A;
}
</style>
background-color css
<style>
a { background-color: #DC2C8A; }
a { background-color: rgb(220,44,138); }
div.DivClassName
{
background-color: #DC2C8A;
}
.BgClassName
{
background-color: #DC2C8A;
}
</style>
border-color css
<style>
span { border-color: #DC2C8A; }
span { border-color: rgb(220,44,138); }
td.TdClassName
{
border-color: #DC2C8A;
}
.TagClassName
{
border-color: #DC2C8A;
}
</style>