Shades of Deep Cerise #DC299D
Tints of Deep Cerise #DC299D
RGB
CMYK
RGB Variations
Color information
#DC299D (or 0xDC299D) is known color: Deep Cerise. HEX triplet: DC, 29 and 9D. RGB value is (220,41,157). Sum of RGB (Red+Green+Blue) = 220+41+157=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC299D is #23D662. Grayscale: #6B6B6B. Windows color (decimal): -2348643 or 10299868. OLE color: 10299868.
HSL color Cylindrical-coordinate representation of color #DC299D: hue angle of 321.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC299D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 157 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.14 |
| HSL | 321.12º | 0.72% | 0.51% | - |
| HSV(B) | 321.12º | 0.81% | 0.86% | - |
| XYZ | 36.39 | 19.24 | 33.69 | - |
| YUV | 107.75 | 155.8 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 157 | 0 | 0.81 | 0.29 | 0.14 | 321.12 | 0.72 | 0.51 |
| Hex | DC | 29 | 9D | 0 | 51 | 1D | E | 141 | 48 | 33 |
| Octal | 334 | 51 | 235 | 0 | 121 | 35 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 101001 | 10011101 | 0 | 1010001 | 11101 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC299D
Complementary color
Monochromatic Colors of #DC299D
Black with #DC299D
Text Example
Text Example
White with #DC299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC299D; }
p { color: rgb(220,41,157); }
H1.HeaderClassName
{
color: #DC299D;
}
.AnyTagClassName
{
color: #DC299D;
}
</style>
background-color css
<style>
a { background-color: #DC299D; }
a { background-color: rgb(220,41,157); }
div.DivClassName
{
background-color: #DC299D;
}
.BgClassName
{
background-color: #DC299D;
}
</style>
border-color css
<style>
span { border-color: #DC299D; }
span { border-color: rgb(220,41,157); }
td.TdClassName
{
border-color: #DC299D;
}
.TagClassName
{
border-color: #DC299D;
}
</style>