Shades of Deep Cerise #DD3EA4
Tints of Deep Cerise #DD3EA4
RGB
CMYK
RGB Variations
Color information
#DD3EA4 (or 0xDD3EA4) is known color: Deep Cerise. HEX triplet: DD, 3E and A4. RGB value is (221,62,164). Sum of RGB (Red+Green+Blue) = 221+62+164=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EA4 is #22C15B. Grayscale: #787878. Windows color (decimal): -2277724 or 10763997. OLE color: 10763997.
HSL color Cylindrical-coordinate representation of color #DD3EA4: hue angle of 321.51º 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 #DD3EA4 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 164 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.13 |
| HSL | 321.51º | 0.7% | 0.55% | - |
| HSV(B) | 321.51º | 0.72% | 0.87% | - |
| XYZ | 38.24 | 21.5 | 37.26 | - |
| YUV | 121.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 164 | 0 | 0.72 | 0.26 | 0.13 | 321.51 | 0.7 | 0.55 |
| Hex | DD | 3E | A4 | 0 | 48 | 1A | D | 142 | 46 | 37 |
| Octal | 335 | 76 | 244 | 0 | 110 | 32 | 15 | 502 | 106 | 67 |
| Binary | 11011101 | 111110 | 10100100 | 0 | 1001000 | 11010 | 1101 | 101000010 | 1000110 | 110111 |
Color Harmonies of #DD3EA4
Complementary color
Monochromatic Colors of #DD3EA4
Black with #DD3EA4
Text Example
Text Example
White with #DD3EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3EA4; }
p { color: rgb(221,62,164); }
H1.HeaderClassName
{
color: #DD3EA4;
}
.AnyTagClassName
{
color: #DD3EA4;
}
</style>
background-color css
<style>
a { background-color: #DD3EA4; }
a { background-color: rgb(221,62,164); }
div.DivClassName
{
background-color: #DD3EA4;
}
.BgClassName
{
background-color: #DD3EA4;
}
</style>
border-color css
<style>
span { border-color: #DD3EA4; }
span { border-color: rgb(221,62,164); }
td.TdClassName
{
border-color: #DD3EA4;
}
.TagClassName
{
border-color: #DD3EA4;
}
</style>