Shades of Deep Cerise #DC2085
Tints of Deep Cerise #DC2085
RGB
CMYK
RGB Variations
Color information
#DC2085 (or 0xDC2085) is known color: Deep Cerise. HEX triplet: DC, 20 and 85. RGB value is (220,32,133). Sum of RGB (Red+Green+Blue) = 220+32+133=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2085 is #23DF7A. Grayscale: #636363. Windows color (decimal): -2350971 or 8724700. OLE color: 8724700.
HSL color Cylindrical-coordinate representation of color #DC2085: hue angle of 327.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2085 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 133 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.14 |
| HSL | 327.77º | 0.75% | 0.49% | - |
| HSV(B) | 327.77º | 0.85% | 0.86% | - |
| XYZ | 34.27 | 17.94 | 23.85 | - |
| YUV | 99.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 133 | 0 | 0.85 | 0.40 | 0.14 | 327.77 | 0.75 | 0.49 |
| Hex | DC | 20 | 85 | 0 | 55 | 28 | E | 148 | 4B | 31 |
| Octal | 334 | 40 | 205 | 0 | 125 | 50 | 16 | 510 | 113 | 61 |
| Binary | 11011100 | 100000 | 10000101 | 0 | 1010101 | 101000 | 1110 | 101001000 | 1001011 | 110001 |
Color Harmonies of #DC2085
Complementary color
Monochromatic Colors of #DC2085
Black with #DC2085
Text Example
Text Example
White with #DC2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2085; }
p { color: rgb(220,32,133); }
H1.HeaderClassName
{
color: #DC2085;
}
.AnyTagClassName
{
color: #DC2085;
}
</style>
background-color css
<style>
a { background-color: #DC2085; }
a { background-color: rgb(220,32,133); }
div.DivClassName
{
background-color: #DC2085;
}
.BgClassName
{
background-color: #DC2085;
}
</style>
border-color css
<style>
span { border-color: #DC2085; }
span { border-color: rgb(220,32,133); }
td.TdClassName
{
border-color: #DC2085;
}
.TagClassName
{
border-color: #DC2085;
}
</style>