Shades of Deep Cerise #DD2A79
Tints of Deep Cerise #DD2A79
RGB
CMYK
RGB Variations
Color information
#DD2A79 (or 0xDD2A79) is known color: Deep Cerise. HEX triplet: DD, 2A and 79. RGB value is (221,42,121). Sum of RGB (Red+Green+Blue) = 221+42+121=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A79 is #22D586. Grayscale: #686868. Windows color (decimal): -2282887 or 7940829. OLE color: 7940829.
HSL color Cylindrical-coordinate representation of color #DD2A79: hue angle of 333.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A79 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 121 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.13 |
| HSL | 333.52º | 0.72% | 0.52% | - |
| HSV(B) | 333.52º | 0.81% | 0.87% | - |
| XYZ | 34.1 | 18.41 | 19.85 | - |
| YUV | 104.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 121 | 0 | 0.81 | 0.45 | 0.13 | 333.52 | 0.72 | 0.52 |
| Hex | DD | 2A | 79 | 0 | 51 | 2D | D | 14E | 48 | 34 |
| Octal | 335 | 52 | 171 | 0 | 121 | 55 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101010 | 1111001 | 0 | 1010001 | 101101 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2A79
Complementary color
Monochromatic Colors of #DD2A79
Black with #DD2A79
Text Example
Text Example
White with #DD2A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A79; }
p { color: rgb(221,42,121); }
H1.HeaderClassName
{
color: #DD2A79;
}
.AnyTagClassName
{
color: #DD2A79;
}
</style>
background-color css
<style>
a { background-color: #DD2A79; }
a { background-color: rgb(221,42,121); }
div.DivClassName
{
background-color: #DD2A79;
}
.BgClassName
{
background-color: #DD2A79;
}
</style>
border-color css
<style>
span { border-color: #DD2A79; }
span { border-color: rgb(221,42,121); }
td.TdClassName
{
border-color: #DD2A79;
}
.TagClassName
{
border-color: #DD2A79;
}
</style>