Shades of Deep Cerise #DC2699
Tints of Deep Cerise #DC2699
RGB
CMYK
RGB Variations
Color information
#DC2699 (or 0xDC2699) is known color: Deep Cerise. HEX triplet: DC, 26 and 99. RGB value is (220,38,153). Sum of RGB (Red+Green+Blue) = 220+38+153=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2699 is #23D966. Grayscale: #696969. Windows color (decimal): -2349415 or 10036956. OLE color: 10036956.
HSL color Cylindrical-coordinate representation of color #DC2699: hue angle of 322.09º 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 #DC2699 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 153 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.14 |
| HSL | 322.09º | 0.72% | 0.51% | - |
| HSV(B) | 322.09º | 0.83% | 0.86% | - |
| XYZ | 35.96 | 18.9 | 31.89 | - |
| YUV | 105.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 153 | 0 | 0.83 | 0.30 | 0.14 | 322.09 | 0.72 | 0.51 |
| Hex | DC | 26 | 99 | 0 | 53 | 1E | E | 142 | 48 | 33 |
| Octal | 334 | 46 | 231 | 0 | 123 | 36 | 16 | 502 | 110 | 63 |
| Binary | 11011100 | 100110 | 10011001 | 0 | 1010011 | 11110 | 1110 | 101000010 | 1001000 | 110011 |
Color Harmonies of #DC2699
Complementary color
Monochromatic Colors of #DC2699
Black with #DC2699
Text Example
Text Example
White with #DC2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2699; }
p { color: rgb(220,38,153); }
H1.HeaderClassName
{
color: #DC2699;
}
.AnyTagClassName
{
color: #DC2699;
}
</style>
background-color css
<style>
a { background-color: #DC2699; }
a { background-color: rgb(220,38,153); }
div.DivClassName
{
background-color: #DC2699;
}
.BgClassName
{
background-color: #DC2699;
}
</style>
border-color css
<style>
span { border-color: #DC2699; }
span { border-color: rgb(220,38,153); }
td.TdClassName
{
border-color: #DC2699;
}
.TagClassName
{
border-color: #DC2699;
}
</style>