Shades of Deep Cerise #DC2685
Tints of Deep Cerise #DC2685
RGB
CMYK
RGB Variations
Color information
#DC2685 (or 0xDC2685) is known color: Deep Cerise. HEX triplet: DC, 26 and 85. RGB value is (220,38,133). Sum of RGB (Red+Green+Blue) = 220+38+133=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2685 is #23D97A. Grayscale: #676767. Windows color (decimal): -2349435 or 8726236. OLE color: 8726236.
HSL color Cylindrical-coordinate representation of color #DC2685: hue angle of 328.68º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2685 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 133 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.14 |
| HSL | 328.68º | 0.72% | 0.51% | - |
| HSV(B) | 328.68º | 0.83% | 0.86% | - |
| XYZ | 34.44 | 18.3 | 23.91 | - |
| YUV | 103.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 133 | 0 | 0.83 | 0.40 | 0.14 | 328.68 | 0.72 | 0.51 |
| Hex | DC | 26 | 85 | 0 | 53 | 28 | E | 149 | 48 | 33 |
| Octal | 334 | 46 | 205 | 0 | 123 | 50 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 100110 | 10000101 | 0 | 1010011 | 101000 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2685
Complementary color
Monochromatic Colors of #DC2685
Black with #DC2685
Text Example
Text Example
White with #DC2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2685; }
p { color: rgb(220,38,133); }
H1.HeaderClassName
{
color: #DC2685;
}
.AnyTagClassName
{
color: #DC2685;
}
</style>
background-color css
<style>
a { background-color: #DC2685; }
a { background-color: rgb(220,38,133); }
div.DivClassName
{
background-color: #DC2685;
}
.BgClassName
{
background-color: #DC2685;
}
</style>
border-color css
<style>
span { border-color: #DC2685; }
span { border-color: rgb(220,38,133); }
td.TdClassName
{
border-color: #DC2685;
}
.TagClassName
{
border-color: #DC2685;
}
</style>