Shades of Deep Cerise #DD3A81
Tints of Deep Cerise #DD3A81
RGB
CMYK
RGB Variations
Color information
#DD3A81 (or 0xDD3A81) is known color: Deep Cerise. HEX triplet: DD, 3A and 81. RGB value is (221,58,129). Sum of RGB (Red+Green+Blue) = 221+58+129=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3A81 is #22C57E. Grayscale: #727272. Windows color (decimal): -2278783 or 8469213. OLE color: 8469213.
HSL color Cylindrical-coordinate representation of color #DD3A81: hue angle of 333.87º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3A81 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 129 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.13 |
| HSL | 333.87º | 0.71% | 0.55% | - |
| HSV(B) | 333.87º | 0.74% | 0.87% | - |
| XYZ | 35.29 | 19.98 | 22.77 | - |
| YUV | 114.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 129 | 0 | 0.74 | 0.42 | 0.13 | 333.87 | 0.71 | 0.55 |
| Hex | DD | 3A | 81 | 0 | 4A | 2A | D | 14E | 47 | 37 |
| Octal | 335 | 72 | 201 | 0 | 112 | 52 | 15 | 516 | 107 | 67 |
| Binary | 11011101 | 111010 | 10000001 | 0 | 1001010 | 101010 | 1101 | 101001110 | 1000111 | 110111 |
Color Harmonies of #DD3A81
Complementary color
Monochromatic Colors of #DD3A81
Black with #DD3A81
Text Example
Text Example
White with #DD3A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A81; }
p { color: rgb(221,58,129); }
H1.HeaderClassName
{
color: #DD3A81;
}
.AnyTagClassName
{
color: #DD3A81;
}
</style>
background-color css
<style>
a { background-color: #DD3A81; }
a { background-color: rgb(221,58,129); }
div.DivClassName
{
background-color: #DD3A81;
}
.BgClassName
{
background-color: #DD3A81;
}
</style>
border-color css
<style>
span { border-color: #DD3A81; }
span { border-color: rgb(221,58,129); }
td.TdClassName
{
border-color: #DD3A81;
}
.TagClassName
{
border-color: #DD3A81;
}
</style>