Shades of Deep Cerise #DD3DA2
Tints of Deep Cerise #DD3DA2
RGB
CMYK
RGB Variations
Color information
#DD3DA2 (or 0xDD3DA2) is known color: Deep Cerise. HEX triplet: DD, 3D and A2. RGB value is (221,61,162). Sum of RGB (Red+Green+Blue) = 221+61+162=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DA2 is #22C25D. Grayscale: #787878. Windows color (decimal): -2277982 or 10632669. OLE color: 10632669.
HSL color Cylindrical-coordinate representation of color #DD3DA2: hue angle of 322.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DA2 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 162 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.13 |
| HSL | 322.13º | 0.7% | 0.55% | - |
| HSV(B) | 322.13º | 0.72% | 0.87% | - |
| XYZ | 38.01 | 21.32 | 36.29 | - |
| YUV | 120.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 162 | 0 | 0.72 | 0.27 | 0.13 | 322.13 | 0.7 | 0.55 |
| Hex | DD | 3D | A2 | 0 | 48 | 1B | D | 142 | 46 | 37 |
| Octal | 335 | 75 | 242 | 0 | 110 | 33 | 15 | 502 | 106 | 67 |
| Binary | 11011101 | 111101 | 10100010 | 0 | 1001000 | 11011 | 1101 | 101000010 | 1000110 | 110111 |
Color Harmonies of #DD3DA2
Complementary color
Monochromatic Colors of #DD3DA2
Black with #DD3DA2
Text Example
Text Example
White with #DD3DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DA2; }
p { color: rgb(221,61,162); }
H1.HeaderClassName
{
color: #DD3DA2;
}
.AnyTagClassName
{
color: #DD3DA2;
}
</style>
background-color css
<style>
a { background-color: #DD3DA2; }
a { background-color: rgb(221,61,162); }
div.DivClassName
{
background-color: #DD3DA2;
}
.BgClassName
{
background-color: #DD3DA2;
}
</style>
border-color css
<style>
span { border-color: #DD3DA2; }
span { border-color: rgb(221,61,162); }
td.TdClassName
{
border-color: #DD3DA2;
}
.TagClassName
{
border-color: #DD3DA2;
}
</style>