Shades of Deep Cerise #DD3A96
Tints of Deep Cerise #DD3A96
RGB
CMYK
RGB Variations
Color information
#DD3A96 (or 0xDD3A96) is known color: Deep Cerise. HEX triplet: DD, 3A and 96. RGB value is (221,58,150). Sum of RGB (Red+Green+Blue) = 221+58+150=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3A96 is #22C569. Grayscale: #757575. Windows color (decimal): -2278762 or 9845469. OLE color: 9845469.
HSL color Cylindrical-coordinate representation of color #DD3A96: hue angle of 326.13º 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 #DD3A96 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 150 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.13 |
| HSL | 326.14º | 0.71% | 0.55% | - |
| HSV(B) | 326.14º | 0.74% | 0.87% | - |
| XYZ | 36.84 | 20.6 | 30.89 | - |
| YUV | 117.23 | 146.5 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 150 | 0 | 0.74 | 0.32 | 0.13 | 326.14 | 0.71 | 0.55 |
| Hex | DD | 3A | 96 | 0 | 4A | 20 | D | 146 | 47 | 37 |
| Octal | 335 | 72 | 226 | 0 | 112 | 40 | 15 | 506 | 107 | 67 |
| Binary | 11011101 | 111010 | 10010110 | 0 | 1001010 | 100000 | 1101 | 101000110 | 1000111 | 110111 |
Color Harmonies of #DD3A96
Complementary color
Monochromatic Colors of #DD3A96
Black with #DD3A96
Text Example
Text Example
White with #DD3A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A96; }
p { color: rgb(221,58,150); }
H1.HeaderClassName
{
color: #DD3A96;
}
.AnyTagClassName
{
color: #DD3A96;
}
</style>
background-color css
<style>
a { background-color: #DD3A96; }
a { background-color: rgb(221,58,150); }
div.DivClassName
{
background-color: #DD3A96;
}
.BgClassName
{
background-color: #DD3A96;
}
</style>
border-color css
<style>
span { border-color: #DD3A96; }
span { border-color: rgb(221,58,150); }
td.TdClassName
{
border-color: #DD3A96;
}
.TagClassName
{
border-color: #DD3A96;
}
</style>