Shades of Deep Cerise #DD2284
Tints of Deep Cerise #DD2284
RGB
CMYK
RGB Variations
Color information
#DD2284 (or 0xDD2284) is known color: Deep Cerise. HEX triplet: DD, 22 and 84. RGB value is (221,34,132). Sum of RGB (Red+Green+Blue) = 221+34+132=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2284 is #22DD7B. Grayscale: #646464. Windows color (decimal): -2284924 or 8659677. OLE color: 8659677.
HSL color Cylindrical-coordinate representation of color #DD2284: hue angle of 328.56º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2284 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 132 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.13 |
| HSL | 328.56º | 0.73% | 0.5% | - |
| HSV(B) | 328.56º | 0.85% | 0.87% | - |
| XYZ | 34.56 | 18.18 | 23.52 | - |
| YUV | 101.09 | 145.45 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 132 | 0 | 0.85 | 0.40 | 0.13 | 328.56 | 0.73 | 0.5 |
| Hex | DD | 22 | 84 | 0 | 55 | 28 | D | 149 | 49 | 32 |
| Octal | 335 | 42 | 204 | 0 | 125 | 50 | 15 | 511 | 111 | 62 |
| Binary | 11011101 | 100010 | 10000100 | 0 | 1010101 | 101000 | 1101 | 101001001 | 1001001 | 110010 |
Color Harmonies of #DD2284
Complementary color
Monochromatic Colors of #DD2284
Black with #DD2284
Text Example
Text Example
White with #DD2284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2284; }
p { color: rgb(221,34,132); }
H1.HeaderClassName
{
color: #DD2284;
}
.AnyTagClassName
{
color: #DD2284;
}
</style>
background-color css
<style>
a { background-color: #DD2284; }
a { background-color: rgb(221,34,132); }
div.DivClassName
{
background-color: #DD2284;
}
.BgClassName
{
background-color: #DD2284;
}
</style>
border-color css
<style>
span { border-color: #DD2284; }
span { border-color: rgb(221,34,132); }
td.TdClassName
{
border-color: #DD2284;
}
.TagClassName
{
border-color: #DD2284;
}
</style>