Shades of Deep Cerise #DC2475
Tints of Deep Cerise #DC2475
RGB
CMYK
RGB Variations
Color information
#DC2475 (or 0xDC2475) is known color: Deep Cerise. HEX triplet: DC, 24 and 75. RGB value is (220,36,117). Sum of RGB (Red+Green+Blue) = 220+36+117=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2475 is #23DB8A. Grayscale: #646464. Windows color (decimal): -2349963 or 7677148. OLE color: 7677148.
HSL color Cylindrical-coordinate representation of color #DC2475: hue angle of 333.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2475 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 117 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.14 |
| HSL | 333.59º | 0.72% | 0.5% | - |
| HSV(B) | 333.59º | 0.84% | 0.86% | - |
| XYZ | 33.36 | 17.76 | 18.5 | - |
| YUV | 100.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 117 | 0 | 0.84 | 0.47 | 0.14 | 333.59 | 0.72 | 0.5 |
| Hex | DC | 24 | 75 | 0 | 54 | 2F | E | 14E | 48 | 32 |
| Octal | 334 | 44 | 165 | 0 | 124 | 57 | 16 | 516 | 110 | 62 |
| Binary | 11011100 | 100100 | 1110101 | 0 | 1010100 | 101111 | 1110 | 101001110 | 1001000 | 110010 |
Color Harmonies of #DC2475
Complementary color
Monochromatic Colors of #DC2475
Black with #DC2475
Text Example
Text Example
White with #DC2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2475; }
p { color: rgb(220,36,117); }
H1.HeaderClassName
{
color: #DC2475;
}
.AnyTagClassName
{
color: #DC2475;
}
</style>
background-color css
<style>
a { background-color: #DC2475; }
a { background-color: rgb(220,36,117); }
div.DivClassName
{
background-color: #DC2475;
}
.BgClassName
{
background-color: #DC2475;
}
</style>
border-color css
<style>
span { border-color: #DC2475; }
span { border-color: rgb(220,36,117); }
td.TdClassName
{
border-color: #DC2475;
}
.TagClassName
{
border-color: #DC2475;
}
</style>