Shades of Deep Cerise #DC2E9F
Tints of Deep Cerise #DC2E9F
RGB
CMYK
RGB Variations
Color information
#DC2E9F (or 0xDC2E9F) is known color: Deep Cerise. HEX triplet: DC, 2E and 9F. RGB value is (220,46,159). Sum of RGB (Red+Green+Blue) = 220+46+159=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2E9F is #23D160. Grayscale: #6E6E6E. Windows color (decimal): -2347361 or 10432220. OLE color: 10432220.
HSL color Cylindrical-coordinate representation of color #DC2E9F: hue angle of 321.03º 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 #DC2E9F is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 159 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.14 |
| HSL | 321.03º | 0.71% | 0.52% | - |
| HSV(B) | 321.03º | 0.79% | 0.86% | - |
| XYZ | 36.75 | 19.67 | 34.66 | - |
| YUV | 110.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 159 | 0 | 0.79 | 0.28 | 0.14 | 321.03 | 0.71 | 0.52 |
| Hex | DC | 2E | 9F | 0 | 4F | 1C | E | 141 | 47 | 34 |
| Octal | 334 | 56 | 237 | 0 | 117 | 34 | 16 | 501 | 107 | 64 |
| Binary | 11011100 | 101110 | 10011111 | 0 | 1001111 | 11100 | 1110 | 101000001 | 1000111 | 110100 |
Color Harmonies of #DC2E9F
Complementary color
Monochromatic Colors of #DC2E9F
Black with #DC2E9F
Text Example
Text Example
White with #DC2E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2E9F; }
p { color: rgb(220,46,159); }
H1.HeaderClassName
{
color: #DC2E9F;
}
.AnyTagClassName
{
color: #DC2E9F;
}
</style>
background-color css
<style>
a { background-color: #DC2E9F; }
a { background-color: rgb(220,46,159); }
div.DivClassName
{
background-color: #DC2E9F;
}
.BgClassName
{
background-color: #DC2E9F;
}
</style>
border-color css
<style>
span { border-color: #DC2E9F; }
span { border-color: rgb(220,46,159); }
td.TdClassName
{
border-color: #DC2E9F;
}
.TagClassName
{
border-color: #DC2E9F;
}
</style>