Shades of Deep Cerise #DD3781
Tints of Deep Cerise #DD3781
RGB
CMYK
RGB Variations
Color information
#DD3781 (or 0xDD3781) is known color: Deep Cerise. HEX triplet: DD, 37 and 81. RGB value is (221,55,129). Sum of RGB (Red+Green+Blue) = 221+55+129=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3781 is #22C87E. Grayscale: #707070. Windows color (decimal): -2279551 or 8468445. OLE color: 8468445.
HSL color Cylindrical-coordinate representation of color #DD3781: hue angle of 333.25º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3781 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 129 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.13 |
| HSL | 333.25º | 0.71% | 0.54% | - |
| HSV(B) | 333.25º | 0.75% | 0.87% | - |
| XYZ | 35.15 | 19.69 | 22.72 | - |
| YUV | 113.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 129 | 0 | 0.75 | 0.42 | 0.13 | 333.25 | 0.71 | 0.54 |
| Hex | DD | 37 | 81 | 0 | 4B | 2A | D | 14D | 47 | 36 |
| Octal | 335 | 67 | 201 | 0 | 113 | 52 | 15 | 515 | 107 | 66 |
| Binary | 11011101 | 110111 | 10000001 | 0 | 1001011 | 101010 | 1101 | 101001101 | 1000111 | 110110 |
Color Harmonies of #DD3781
Complementary color
Monochromatic Colors of #DD3781
Black with #DD3781
Text Example
Text Example
White with #DD3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3781; }
p { color: rgb(221,55,129); }
H1.HeaderClassName
{
color: #DD3781;
}
.AnyTagClassName
{
color: #DD3781;
}
</style>
background-color css
<style>
a { background-color: #DD3781; }
a { background-color: rgb(221,55,129); }
div.DivClassName
{
background-color: #DD3781;
}
.BgClassName
{
background-color: #DD3781;
}
</style>
border-color css
<style>
span { border-color: #DD3781; }
span { border-color: rgb(221,55,129); }
td.TdClassName
{
border-color: #DD3781;
}
.TagClassName
{
border-color: #DD3781;
}
</style>