Shades of Deep Cerise #DC27A4
Tints of Deep Cerise #DC27A4
RGB
CMYK
RGB Variations
Color information
#DC27A4 (or 0xDC27A4) is known color: Deep Cerise. HEX triplet: DC, 27 and A4. RGB value is (220,39,164). Sum of RGB (Red+Green+Blue) = 220+39+164=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27A4 is #23D85B. Grayscale: #6B6B6B. Windows color (decimal): -2349148 or 10758108. OLE color: 10758108.
HSL color Cylindrical-coordinate representation of color #DC27A4: hue angle of 318.56º 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 #DC27A4 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 164 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.14 |
| HSL | 318.56º | 0.72% | 0.51% | - |
| HSV(B) | 318.56º | 0.82% | 0.86% | - |
| XYZ | 36.94 | 19.35 | 36.91 | - |
| YUV | 107.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 164 | 0 | 0.82 | 0.25 | 0.14 | 318.56 | 0.72 | 0.51 |
| Hex | DC | 27 | A4 | 0 | 52 | 19 | E | 13F | 48 | 33 |
| Octal | 334 | 47 | 244 | 0 | 122 | 31 | 16 | 477 | 110 | 63 |
| Binary | 11011100 | 100111 | 10100100 | 0 | 1010010 | 11001 | 1110 | 100111111 | 1001000 | 110011 |
Color Harmonies of #DC27A4
Complementary color
Monochromatic Colors of #DC27A4
Black with #DC27A4
Text Example
Text Example
White with #DC27A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27A4; }
p { color: rgb(220,39,164); }
H1.HeaderClassName
{
color: #DC27A4;
}
.AnyTagClassName
{
color: #DC27A4;
}
</style>
background-color css
<style>
a { background-color: #DC27A4; }
a { background-color: rgb(220,39,164); }
div.DivClassName
{
background-color: #DC27A4;
}
.BgClassName
{
background-color: #DC27A4;
}
</style>
border-color css
<style>
span { border-color: #DC27A4; }
span { border-color: rgb(220,39,164); }
td.TdClassName
{
border-color: #DC27A4;
}
.TagClassName
{
border-color: #DC27A4;
}
</style>