Shades of Deep Cerise #DD26A0
Tints of Deep Cerise #DD26A0
RGB
CMYK
RGB Variations
Color information
#DD26A0 (or 0xDD26A0) is known color: Deep Cerise. HEX triplet: DD, 26 and A0. RGB value is (221,38,160). Sum of RGB (Red+Green+Blue) = 221+38+160=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD26A0 is #22D95F. Grayscale: #6A6A6A. Windows color (decimal): -2283872 or 10495709. OLE color: 10495709.
HSL color Cylindrical-coordinate representation of color #DD26A0: hue angle of 320º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD26A0 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 160 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.13 |
| HSL | 320º | 0.73% | 0.51% | - |
| HSV(B) | 320º | 0.83% | 0.87% | - |
| XYZ | 36.86 | 19.3 | 35.04 | - |
| YUV | 106.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 160 | 0 | 0.83 | 0.28 | 0.13 | 320 | 0.73 | 0.51 |
| Hex | DD | 26 | A0 | 0 | 53 | 1C | D | 140 | 49 | 33 |
| Octal | 335 | 46 | 240 | 0 | 123 | 34 | 15 | 500 | 111 | 63 |
| Binary | 11011101 | 100110 | 10100000 | 0 | 1010011 | 11100 | 1101 | 101000000 | 1001001 | 110011 |
Color Harmonies of #DD26A0
Complementary color
Monochromatic Colors of #DD26A0
Black with #DD26A0
Text Example
Text Example
White with #DD26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26A0; }
p { color: rgb(221,38,160); }
H1.HeaderClassName
{
color: #DD26A0;
}
.AnyTagClassName
{
color: #DD26A0;
}
</style>
background-color css
<style>
a { background-color: #DD26A0; }
a { background-color: rgb(221,38,160); }
div.DivClassName
{
background-color: #DD26A0;
}
.BgClassName
{
background-color: #DD26A0;
}
</style>
border-color css
<style>
span { border-color: #DD26A0; }
span { border-color: rgb(221,38,160); }
td.TdClassName
{
border-color: #DD26A0;
}
.TagClassName
{
border-color: #DD26A0;
}
</style>