Shades of Deep Cerise #DC27A0
Tints of Deep Cerise #DC27A0
RGB
CMYK
RGB Variations
Color information
#DC27A0 (or 0xDC27A0) is known color: Deep Cerise. HEX triplet: DC, 27 and A0. RGB value is (220,39,160). Sum of RGB (Red+Green+Blue) = 220+39+160=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27A0 is #23D85F. Grayscale: #6A6A6A. Windows color (decimal): -2349152 or 10495964. OLE color: 10495964.
HSL color Cylindrical-coordinate representation of color #DC27A0: hue angle of 319.89º 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 #DC27A0 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 160 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.14 |
| HSL | 319.89º | 0.72% | 0.51% | - |
| HSV(B) | 319.89º | 0.82% | 0.86% | - |
| XYZ | 36.59 | 19.2 | 35.04 | - |
| YUV | 106.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 160 | 0 | 0.82 | 0.27 | 0.14 | 319.89 | 0.72 | 0.51 |
| Hex | DC | 27 | A0 | 0 | 52 | 1B | E | 140 | 48 | 33 |
| Octal | 334 | 47 | 240 | 0 | 122 | 33 | 16 | 500 | 110 | 63 |
| Binary | 11011100 | 100111 | 10100000 | 0 | 1010010 | 11011 | 1110 | 101000000 | 1001000 | 110011 |
Color Harmonies of #DC27A0
Complementary color
Monochromatic Colors of #DC27A0
Black with #DC27A0
Text Example
Text Example
White with #DC27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27A0; }
p { color: rgb(220,39,160); }
H1.HeaderClassName
{
color: #DC27A0;
}
.AnyTagClassName
{
color: #DC27A0;
}
</style>
background-color css
<style>
a { background-color: #DC27A0; }
a { background-color: rgb(220,39,160); }
div.DivClassName
{
background-color: #DC27A0;
}
.BgClassName
{
background-color: #DC27A0;
}
</style>
border-color css
<style>
span { border-color: #DC27A0; }
span { border-color: rgb(220,39,160); }
td.TdClassName
{
border-color: #DC27A0;
}
.TagClassName
{
border-color: #DC27A0;
}
</style>