Shades of Deep Cerise #DD2D94
Tints of Deep Cerise #DD2D94
RGB
CMYK
RGB Variations
Color information
#DD2D94 (or 0xDD2D94) is known color: Deep Cerise. HEX triplet: DD, 2D and 94. RGB value is (221,45,148). Sum of RGB (Red+Green+Blue) = 221+45+148=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D94 is #22D26B. Grayscale: #6D6D6D. Windows color (decimal): -2282092 or 9711069. OLE color: 9711069.
HSL color Cylindrical-coordinate representation of color #DD2D94: hue angle of 324.89º 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 #DD2D94 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 148 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.13 |
| HSL | 324.89º | 0.72% | 0.52% | - |
| HSV(B) | 324.89º | 0.8% | 0.87% | - |
| XYZ | 36.1 | 19.39 | 29.86 | - |
| YUV | 109.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 148 | 0 | 0.80 | 0.33 | 0.13 | 324.89 | 0.72 | 0.52 |
| Hex | DD | 2D | 94 | 0 | 50 | 21 | D | 145 | 48 | 34 |
| Octal | 335 | 55 | 224 | 0 | 120 | 41 | 15 | 505 | 110 | 64 |
| Binary | 11011101 | 101101 | 10010100 | 0 | 1010000 | 100001 | 1101 | 101000101 | 1001000 | 110100 |
Color Harmonies of #DD2D94
Complementary color
Monochromatic Colors of #DD2D94
Black with #DD2D94
Text Example
Text Example
White with #DD2D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D94; }
p { color: rgb(221,45,148); }
H1.HeaderClassName
{
color: #DD2D94;
}
.AnyTagClassName
{
color: #DD2D94;
}
</style>
background-color css
<style>
a { background-color: #DD2D94; }
a { background-color: rgb(221,45,148); }
div.DivClassName
{
background-color: #DD2D94;
}
.BgClassName
{
background-color: #DD2D94;
}
</style>
border-color css
<style>
span { border-color: #DD2D94; }
span { border-color: rgb(221,45,148); }
td.TdClassName
{
border-color: #DD2D94;
}
.TagClassName
{
border-color: #DD2D94;
}
</style>