Shades of Deep Cerise #DC2F8C
Tints of Deep Cerise #DC2F8C
RGB
CMYK
RGB Variations
Color information
#DC2F8C (or 0xDC2F8C) is known color: Deep Cerise. HEX triplet: DC, 2F and 8C. RGB value is (220,47,140). Sum of RGB (Red+Green+Blue) = 220+47+140=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2F8C is #23D073. Grayscale: #6D6D6D. Windows color (decimal): -2347124 or 9187292. OLE color: 9187292.
HSL color Cylindrical-coordinate representation of color #DC2F8C: hue angle of 327.75º 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 #DC2F8C is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 140 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.14 |
| HSL | 327.75º | 0.71% | 0.52% | - |
| HSV(B) | 327.75º | 0.79% | 0.86% | - |
| XYZ | 35.27 | 19.14 | 26.65 | - |
| YUV | 109.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 140 | 0 | 0.79 | 0.36 | 0.14 | 327.75 | 0.71 | 0.52 |
| Hex | DC | 2F | 8C | 0 | 4F | 24 | E | 148 | 47 | 34 |
| Octal | 334 | 57 | 214 | 0 | 117 | 44 | 16 | 510 | 107 | 64 |
| Binary | 11011100 | 101111 | 10001100 | 0 | 1001111 | 100100 | 1110 | 101001000 | 1000111 | 110100 |
Color Harmonies of #DC2F8C
Complementary color
Monochromatic Colors of #DC2F8C
Black with #DC2F8C
Text Example
Text Example
White with #DC2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F8C; }
p { color: rgb(220,47,140); }
H1.HeaderClassName
{
color: #DC2F8C;
}
.AnyTagClassName
{
color: #DC2F8C;
}
</style>
background-color css
<style>
a { background-color: #DC2F8C; }
a { background-color: rgb(220,47,140); }
div.DivClassName
{
background-color: #DC2F8C;
}
.BgClassName
{
background-color: #DC2F8C;
}
</style>
border-color css
<style>
span { border-color: #DC2F8C; }
span { border-color: rgb(220,47,140); }
td.TdClassName
{
border-color: #DC2F8C;
}
.TagClassName
{
border-color: #DC2F8C;
}
</style>