Shades of Deep Cerise #DD31A0
Tints of Deep Cerise #DD31A0
RGB
CMYK
RGB Variations
Color information
#DD31A0 (or 0xDD31A0) is known color: Deep Cerise. HEX triplet: DD, 31 and A0. RGB value is (221,49,160). Sum of RGB (Red+Green+Blue) = 221+49+160=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31A0 is #22CE5F. Grayscale: #707070. Windows color (decimal): -2281056 or 10498525. OLE color: 10498525.
HSL color Cylindrical-coordinate representation of color #DD31A0: hue angle of 321.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31A0 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 160 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.13 |
| HSL | 321.28º | 0.72% | 0.53% | - |
| HSV(B) | 321.28º | 0.78% | 0.87% | - |
| XYZ | 37.26 | 20.11 | 35.17 | - |
| YUV | 113.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 160 | 0 | 0.78 | 0.28 | 0.13 | 321.28 | 0.72 | 0.53 |
| Hex | DD | 31 | A0 | 0 | 4E | 1C | D | 141 | 48 | 35 |
| Octal | 335 | 61 | 240 | 0 | 116 | 34 | 15 | 501 | 110 | 65 |
| Binary | 11011101 | 110001 | 10100000 | 0 | 1001110 | 11100 | 1101 | 101000001 | 1001000 | 110101 |
Color Harmonies of #DD31A0
Complementary color
Monochromatic Colors of #DD31A0
Black with #DD31A0
Text Example
Text Example
White with #DD31A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31A0; }
p { color: rgb(221,49,160); }
H1.HeaderClassName
{
color: #DD31A0;
}
.AnyTagClassName
{
color: #DD31A0;
}
</style>
background-color css
<style>
a { background-color: #DD31A0; }
a { background-color: rgb(221,49,160); }
div.DivClassName
{
background-color: #DD31A0;
}
.BgClassName
{
background-color: #DD31A0;
}
</style>
border-color css
<style>
span { border-color: #DD31A0; }
span { border-color: rgb(221,49,160); }
td.TdClassName
{
border-color: #DD31A0;
}
.TagClassName
{
border-color: #DD31A0;
}
</style>