Shades of Deep Cerise #DC279C
Tints of Deep Cerise #DC279C
RGB
CMYK
RGB Variations
Color information
#DC279C (or 0xDC279C) is known color: Deep Cerise. HEX triplet: DC, 27 and 9C. RGB value is (220,39,156). Sum of RGB (Red+Green+Blue) = 220+39+156=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC279C is #23D863. Grayscale: #6A6A6A. Windows color (decimal): -2349156 or 10233820. OLE color: 10233820.
HSL color Cylindrical-coordinate representation of color #DC279C: hue angle of 321.22º 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 #DC279C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 156 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.14 |
| HSL | 321.22º | 0.72% | 0.51% | - |
| HSV(B) | 321.22º | 0.82% | 0.86% | - |
| XYZ | 36.24 | 19.07 | 33.22 | - |
| YUV | 106.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 156 | 0 | 0.82 | 0.29 | 0.14 | 321.22 | 0.72 | 0.51 |
| Hex | DC | 27 | 9C | 0 | 52 | 1D | E | 141 | 48 | 33 |
| Octal | 334 | 47 | 234 | 0 | 122 | 35 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 100111 | 10011100 | 0 | 1010010 | 11101 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC279C
Complementary color
Monochromatic Colors of #DC279C
Black with #DC279C
Text Example
Text Example
White with #DC279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC279C; }
p { color: rgb(220,39,156); }
H1.HeaderClassName
{
color: #DC279C;
}
.AnyTagClassName
{
color: #DC279C;
}
</style>
background-color css
<style>
a { background-color: #DC279C; }
a { background-color: rgb(220,39,156); }
div.DivClassName
{
background-color: #DC279C;
}
.BgClassName
{
background-color: #DC279C;
}
</style>
border-color css
<style>
span { border-color: #DC279C; }
span { border-color: rgb(220,39,156); }
td.TdClassName
{
border-color: #DC279C;
}
.TagClassName
{
border-color: #DC279C;
}
</style>