Shades of Deep Cerise #DC229F
Tints of Deep Cerise #DC229F
RGB
CMYK
RGB Variations
Color information
#DC229F (or 0xDC229F) is known color: Deep Cerise. HEX triplet: DC, 22 and 9F. RGB value is (220,34,159). Sum of RGB (Red+Green+Blue) = 220+34+159=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC229F is #23DD60. Grayscale: #676767. Windows color (decimal): -2350433 or 10429148. OLE color: 10429148.
HSL color Cylindrical-coordinate representation of color #DC229F: hue angle of 319.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC229F is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 159 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.14 |
| HSL | 319.68º | 0.73% | 0.5% | - |
| HSV(B) | 319.68º | 0.85% | 0.86% | - |
| XYZ | 36.35 | 18.86 | 34.53 | - |
| YUV | 103.86 | 159.12 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 159 | 0 | 0.85 | 0.28 | 0.14 | 319.68 | 0.73 | 0.5 |
| Hex | DC | 22 | 9F | 0 | 55 | 1C | E | 140 | 49 | 32 |
| Octal | 334 | 42 | 237 | 0 | 125 | 34 | 16 | 500 | 111 | 62 |
| Binary | 11011100 | 100010 | 10011111 | 0 | 1010101 | 11100 | 1110 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DC229F
Complementary color
Monochromatic Colors of #DC229F
Black with #DC229F
Text Example
Text Example
White with #DC229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC229F; }
p { color: rgb(220,34,159); }
H1.HeaderClassName
{
color: #DC229F;
}
.AnyTagClassName
{
color: #DC229F;
}
</style>
background-color css
<style>
a { background-color: #DC229F; }
a { background-color: rgb(220,34,159); }
div.DivClassName
{
background-color: #DC229F;
}
.BgClassName
{
background-color: #DC229F;
}
</style>
border-color css
<style>
span { border-color: #DC229F; }
span { border-color: rgb(220,34,159); }
td.TdClassName
{
border-color: #DC229F;
}
.TagClassName
{
border-color: #DC229F;
}
</style>