Shades of Deep Cerise #DD2D7A
Tints of Deep Cerise #DD2D7A
RGB
CMYK
RGB Variations
Color information
#DD2D7A (or 0xDD2D7A) is known color: Deep Cerise. HEX triplet: DD, 2D and 7A. RGB value is (221,45,122). Sum of RGB (Red+Green+Blue) = 221+45+122=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D7A is #22D285. Grayscale: #6A6A6A. Windows color (decimal): -2282118 or 8007133. OLE color: 8007133.
HSL color Cylindrical-coordinate representation of color #DD2D7A: hue angle of 333.75º 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 #DD2D7A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 122 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.13 |
| HSL | 333.75º | 0.72% | 0.52% | - |
| HSV(B) | 333.75º | 0.8% | 0.87% | - |
| XYZ | 34.27 | 18.65 | 20.21 | - |
| YUV | 106.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 122 | 0 | 0.80 | 0.45 | 0.13 | 333.75 | 0.72 | 0.52 |
| Hex | DD | 2D | 7A | 0 | 50 | 2D | D | 14E | 48 | 34 |
| Octal | 335 | 55 | 172 | 0 | 120 | 55 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101101 | 1111010 | 0 | 1010000 | 101101 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2D7A
Complementary color
Monochromatic Colors of #DD2D7A
Black with #DD2D7A
Text Example
Text Example
White with #DD2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D7A; }
p { color: rgb(221,45,122); }
H1.HeaderClassName
{
color: #DD2D7A;
}
.AnyTagClassName
{
color: #DD2D7A;
}
</style>
background-color css
<style>
a { background-color: #DD2D7A; }
a { background-color: rgb(221,45,122); }
div.DivClassName
{
background-color: #DD2D7A;
}
.BgClassName
{
background-color: #DD2D7A;
}
</style>
border-color css
<style>
span { border-color: #DD2D7A; }
span { border-color: rgb(221,45,122); }
td.TdClassName
{
border-color: #DD2D7A;
}
.TagClassName
{
border-color: #DD2D7A;
}
</style>