Shades of Deep Cerise #DC4199
Tints of Deep Cerise #DC4199
RGB
CMYK
RGB Variations
Color information
#DC4199 (or 0xDC4199) is known color: Deep Cerise. HEX triplet: DC, 41 and 99. RGB value is (220,65,153). Sum of RGB (Red+Green+Blue) = 220+65+153=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4199 is #23BE66. Grayscale: #797979. Windows color (decimal): -2342503 or 10043868. OLE color: 10043868.
HSL color Cylindrical-coordinate representation of color #DC4199: hue angle of 325.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4199 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 153 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.14 |
| HSL | 325.94º | 0.69% | 0.56% | - |
| HSV(B) | 325.94º | 0.7% | 0.86% | - |
| XYZ | 37.16 | 21.3 | 32.29 | - |
| YUV | 121.38 | 145.85 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 153 | 0 | 0.70 | 0.30 | 0.14 | 325.94 | 0.69 | 0.56 |
| Hex | DC | 41 | 99 | 0 | 46 | 1E | E | 146 | 45 | 38 |
| Octal | 334 | 101 | 231 | 0 | 106 | 36 | 16 | 506 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10011001 | 0 | 1000110 | 11110 | 1110 | 101000110 | 1000101 | 111000 |
Color Harmonies of #DC4199
Complementary color
Monochromatic Colors of #DC4199
Black with #DC4199
Text Example
Text Example
White with #DC4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4199; }
p { color: rgb(220,65,153); }
H1.HeaderClassName
{
color: #DC4199;
}
.AnyTagClassName
{
color: #DC4199;
}
</style>
background-color css
<style>
a { background-color: #DC4199; }
a { background-color: rgb(220,65,153); }
div.DivClassName
{
background-color: #DC4199;
}
.BgClassName
{
background-color: #DC4199;
}
</style>
border-color css
<style>
span { border-color: #DC4199; }
span { border-color: rgb(220,65,153); }
td.TdClassName
{
border-color: #DC4199;
}
.TagClassName
{
border-color: #DC4199;
}
</style>