Shades of Deep Cerise #DC2D8F
Tints of Deep Cerise #DC2D8F
RGB
CMYK
RGB Variations
Color information
#DC2D8F (or 0xDC2D8F) is known color: Deep Cerise. HEX triplet: DC, 2D and 8F. RGB value is (220,45,143). Sum of RGB (Red+Green+Blue) = 220+45+143=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D8F is #23D270. Grayscale: #6C6C6C. Windows color (decimal): -2347633 or 9383388. OLE color: 9383388.
HSL color Cylindrical-coordinate representation of color #DC2D8F: hue angle of 326.4º degrees, saturation: 0.71, 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 #DC2D8F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 143 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.14 |
| HSL | 326.4º | 0.71% | 0.52% | - |
| HSV(B) | 326.4º | 0.8% | 0.86% | - |
| XYZ | 35.41 | 19.08 | 27.8 | - |
| YUV | 108.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 143 | 0 | 0.80 | 0.35 | 0.14 | 326.4 | 0.71 | 0.52 |
| Hex | DC | 2D | 8F | 0 | 50 | 23 | E | 146 | 47 | 34 |
| Octal | 334 | 55 | 217 | 0 | 120 | 43 | 16 | 506 | 107 | 64 |
| Binary | 11011100 | 101101 | 10001111 | 0 | 1010000 | 100011 | 1110 | 101000110 | 1000111 | 110100 |
Color Harmonies of #DC2D8F
Complementary color
Monochromatic Colors of #DC2D8F
Black with #DC2D8F
Text Example
Text Example
White with #DC2D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D8F; }
p { color: rgb(220,45,143); }
H1.HeaderClassName
{
color: #DC2D8F;
}
.AnyTagClassName
{
color: #DC2D8F;
}
</style>
background-color css
<style>
a { background-color: #DC2D8F; }
a { background-color: rgb(220,45,143); }
div.DivClassName
{
background-color: #DC2D8F;
}
.BgClassName
{
background-color: #DC2D8F;
}
</style>
border-color css
<style>
span { border-color: #DC2D8F; }
span { border-color: rgb(220,45,143); }
td.TdClassName
{
border-color: #DC2D8F;
}
.TagClassName
{
border-color: #DC2D8F;
}
</style>