Shades of Deep Cerise #DC279D
Tints of Deep Cerise #DC279D
RGB
CMYK
RGB Variations
Color information
#DC279D (or 0xDC279D) is known color: Deep Cerise. HEX triplet: DC, 27 and 9D. RGB value is (220,39,157). Sum of RGB (Red+Green+Blue) = 220+39+157=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC279D is #23D862. Grayscale: #6A6A6A. Windows color (decimal): -2349155 or 10299356. OLE color: 10299356.
HSL color Cylindrical-coordinate representation of color #DC279D: hue angle of 320.88º 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 #DC279D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 157 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.14 |
| HSL | 320.88º | 0.72% | 0.51% | - |
| HSV(B) | 320.88º | 0.82% | 0.86% | - |
| XYZ | 36.33 | 19.1 | 33.67 | - |
| YUV | 106.57 | 156.47 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 157 | 0 | 0.82 | 0.29 | 0.14 | 320.88 | 0.72 | 0.51 |
| Hex | DC | 27 | 9D | 0 | 52 | 1D | E | 141 | 48 | 33 |
| Octal | 334 | 47 | 235 | 0 | 122 | 35 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 100111 | 10011101 | 0 | 1010010 | 11101 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC279D
Complementary color
Monochromatic Colors of #DC279D
Black with #DC279D
Text Example
Text Example
White with #DC279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC279D; }
p { color: rgb(220,39,157); }
H1.HeaderClassName
{
color: #DC279D;
}
.AnyTagClassName
{
color: #DC279D;
}
</style>
background-color css
<style>
a { background-color: #DC279D; }
a { background-color: rgb(220,39,157); }
div.DivClassName
{
background-color: #DC279D;
}
.BgClassName
{
background-color: #DC279D;
}
</style>
border-color css
<style>
span { border-color: #DC279D; }
span { border-color: rgb(220,39,157); }
td.TdClassName
{
border-color: #DC279D;
}
.TagClassName
{
border-color: #DC279D;
}
</style>