Shades of Deep Cerise #DD3A9E
Tints of Deep Cerise #DD3A9E
RGB
CMYK
RGB Variations
Color information
#DD3A9E (or 0xDD3A9E) is known color: Deep Cerise. HEX triplet: DD, 3A and 9E. RGB value is (221,58,158). Sum of RGB (Red+Green+Blue) = 221+58+158=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3A9E is #22C561. Grayscale: #757575. Windows color (decimal): -2278754 or 10369757. OLE color: 10369757.
HSL color Cylindrical-coordinate representation of color #DD3A9E: hue angle of 323.19º 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 #DD3A9E is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 158 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.13 |
| HSL | 323.19º | 0.71% | 0.55% | - |
| HSV(B) | 323.19º | 0.74% | 0.87% | - |
| XYZ | 37.5 | 20.87 | 34.4 | - |
| YUV | 118.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 158 | 0 | 0.74 | 0.29 | 0.13 | 323.19 | 0.71 | 0.55 |
| Hex | DD | 3A | 9E | 0 | 4A | 1D | D | 143 | 47 | 37 |
| Octal | 335 | 72 | 236 | 0 | 112 | 35 | 15 | 503 | 107 | 67 |
| Binary | 11011101 | 111010 | 10011110 | 0 | 1001010 | 11101 | 1101 | 101000011 | 1000111 | 110111 |
Color Harmonies of #DD3A9E
Complementary color
Monochromatic Colors of #DD3A9E
Black with #DD3A9E
Text Example
Text Example
White with #DD3A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A9E; }
p { color: rgb(221,58,158); }
H1.HeaderClassName
{
color: #DD3A9E;
}
.AnyTagClassName
{
color: #DD3A9E;
}
</style>
background-color css
<style>
a { background-color: #DD3A9E; }
a { background-color: rgb(221,58,158); }
div.DivClassName
{
background-color: #DD3A9E;
}
.BgClassName
{
background-color: #DD3A9E;
}
</style>
border-color css
<style>
span { border-color: #DD3A9E; }
span { border-color: rgb(221,58,158); }
td.TdClassName
{
border-color: #DD3A9E;
}
.TagClassName
{
border-color: #DD3A9E;
}
</style>