Shades of Deep Cerise #DC2975
Tints of Deep Cerise #DC2975
RGB
CMYK
RGB Variations
Color information
#DC2975 (or 0xDC2975) is known color: Deep Cerise. HEX triplet: DC, 29 and 75. RGB value is (220,41,117). Sum of RGB (Red+Green+Blue) = 220+41+117=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2975 is #23D68A. Grayscale: #676767. Windows color (decimal): -2348683 or 7678428. OLE color: 7678428.
HSL color Cylindrical-coordinate representation of color #DC2975: hue angle of 334.53º 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 #DC2975 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 117 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.14 |
| HSL | 334.53º | 0.72% | 0.51% | - |
| HSV(B) | 334.53º | 0.81% | 0.86% | - |
| XYZ | 33.52 | 18.09 | 18.55 | - |
| YUV | 103.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 117 | 0 | 0.81 | 0.47 | 0.14 | 334.53 | 0.72 | 0.51 |
| Hex | DC | 29 | 75 | 0 | 51 | 2F | E | 14F | 48 | 33 |
| Octal | 334 | 51 | 165 | 0 | 121 | 57 | 16 | 517 | 110 | 63 |
| Binary | 11011100 | 101001 | 1110101 | 0 | 1010001 | 101111 | 1110 | 101001111 | 1001000 | 110011 |
Color Harmonies of #DC2975
Complementary color
Monochromatic Colors of #DC2975
Black with #DC2975
Text Example
Text Example
White with #DC2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2975; }
p { color: rgb(220,41,117); }
H1.HeaderClassName
{
color: #DC2975;
}
.AnyTagClassName
{
color: #DC2975;
}
</style>
background-color css
<style>
a { background-color: #DC2975; }
a { background-color: rgb(220,41,117); }
div.DivClassName
{
background-color: #DC2975;
}
.BgClassName
{
background-color: #DC2975;
}
</style>
border-color css
<style>
span { border-color: #DC2975; }
span { border-color: rgb(220,41,117); }
td.TdClassName
{
border-color: #DC2975;
}
.TagClassName
{
border-color: #DC2975;
}
</style>