Shades of Deep Cerise #DC2F9C
Tints of Deep Cerise #DC2F9C
RGB
CMYK
RGB Variations
Color information
#DC2F9C (or 0xDC2F9C) is known color: Deep Cerise. HEX triplet: DC, 2F and 9C. RGB value is (220,47,156). Sum of RGB (Red+Green+Blue) = 220+47+156=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2F9C is #23D063. Grayscale: #6E6E6E. Windows color (decimal): -2347108 or 10235868. OLE color: 10235868.
HSL color Cylindrical-coordinate representation of color #DC2F9C: hue angle of 322.2º 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 #DC2F9C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 156 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.14 |
| HSL | 322.2º | 0.71% | 0.52% | - |
| HSV(B) | 322.2º | 0.79% | 0.86% | - |
| XYZ | 36.53 | 19.65 | 33.32 | - |
| YUV | 111.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 156 | 0 | 0.79 | 0.29 | 0.14 | 322.2 | 0.71 | 0.52 |
| Hex | DC | 2F | 9C | 0 | 4F | 1D | E | 142 | 47 | 34 |
| Octal | 334 | 57 | 234 | 0 | 117 | 35 | 16 | 502 | 107 | 64 |
| Binary | 11011100 | 101111 | 10011100 | 0 | 1001111 | 11101 | 1110 | 101000010 | 1000111 | 110100 |
Color Harmonies of #DC2F9C
Complementary color
Monochromatic Colors of #DC2F9C
Black with #DC2F9C
Text Example
Text Example
White with #DC2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F9C; }
p { color: rgb(220,47,156); }
H1.HeaderClassName
{
color: #DC2F9C;
}
.AnyTagClassName
{
color: #DC2F9C;
}
</style>
background-color css
<style>
a { background-color: #DC2F9C; }
a { background-color: rgb(220,47,156); }
div.DivClassName
{
background-color: #DC2F9C;
}
.BgClassName
{
background-color: #DC2F9C;
}
</style>
border-color css
<style>
span { border-color: #DC2F9C; }
span { border-color: rgb(220,47,156); }
td.TdClassName
{
border-color: #DC2F9C;
}
.TagClassName
{
border-color: #DC2F9C;
}
</style>