Shades of Deep Cerise #DC2985
Tints of Deep Cerise #DC2985
RGB
CMYK
RGB Variations
Color information
#DC2985 (or 0xDC2985) is known color: Deep Cerise. HEX triplet: DC, 29 and 85. RGB value is (220,41,133). Sum of RGB (Red+Green+Blue) = 220+41+133=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2985 is #23D67A. Grayscale: #686868. Windows color (decimal): -2348667 or 8727004. OLE color: 8727004.
HSL color Cylindrical-coordinate representation of color #DC2985: hue angle of 329.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2985 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 133 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.14 |
| HSL | 329.16º | 0.72% | 0.51% | - |
| HSV(B) | 329.16º | 0.81% | 0.86% | - |
| XYZ | 34.54 | 18.49 | 23.94 | - |
| YUV | 105.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 133 | 0 | 0.81 | 0.40 | 0.14 | 329.16 | 0.72 | 0.51 |
| Hex | DC | 29 | 85 | 0 | 51 | 28 | E | 149 | 48 | 33 |
| Octal | 334 | 51 | 205 | 0 | 121 | 50 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 101001 | 10000101 | 0 | 1010001 | 101000 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2985
Complementary color
Monochromatic Colors of #DC2985
Black with #DC2985
Text Example
Text Example
White with #DC2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2985; }
p { color: rgb(220,41,133); }
H1.HeaderClassName
{
color: #DC2985;
}
.AnyTagClassName
{
color: #DC2985;
}
</style>
background-color css
<style>
a { background-color: #DC2985; }
a { background-color: rgb(220,41,133); }
div.DivClassName
{
background-color: #DC2985;
}
.BgClassName
{
background-color: #DC2985;
}
</style>
border-color css
<style>
span { border-color: #DC2985; }
span { border-color: rgb(220,41,133); }
td.TdClassName
{
border-color: #DC2985;
}
.TagClassName
{
border-color: #DC2985;
}
</style>