Shades of Deep Cerise #DD2DA5
Tints of Deep Cerise #DD2DA5
RGB
CMYK
RGB Variations
Color information
#DD2DA5 (or 0xDD2DA5) is known color: Deep Cerise. HEX triplet: DD, 2D and A5. RGB value is (221,45,165). Sum of RGB (Red+Green+Blue) = 221+45+165=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DA5 is #22D25A. Grayscale: #6F6F6F. Windows color (decimal): -2282075 or 10825181. OLE color: 10825181.
HSL color Cylindrical-coordinate representation of color #DD2DA5: hue angle of 319.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DA5 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 165 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.13 |
| HSL | 319.09º | 0.72% | 0.52% | - |
| HSV(B) | 319.09º | 0.8% | 0.87% | - |
| XYZ | 37.55 | 19.97 | 37.47 | - |
| YUV | 111.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 165 | 0 | 0.80 | 0.25 | 0.13 | 319.09 | 0.72 | 0.52 |
| Hex | DD | 2D | A5 | 0 | 50 | 19 | D | 13F | 48 | 34 |
| Octal | 335 | 55 | 245 | 0 | 120 | 31 | 15 | 477 | 110 | 64 |
| Binary | 11011101 | 101101 | 10100101 | 0 | 1010000 | 11001 | 1101 | 100111111 | 1001000 | 110100 |
Color Harmonies of #DD2DA5
Complementary color
Monochromatic Colors of #DD2DA5
Black with #DD2DA5
Text Example
Text Example
White with #DD2DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DA5; }
p { color: rgb(221,45,165); }
H1.HeaderClassName
{
color: #DD2DA5;
}
.AnyTagClassName
{
color: #DD2DA5;
}
</style>
background-color css
<style>
a { background-color: #DD2DA5; }
a { background-color: rgb(221,45,165); }
div.DivClassName
{
background-color: #DD2DA5;
}
.BgClassName
{
background-color: #DD2DA5;
}
</style>
border-color css
<style>
span { border-color: #DD2DA5; }
span { border-color: rgb(221,45,165); }
td.TdClassName
{
border-color: #DD2DA5;
}
.TagClassName
{
border-color: #DD2DA5;
}
</style>