Shades of Deep Cerise #DC279E
Tints of Deep Cerise #DC279E
RGB
CMYK
RGB Variations
Color information
#DC279E (or 0xDC279E) is known color: Deep Cerise. HEX triplet: DC, 27 and 9E. RGB value is (220,39,158). Sum of RGB (Red+Green+Blue) = 220+39+158=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC279E is #23D861. Grayscale: #6A6A6A. Windows color (decimal): -2349154 or 10364892. OLE color: 10364892.
HSL color Cylindrical-coordinate representation of color #DC279E: hue angle of 320.55º 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 #DC279E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 158 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.14 |
| HSL | 320.55º | 0.72% | 0.51% | - |
| HSV(B) | 320.55º | 0.82% | 0.86% | - |
| XYZ | 36.41 | 19.14 | 34.12 | - |
| YUV | 106.69 | 156.97 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 158 | 0 | 0.82 | 0.28 | 0.14 | 320.55 | 0.72 | 0.51 |
| Hex | DC | 27 | 9E | 0 | 52 | 1C | E | 141 | 48 | 33 |
| Octal | 334 | 47 | 236 | 0 | 122 | 34 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 100111 | 10011110 | 0 | 1010010 | 11100 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC279E
Complementary color
Monochromatic Colors of #DC279E
Black with #DC279E
Text Example
Text Example
White with #DC279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC279E; }
p { color: rgb(220,39,158); }
H1.HeaderClassName
{
color: #DC279E;
}
.AnyTagClassName
{
color: #DC279E;
}
</style>
background-color css
<style>
a { background-color: #DC279E; }
a { background-color: rgb(220,39,158); }
div.DivClassName
{
background-color: #DC279E;
}
.BgClassName
{
background-color: #DC279E;
}
</style>
border-color css
<style>
span { border-color: #DC279E; }
span { border-color: rgb(220,39,158); }
td.TdClassName
{
border-color: #DC279E;
}
.TagClassName
{
border-color: #DC279E;
}
</style>