Shades of Deep Cerise #DD2A7D
Tints of Deep Cerise #DD2A7D
RGB
CMYK
RGB Variations
Color information
#DD2A7D (or 0xDD2A7D) is known color: Deep Cerise. HEX triplet: DD, 2A and 7D. RGB value is (221,42,125). Sum of RGB (Red+Green+Blue) = 221+42+125=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A7D is #22D582. Grayscale: #686868. Windows color (decimal): -2282883 or 8202973. OLE color: 8202973.
HSL color Cylindrical-coordinate representation of color #DD2A7D: hue angle of 332.18º 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 #DD2A7D is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 125 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.13 |
| HSL | 332.18º | 0.72% | 0.52% | - |
| HSV(B) | 332.18º | 0.81% | 0.87% | - |
| XYZ | 34.35 | 18.51 | 21.16 | - |
| YUV | 104.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 125 | 0 | 0.81 | 0.43 | 0.13 | 332.18 | 0.72 | 0.52 |
| Hex | DD | 2A | 7D | 0 | 51 | 2B | D | 14C | 48 | 34 |
| Octal | 335 | 52 | 175 | 0 | 121 | 53 | 15 | 514 | 110 | 64 |
| Binary | 11011101 | 101010 | 1111101 | 0 | 1010001 | 101011 | 1101 | 101001100 | 1001000 | 110100 |
Color Harmonies of #DD2A7D
Complementary color
Monochromatic Colors of #DD2A7D
Black with #DD2A7D
Text Example
Text Example
White with #DD2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A7D; }
p { color: rgb(221,42,125); }
H1.HeaderClassName
{
color: #DD2A7D;
}
.AnyTagClassName
{
color: #DD2A7D;
}
</style>
background-color css
<style>
a { background-color: #DD2A7D; }
a { background-color: rgb(221,42,125); }
div.DivClassName
{
background-color: #DD2A7D;
}
.BgClassName
{
background-color: #DD2A7D;
}
</style>
border-color css
<style>
span { border-color: #DD2A7D; }
span { border-color: rgb(221,42,125); }
td.TdClassName
{
border-color: #DD2A7D;
}
.TagClassName
{
border-color: #DD2A7D;
}
</style>