Shades of Deep Cerise #DC2F9E
Tints of Deep Cerise #DC2F9E
RGB
CMYK
RGB Variations
Color information
#DC2F9E (or 0xDC2F9E) is known color: Deep Cerise. HEX triplet: DC, 2F and 9E. RGB value is (220,47,158). Sum of RGB (Red+Green+Blue) = 220+47+158=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2F9E is #23D061. Grayscale: #6F6F6F. Windows color (decimal): -2347106 or 10366940. OLE color: 10366940.
HSL color Cylindrical-coordinate representation of color #DC2F9E: hue angle of 321.5º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2F9E is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 158 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.14 |
| HSL | 321.5º | 0.71% | 0.52% | - |
| HSV(B) | 321.5º | 0.79% | 0.86% | - |
| XYZ | 36.7 | 19.72 | 34.22 | - |
| YUV | 111.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 158 | 0 | 0.79 | 0.28 | 0.14 | 321.5 | 0.71 | 0.52 |
| Hex | DC | 2F | 9E | 0 | 4F | 1C | E | 142 | 47 | 34 |
| Octal | 334 | 57 | 236 | 0 | 117 | 34 | 16 | 502 | 107 | 64 |
| Binary | 11011100 | 101111 | 10011110 | 0 | 1001111 | 11100 | 1110 | 101000010 | 1000111 | 110100 |
Color Harmonies of #DC2F9E
Complementary color
Monochromatic Colors of #DC2F9E
Black with #DC2F9E
Text Example
Text Example
White with #DC2F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F9E; }
p { color: rgb(220,47,158); }
H1.HeaderClassName
{
color: #DC2F9E;
}
.AnyTagClassName
{
color: #DC2F9E;
}
</style>
background-color css
<style>
a { background-color: #DC2F9E; }
a { background-color: rgb(220,47,158); }
div.DivClassName
{
background-color: #DC2F9E;
}
.BgClassName
{
background-color: #DC2F9E;
}
</style>
border-color css
<style>
span { border-color: #DC2F9E; }
span { border-color: rgb(220,47,158); }
td.TdClassName
{
border-color: #DC2F9E;
}
.TagClassName
{
border-color: #DC2F9E;
}
</style>