Shades of Deep Cerise #DC28A4
Tints of Deep Cerise #DC28A4
RGB
CMYK
RGB Variations
Color information
#DC28A4 (or 0xDC28A4) is known color: Deep Cerise. HEX triplet: DC, 28 and A4. RGB value is (220,40,164). Sum of RGB (Red+Green+Blue) = 220+40+164=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC28A4 is #23D75B. Grayscale: #6B6B6B. Windows color (decimal): -2348892 or 10758364. OLE color: 10758364.
HSL color Cylindrical-coordinate representation of color #DC28A4: hue angle of 318.67º 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 #DC28A4 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 164 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.14 |
| HSL | 318.67º | 0.72% | 0.51% | - |
| HSV(B) | 318.67º | 0.82% | 0.86% | - |
| XYZ | 36.97 | 19.41 | 36.92 | - |
| YUV | 107.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 164 | 0 | 0.82 | 0.25 | 0.14 | 318.67 | 0.72 | 0.51 |
| Hex | DC | 28 | A4 | 0 | 52 | 19 | E | 13F | 48 | 33 |
| Octal | 334 | 50 | 244 | 0 | 122 | 31 | 16 | 477 | 110 | 63 |
| Binary | 11011100 | 101000 | 10100100 | 0 | 1010010 | 11001 | 1110 | 100111111 | 1001000 | 110011 |
Color Harmonies of #DC28A4
Complementary color
Monochromatic Colors of #DC28A4
Black with #DC28A4
Text Example
Text Example
White with #DC28A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28A4; }
p { color: rgb(220,40,164); }
H1.HeaderClassName
{
color: #DC28A4;
}
.AnyTagClassName
{
color: #DC28A4;
}
</style>
background-color css
<style>
a { background-color: #DC28A4; }
a { background-color: rgb(220,40,164); }
div.DivClassName
{
background-color: #DC28A4;
}
.BgClassName
{
background-color: #DC28A4;
}
</style>
border-color css
<style>
span { border-color: #DC28A4; }
span { border-color: rgb(220,40,164); }
td.TdClassName
{
border-color: #DC28A4;
}
.TagClassName
{
border-color: #DC28A4;
}
</style>