Shades of Deep Cerise #DC26A0
Tints of Deep Cerise #DC26A0
RGB
CMYK
RGB Variations
Color information
#DC26A0 (or 0xDC26A0) is known color: Deep Cerise. HEX triplet: DC, 26 and A0. RGB value is (220,38,160). Sum of RGB (Red+Green+Blue) = 220+38+160=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC26A0 is #23D95F. Grayscale: #6A6A6A. Windows color (decimal): -2349408 or 10495708. OLE color: 10495708.
HSL color Cylindrical-coordinate representation of color #DC26A0: hue angle of 319.78º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC26A0 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 160 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.14 |
| HSL | 319.78º | 0.72% | 0.51% | - |
| HSV(B) | 319.78º | 0.83% | 0.86% | - |
| XYZ | 36.55 | 19.14 | 35.03 | - |
| YUV | 106.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 160 | 0 | 0.83 | 0.27 | 0.14 | 319.78 | 0.72 | 0.51 |
| Hex | DC | 26 | A0 | 0 | 53 | 1B | E | 140 | 48 | 33 |
| Octal | 334 | 46 | 240 | 0 | 123 | 33 | 16 | 500 | 110 | 63 |
| Binary | 11011100 | 100110 | 10100000 | 0 | 1010011 | 11011 | 1110 | 101000000 | 1001000 | 110011 |
Color Harmonies of #DC26A0
Complementary color
Monochromatic Colors of #DC26A0
Black with #DC26A0
Text Example
Text Example
White with #DC26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26A0; }
p { color: rgb(220,38,160); }
H1.HeaderClassName
{
color: #DC26A0;
}
.AnyTagClassName
{
color: #DC26A0;
}
</style>
background-color css
<style>
a { background-color: #DC26A0; }
a { background-color: rgb(220,38,160); }
div.DivClassName
{
background-color: #DC26A0;
}
.BgClassName
{
background-color: #DC26A0;
}
</style>
border-color css
<style>
span { border-color: #DC26A0; }
span { border-color: rgb(220,38,160); }
td.TdClassName
{
border-color: #DC26A0;
}
.TagClassName
{
border-color: #DC26A0;
}
</style>