Shades of Deep Cerise #DD3AA2
Tints of Deep Cerise #DD3AA2
RGB
CMYK
RGB Variations
Color information
#DD3AA2 (or 0xDD3AA2) is known color: Deep Cerise. HEX triplet: DD, 3A and A2. RGB value is (221,58,162). Sum of RGB (Red+Green+Blue) = 221+58+162=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AA2 is #22C55D. Grayscale: #767676. Windows color (decimal): -2278750 or 10631901. OLE color: 10631901.
HSL color Cylindrical-coordinate representation of color #DD3AA2: hue angle of 321.72º 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 #DD3AA2 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 162 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.13 |
| HSL | 321.72º | 0.71% | 0.55% | - |
| HSV(B) | 321.72º | 0.74% | 0.87% | - |
| XYZ | 37.85 | 21.01 | 36.24 | - |
| YUV | 118.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 162 | 0 | 0.74 | 0.27 | 0.13 | 321.72 | 0.71 | 0.55 |
| Hex | DD | 3A | A2 | 0 | 4A | 1B | D | 142 | 47 | 37 |
| Octal | 335 | 72 | 242 | 0 | 112 | 33 | 15 | 502 | 107 | 67 |
| Binary | 11011101 | 111010 | 10100010 | 0 | 1001010 | 11011 | 1101 | 101000010 | 1000111 | 110111 |
Color Harmonies of #DD3AA2
Complementary color
Monochromatic Colors of #DD3AA2
Black with #DD3AA2
Text Example
Text Example
White with #DD3AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3AA2; }
p { color: rgb(221,58,162); }
H1.HeaderClassName
{
color: #DD3AA2;
}
.AnyTagClassName
{
color: #DD3AA2;
}
</style>
background-color css
<style>
a { background-color: #DD3AA2; }
a { background-color: rgb(221,58,162); }
div.DivClassName
{
background-color: #DD3AA2;
}
.BgClassName
{
background-color: #DD3AA2;
}
</style>
border-color css
<style>
span { border-color: #DD3AA2; }
span { border-color: rgb(221,58,162); }
td.TdClassName
{
border-color: #DD3AA2;
}
.TagClassName
{
border-color: #DD3AA2;
}
</style>