Shades of Deep Cerise #DC278A
Tints of Deep Cerise #DC278A
RGB
CMYK
RGB Variations
Color information
#DC278A (or 0xDC278A) is known color: Deep Cerise. HEX triplet: DC, 27 and 8A. RGB value is (220,39,138). Sum of RGB (Red+Green+Blue) = 220+39+138=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC278A is #23D875. Grayscale: #686868. Windows color (decimal): -2349174 or 9054172. OLE color: 9054172.
HSL color Cylindrical-coordinate representation of color #DC278A: hue angle of 327.18º 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 #DC278A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 138 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.14 |
| HSL | 327.18º | 0.72% | 0.51% | - |
| HSV(B) | 327.18º | 0.82% | 0.86% | - |
| XYZ | 34.83 | 18.5 | 25.78 | - |
| YUV | 104.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 138 | 0 | 0.82 | 0.37 | 0.14 | 327.18 | 0.72 | 0.51 |
| Hex | DC | 27 | 8A | 0 | 52 | 25 | E | 147 | 48 | 33 |
| Octal | 334 | 47 | 212 | 0 | 122 | 45 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 100111 | 10001010 | 0 | 1010010 | 100101 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC278A
Complementary color
Monochromatic Colors of #DC278A
Black with #DC278A
Text Example
Text Example
White with #DC278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC278A; }
p { color: rgb(220,39,138); }
H1.HeaderClassName
{
color: #DC278A;
}
.AnyTagClassName
{
color: #DC278A;
}
</style>
background-color css
<style>
a { background-color: #DC278A; }
a { background-color: rgb(220,39,138); }
div.DivClassName
{
background-color: #DC278A;
}
.BgClassName
{
background-color: #DC278A;
}
</style>
border-color css
<style>
span { border-color: #DC278A; }
span { border-color: rgb(220,39,138); }
td.TdClassName
{
border-color: #DC278A;
}
.TagClassName
{
border-color: #DC278A;
}
</style>