Shades of Deep Cerise #DC277C
Tints of Deep Cerise #DC277C
RGB
CMYK
RGB Variations
Color information
#DC277C (or 0xDC277C) is known color: Deep Cerise. HEX triplet: DC, 27 and 7C. RGB value is (220,39,124). Sum of RGB (Red+Green+Blue) = 220+39+124=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC277C is #23D883. Grayscale: #666666. Windows color (decimal): -2349188 or 8136668. OLE color: 8136668.
HSL color Cylindrical-coordinate representation of color #DC277C: hue angle of 331.82º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC277C is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 124 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.14 |
| HSL | 331.82º | 0.72% | 0.51% | - |
| HSV(B) | 331.82º | 0.82% | 0.86% | - |
| XYZ | 33.88 | 18.12 | 20.78 | - |
| YUV | 102.81 | 139.97 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 124 | 0 | 0.82 | 0.44 | 0.14 | 331.82 | 0.72 | 0.51 |
| Hex | DC | 27 | 7C | 0 | 52 | 2C | E | 14C | 48 | 33 |
| Octal | 334 | 47 | 174 | 0 | 122 | 54 | 16 | 514 | 110 | 63 |
| Binary | 11011100 | 100111 | 1111100 | 0 | 1010010 | 101100 | 1110 | 101001100 | 1001000 | 110011 |
Color Harmonies of #DC277C
Complementary color
Monochromatic Colors of #DC277C
Black with #DC277C
Text Example
Text Example
White with #DC277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC277C; }
p { color: rgb(220,39,124); }
H1.HeaderClassName
{
color: #DC277C;
}
.AnyTagClassName
{
color: #DC277C;
}
</style>
background-color css
<style>
a { background-color: #DC277C; }
a { background-color: rgb(220,39,124); }
div.DivClassName
{
background-color: #DC277C;
}
.BgClassName
{
background-color: #DC277C;
}
</style>
border-color css
<style>
span { border-color: #DC277C; }
span { border-color: rgb(220,39,124); }
td.TdClassName
{
border-color: #DC277C;
}
.TagClassName
{
border-color: #DC277C;
}
</style>