Shades of Deep Cerise #DD2282
Tints of Deep Cerise #DD2282
RGB
CMYK
RGB Variations
Color information
#DD2282 (or 0xDD2282) is known color: Deep Cerise. HEX triplet: DD, 22 and 82. RGB value is (221,34,130). Sum of RGB (Red+Green+Blue) = 221+34+130=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2282 is #22DD7D. Grayscale: #646464. Windows color (decimal): -2284926 or 8528605. OLE color: 8528605.
HSL color Cylindrical-coordinate representation of color #DD2282: hue angle of 329.2º 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 #DD2282 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 130 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.13 |
| HSL | 329.2º | 0.73% | 0.5% | - |
| HSV(B) | 329.2º | 0.85% | 0.87% | - |
| XYZ | 34.42 | 18.13 | 22.8 | - |
| YUV | 100.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 130 | 0 | 0.85 | 0.41 | 0.13 | 329.2 | 0.73 | 0.5 |
| Hex | DD | 22 | 82 | 0 | 55 | 29 | D | 149 | 49 | 32 |
| Octal | 335 | 42 | 202 | 0 | 125 | 51 | 15 | 511 | 111 | 62 |
| Binary | 11011101 | 100010 | 10000010 | 0 | 1010101 | 101001 | 1101 | 101001001 | 1001001 | 110010 |
Color Harmonies of #DD2282
Complementary color
Monochromatic Colors of #DD2282
Black with #DD2282
Text Example
Text Example
White with #DD2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2282; }
p { color: rgb(221,34,130); }
H1.HeaderClassName
{
color: #DD2282;
}
.AnyTagClassName
{
color: #DD2282;
}
</style>
background-color css
<style>
a { background-color: #DD2282; }
a { background-color: rgb(221,34,130); }
div.DivClassName
{
background-color: #DD2282;
}
.BgClassName
{
background-color: #DD2282;
}
</style>
border-color css
<style>
span { border-color: #DD2282; }
span { border-color: rgb(221,34,130); }
td.TdClassName
{
border-color: #DD2282;
}
.TagClassName
{
border-color: #DD2282;
}
</style>