Shades of Deep Cerise #DC3699
Tints of Deep Cerise #DC3699
RGB
CMYK
RGB Variations
Color information
#DC3699 (or 0xDC3699) is known color: Deep Cerise. HEX triplet: DC, 36 and 99. RGB value is (220,54,153). Sum of RGB (Red+Green+Blue) = 220+54+153=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3699 is #23C966. Grayscale: #727272. Windows color (decimal): -2345319 or 10041052. OLE color: 10041052.
HSL color Cylindrical-coordinate representation of color #DC3699: hue angle of 324.22º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3699 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 153 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.14 |
| HSL | 324.22º | 0.7% | 0.54% | - |
| HSV(B) | 324.22º | 0.75% | 0.86% | - |
| XYZ | 36.58 | 20.15 | 32.1 | - |
| YUV | 114.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 153 | 0 | 0.75 | 0.30 | 0.14 | 324.22 | 0.7 | 0.54 |
| Hex | DC | 36 | 99 | 0 | 4B | 1E | E | 144 | 46 | 36 |
| Octal | 334 | 66 | 231 | 0 | 113 | 36 | 16 | 504 | 106 | 66 |
| Binary | 11011100 | 110110 | 10011001 | 0 | 1001011 | 11110 | 1110 | 101000100 | 1000110 | 110110 |
Color Harmonies of #DC3699
Complementary color
Monochromatic Colors of #DC3699
Black with #DC3699
Text Example
Text Example
White with #DC3699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3699; }
p { color: rgb(220,54,153); }
H1.HeaderClassName
{
color: #DC3699;
}
.AnyTagClassName
{
color: #DC3699;
}
</style>
background-color css
<style>
a { background-color: #DC3699; }
a { background-color: rgb(220,54,153); }
div.DivClassName
{
background-color: #DC3699;
}
.BgClassName
{
background-color: #DC3699;
}
</style>
border-color css
<style>
span { border-color: #DC3699; }
span { border-color: rgb(220,54,153); }
td.TdClassName
{
border-color: #DC3699;
}
.TagClassName
{
border-color: #DC3699;
}
</style>