Shades of Deep Cerise #DC278C
Tints of Deep Cerise #DC278C
RGB
CMYK
RGB Variations
Color information
#DC278C (or 0xDC278C) is known color: Deep Cerise. HEX triplet: DC, 27 and 8C. RGB value is (220,39,140). Sum of RGB (Red+Green+Blue) = 220+39+140=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC278C is #23D873. Grayscale: #686868. Windows color (decimal): -2349172 or 9185244. OLE color: 9185244.
HSL color Cylindrical-coordinate representation of color #DC278C: hue angle of 326.52º 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 #DC278C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 140 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.14 |
| HSL | 326.52º | 0.72% | 0.51% | - |
| HSV(B) | 326.52º | 0.82% | 0.86% | - |
| XYZ | 34.97 | 18.56 | 26.55 | - |
| YUV | 104.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 140 | 0 | 0.82 | 0.36 | 0.14 | 326.52 | 0.72 | 0.51 |
| Hex | DC | 27 | 8C | 0 | 52 | 24 | E | 147 | 48 | 33 |
| Octal | 334 | 47 | 214 | 0 | 122 | 44 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 100111 | 10001100 | 0 | 1010010 | 100100 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC278C
Complementary color
Monochromatic Colors of #DC278C
Black with #DC278C
Text Example
Text Example
White with #DC278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC278C; }
p { color: rgb(220,39,140); }
H1.HeaderClassName
{
color: #DC278C;
}
.AnyTagClassName
{
color: #DC278C;
}
</style>
background-color css
<style>
a { background-color: #DC278C; }
a { background-color: rgb(220,39,140); }
div.DivClassName
{
background-color: #DC278C;
}
.BgClassName
{
background-color: #DC278C;
}
</style>
border-color css
<style>
span { border-color: #DC278C; }
span { border-color: rgb(220,39,140); }
td.TdClassName
{
border-color: #DC278C;
}
.TagClassName
{
border-color: #DC278C;
}
</style>