Shades of Deep Cerise #DC2485
Tints of Deep Cerise #DC2485
RGB
CMYK
RGB Variations
Color information
#DC2485 (or 0xDC2485) is known color: Deep Cerise. HEX triplet: DC, 24 and 85. RGB value is (220,36,133). Sum of RGB (Red+Green+Blue) = 220+36+133=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2485 is #23DB7A. Grayscale: #656565. Windows color (decimal): -2349947 or 8725724. OLE color: 8725724.
HSL color Cylindrical-coordinate representation of color #DC2485: hue angle of 328.37º 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 #DC2485 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 133 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.14 |
| HSL | 328.37º | 0.72% | 0.5% | - |
| HSV(B) | 328.37º | 0.84% | 0.86% | - |
| XYZ | 34.38 | 18.17 | 23.89 | - |
| YUV | 102.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 133 | 0 | 0.84 | 0.40 | 0.14 | 328.37 | 0.72 | 0.5 |
| Hex | DC | 24 | 85 | 0 | 54 | 28 | E | 148 | 48 | 32 |
| Octal | 334 | 44 | 205 | 0 | 124 | 50 | 16 | 510 | 110 | 62 |
| Binary | 11011100 | 100100 | 10000101 | 0 | 1010100 | 101000 | 1110 | 101001000 | 1001000 | 110010 |
Color Harmonies of #DC2485
Complementary color
Monochromatic Colors of #DC2485
Black with #DC2485
Text Example
Text Example
White with #DC2485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2485; }
p { color: rgb(220,36,133); }
H1.HeaderClassName
{
color: #DC2485;
}
.AnyTagClassName
{
color: #DC2485;
}
</style>
background-color css
<style>
a { background-color: #DC2485; }
a { background-color: rgb(220,36,133); }
div.DivClassName
{
background-color: #DC2485;
}
.BgClassName
{
background-color: #DC2485;
}
</style>
border-color css
<style>
span { border-color: #DC2485; }
span { border-color: rgb(220,36,133); }
td.TdClassName
{
border-color: #DC2485;
}
.TagClassName
{
border-color: #DC2485;
}
</style>