Shades of Deep Cerise #DC287D
Tints of Deep Cerise #DC287D
RGB
CMYK
RGB Variations
Color information
#DC287D (or 0xDC287D) is known color: Deep Cerise. HEX triplet: DC, 28 and 7D. RGB value is (220,40,125). Sum of RGB (Red+Green+Blue) = 220+40+125=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC287D is #23D782. Grayscale: #676767. Windows color (decimal): -2348931 or 8202460. OLE color: 8202460.
HSL color Cylindrical-coordinate representation of color #DC287D: hue angle of 331.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC287D is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 125 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.14 |
| HSL | 331.67º | 0.72% | 0.51% | - |
| HSV(B) | 331.67º | 0.82% | 0.86% | - |
| XYZ | 33.98 | 18.21 | 21.13 | - |
| YUV | 103.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 125 | 0 | 0.82 | 0.43 | 0.14 | 331.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 7D | 0 | 52 | 2B | E | 14C | 48 | 33 |
| Octal | 334 | 50 | 175 | 0 | 122 | 53 | 16 | 514 | 110 | 63 |
| Binary | 11011100 | 101000 | 1111101 | 0 | 1010010 | 101011 | 1110 | 101001100 | 1001000 | 110011 |
Color Harmonies of #DC287D
Complementary color
Monochromatic Colors of #DC287D
Black with #DC287D
Text Example
Text Example
White with #DC287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC287D; }
p { color: rgb(220,40,125); }
H1.HeaderClassName
{
color: #DC287D;
}
.AnyTagClassName
{
color: #DC287D;
}
</style>
background-color css
<style>
a { background-color: #DC287D; }
a { background-color: rgb(220,40,125); }
div.DivClassName
{
background-color: #DC287D;
}
.BgClassName
{
background-color: #DC287D;
}
</style>
border-color css
<style>
span { border-color: #DC287D; }
span { border-color: rgb(220,40,125); }
td.TdClassName
{
border-color: #DC287D;
}
.TagClassName
{
border-color: #DC287D;
}
</style>