Shades of Deep Cerise #DD3E9F
Tints of Deep Cerise #DD3E9F
RGB
CMYK
RGB Variations
Color information
#DD3E9F (or 0xDD3E9F) is known color: Deep Cerise. HEX triplet: DD, 3E and 9F. RGB value is (221,62,159). Sum of RGB (Red+Green+Blue) = 221+62+159=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E9F is #22C160. Grayscale: #787878. Windows color (decimal): -2277729 or 10436317. OLE color: 10436317.
HSL color Cylindrical-coordinate representation of color #DD3E9F: hue angle of 323.4º 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 #DD3E9F is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 159 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.13 |
| HSL | 323.4º | 0.7% | 0.55% | - |
| HSV(B) | 323.4º | 0.72% | 0.87% | - |
| XYZ | 37.8 | 21.32 | 34.92 | - |
| YUV | 120.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 159 | 0 | 0.72 | 0.28 | 0.13 | 323.4 | 0.7 | 0.55 |
| Hex | DD | 3E | 9F | 0 | 48 | 1C | D | 143 | 46 | 37 |
| Octal | 335 | 76 | 237 | 0 | 110 | 34 | 15 | 503 | 106 | 67 |
| Binary | 11011101 | 111110 | 10011111 | 0 | 1001000 | 11100 | 1101 | 101000011 | 1000110 | 110111 |
Color Harmonies of #DD3E9F
Complementary color
Monochromatic Colors of #DD3E9F
Black with #DD3E9F
Text Example
Text Example
White with #DD3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E9F; }
p { color: rgb(221,62,159); }
H1.HeaderClassName
{
color: #DD3E9F;
}
.AnyTagClassName
{
color: #DD3E9F;
}
</style>
background-color css
<style>
a { background-color: #DD3E9F; }
a { background-color: rgb(221,62,159); }
div.DivClassName
{
background-color: #DD3E9F;
}
.BgClassName
{
background-color: #DD3E9F;
}
</style>
border-color css
<style>
span { border-color: #DD3E9F; }
span { border-color: rgb(221,62,159); }
td.TdClassName
{
border-color: #DD3E9F;
}
.TagClassName
{
border-color: #DD3E9F;
}
</style>