Shades of Deep Cerise #DC2A85
Tints of Deep Cerise #DC2A85
RGB
CMYK
RGB Variations
Color information
#DC2A85 (or 0xDC2A85) is known color: Deep Cerise. HEX triplet: DC, 2A and 85. RGB value is (220,42,133). Sum of RGB (Red+Green+Blue) = 220+42+133=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A85 is #23D57A. Grayscale: #696969. Windows color (decimal): -2348411 or 8727260. OLE color: 8727260.
HSL color Cylindrical-coordinate representation of color #DC2A85: hue angle of 329.33º 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 #DC2A85 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 133 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.14 |
| HSL | 329.33º | 0.72% | 0.51% | - |
| HSV(B) | 329.33º | 0.81% | 0.86% | - |
| XYZ | 34.58 | 18.57 | 23.95 | - |
| YUV | 105.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 133 | 0 | 0.81 | 0.40 | 0.14 | 329.33 | 0.72 | 0.51 |
| Hex | DC | 2A | 85 | 0 | 51 | 28 | E | 149 | 48 | 33 |
| Octal | 334 | 52 | 205 | 0 | 121 | 50 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 101010 | 10000101 | 0 | 1010001 | 101000 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2A85
Complementary color
Monochromatic Colors of #DC2A85
Black with #DC2A85
Text Example
Text Example
White with #DC2A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A85; }
p { color: rgb(220,42,133); }
H1.HeaderClassName
{
color: #DC2A85;
}
.AnyTagClassName
{
color: #DC2A85;
}
</style>
background-color css
<style>
a { background-color: #DC2A85; }
a { background-color: rgb(220,42,133); }
div.DivClassName
{
background-color: #DC2A85;
}
.BgClassName
{
background-color: #DC2A85;
}
</style>
border-color css
<style>
span { border-color: #DC2A85; }
span { border-color: rgb(220,42,133); }
td.TdClassName
{
border-color: #DC2A85;
}
.TagClassName
{
border-color: #DC2A85;
}
</style>