Shades of Deep Cerise #DC2C8F
Tints of Deep Cerise #DC2C8F
RGB
CMYK
RGB Variations
Color information
#DC2C8F (or 0xDC2C8F) is known color: Deep Cerise. HEX triplet: DC, 2C and 8F. RGB value is (220,44,143). Sum of RGB (Red+Green+Blue) = 220+44+143=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C8F is #23D370. Grayscale: #6B6B6B. Windows color (decimal): -2347889 or 9383132. OLE color: 9383132.
HSL color Cylindrical-coordinate representation of color #DC2C8F: hue angle of 326.25º 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 #DC2C8F is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 143 | - |
| CMYK | 0 | 0.8 | 0.35 | 0.14 |
| HSL | 326.25º | 0.72% | 0.52% | - |
| HSV(B) | 326.25º | 0.8% | 0.86% | - |
| XYZ | 35.37 | 19 | 27.79 | - |
| YUV | 107.91 | 147.81 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 143 | 0 | 0.8 | 0.35 | 0.14 | 326.25 | 0.72 | 0.52 |
| Hex | DC | 2C | 8F | 0 | 50 | 23 | E | 146 | 48 | 34 |
| Octal | 334 | 54 | 217 | 0 | 120 | 43 | 16 | 506 | 110 | 64 |
| Binary | 11011100 | 101100 | 10001111 | 0 | 1010000 | 100011 | 1110 | 101000110 | 1001000 | 110100 |
Color Harmonies of #DC2C8F
Complementary color
Monochromatic Colors of #DC2C8F
Black with #DC2C8F
Text Example
Text Example
White with #DC2C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C8F; }
p { color: rgb(220,44,143); }
H1.HeaderClassName
{
color: #DC2C8F;
}
.AnyTagClassName
{
color: #DC2C8F;
}
</style>
background-color css
<style>
a { background-color: #DC2C8F; }
a { background-color: rgb(220,44,143); }
div.DivClassName
{
background-color: #DC2C8F;
}
.BgClassName
{
background-color: #DC2C8F;
}
</style>
border-color css
<style>
span { border-color: #DC2C8F; }
span { border-color: rgb(220,44,143); }
td.TdClassName
{
border-color: #DC2C8F;
}
.TagClassName
{
border-color: #DC2C8F;
}
</style>