Shades of Deep Cerise #DD2894
Tints of Deep Cerise #DD2894
RGB
CMYK
RGB Variations
Color information
#DD2894 (or 0xDD2894) is known color: Deep Cerise. HEX triplet: DD, 28 and 94. RGB value is (221,40,148). Sum of RGB (Red+Green+Blue) = 221+40+148=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2894 is #22D76B. Grayscale: #6A6A6A. Windows color (decimal): -2283372 or 9709789. OLE color: 9709789.
HSL color Cylindrical-coordinate representation of color #DD2894: hue angle of 324.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2894 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 148 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.13 |
| HSL | 324.2º | 0.73% | 0.51% | - |
| HSV(B) | 324.2º | 0.82% | 0.87% | - |
| XYZ | 35.92 | 19.03 | 29.8 | - |
| YUV | 106.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 148 | 0 | 0.82 | 0.33 | 0.13 | 324.2 | 0.73 | 0.51 |
| Hex | DD | 28 | 94 | 0 | 52 | 21 | D | 144 | 49 | 33 |
| Octal | 335 | 50 | 224 | 0 | 122 | 41 | 15 | 504 | 111 | 63 |
| Binary | 11011101 | 101000 | 10010100 | 0 | 1010010 | 100001 | 1101 | 101000100 | 1001001 | 110011 |
Color Harmonies of #DD2894
Complementary color
Monochromatic Colors of #DD2894
Black with #DD2894
Text Example
Text Example
White with #DD2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2894; }
p { color: rgb(221,40,148); }
H1.HeaderClassName
{
color: #DD2894;
}
.AnyTagClassName
{
color: #DD2894;
}
</style>
background-color css
<style>
a { background-color: #DD2894; }
a { background-color: rgb(221,40,148); }
div.DivClassName
{
background-color: #DD2894;
}
.BgClassName
{
background-color: #DD2894;
}
</style>
border-color css
<style>
span { border-color: #DD2894; }
span { border-color: rgb(221,40,148); }
td.TdClassName
{
border-color: #DD2894;
}
.TagClassName
{
border-color: #DD2894;
}
</style>