Shades of Deep Cerise #DD3282
Tints of Deep Cerise #DD3282
RGB
CMYK
RGB Variations
Color information
#DD3282 (or 0xDD3282) is known color: Deep Cerise. HEX triplet: DD, 32 and 82. RGB value is (221,50,130). Sum of RGB (Red+Green+Blue) = 221+50+130=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3282 is #22CD7D. Grayscale: #6E6E6E. Windows color (decimal): -2280830 or 8532701. OLE color: 8532701.
HSL color Cylindrical-coordinate representation of color #DD3282: hue angle of 331.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3282 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 130 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.13 |
| HSL | 331.93º | 0.72% | 0.53% | - |
| HSV(B) | 331.93º | 0.77% | 0.87% | - |
| XYZ | 34.99 | 19.27 | 22.99 | - |
| YUV | 110.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 130 | 0 | 0.77 | 0.41 | 0.13 | 331.93 | 0.72 | 0.53 |
| Hex | DD | 32 | 82 | 0 | 4D | 29 | D | 14C | 48 | 35 |
| Octal | 335 | 62 | 202 | 0 | 115 | 51 | 15 | 514 | 110 | 65 |
| Binary | 11011101 | 110010 | 10000010 | 0 | 1001101 | 101001 | 1101 | 101001100 | 1001000 | 110101 |
Color Harmonies of #DD3282
Complementary color
Monochromatic Colors of #DD3282
Black with #DD3282
Text Example
Text Example
White with #DD3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3282; }
p { color: rgb(221,50,130); }
H1.HeaderClassName
{
color: #DD3282;
}
.AnyTagClassName
{
color: #DD3282;
}
</style>
background-color css
<style>
a { background-color: #DD3282; }
a { background-color: rgb(221,50,130); }
div.DivClassName
{
background-color: #DD3282;
}
.BgClassName
{
background-color: #DD3282;
}
</style>
border-color css
<style>
span { border-color: #DD3282; }
span { border-color: rgb(221,50,130); }
td.TdClassName
{
border-color: #DD3282;
}
.TagClassName
{
border-color: #DD3282;
}
</style>