Shades of Deep Cerise #DD3581
Tints of Deep Cerise #DD3581
RGB
CMYK
RGB Variations
Color information
#DD3581 (or 0xDD3581) is known color: Deep Cerise. HEX triplet: DD, 35 and 81. RGB value is (221,53,129). Sum of RGB (Red+Green+Blue) = 221+53+129=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3581 is #22CA7E. Grayscale: #6F6F6F. Windows color (decimal): -2280063 or 8467933. OLE color: 8467933.
HSL color Cylindrical-coordinate representation of color #DD3581: hue angle of 332.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3581 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 129 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.13 |
| HSL | 332.86º | 0.71% | 0.54% | - |
| HSV(B) | 332.86º | 0.76% | 0.87% | - |
| XYZ | 35.05 | 19.5 | 22.69 | - |
| YUV | 111.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 129 | 0 | 0.76 | 0.42 | 0.13 | 332.86 | 0.71 | 0.54 |
| Hex | DD | 35 | 81 | 0 | 4C | 2A | D | 14D | 47 | 36 |
| Octal | 335 | 65 | 201 | 0 | 114 | 52 | 15 | 515 | 107 | 66 |
| Binary | 11011101 | 110101 | 10000001 | 0 | 1001100 | 101010 | 1101 | 101001101 | 1000111 | 110110 |
Color Harmonies of #DD3581
Complementary color
Monochromatic Colors of #DD3581
Black with #DD3581
Text Example
Text Example
White with #DD3581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3581; }
p { color: rgb(221,53,129); }
H1.HeaderClassName
{
color: #DD3581;
}
.AnyTagClassName
{
color: #DD3581;
}
</style>
background-color css
<style>
a { background-color: #DD3581; }
a { background-color: rgb(221,53,129); }
div.DivClassName
{
background-color: #DD3581;
}
.BgClassName
{
background-color: #DD3581;
}
</style>
border-color css
<style>
span { border-color: #DD3581; }
span { border-color: rgb(221,53,129); }
td.TdClassName
{
border-color: #DD3581;
}
.TagClassName
{
border-color: #DD3581;
}
</style>