Shades of Deep Cerise #DD349F
Tints of Deep Cerise #DD349F
RGB
CMYK
RGB Variations
Color information
#DD349F (or 0xDD349F) is known color: Deep Cerise. HEX triplet: DD, 34 and 9F. RGB value is (221,52,159). Sum of RGB (Red+Green+Blue) = 221+52+159=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD349F is #22CB60. Grayscale: #727272. Windows color (decimal): -2280289 or 10433757. OLE color: 10433757.
HSL color Cylindrical-coordinate representation of color #DD349F: hue angle of 322.01º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD349F is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 159 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.13 |
| HSL | 322.01º | 0.71% | 0.54% | - |
| HSV(B) | 322.01º | 0.76% | 0.87% | - |
| XYZ | 37.3 | 20.33 | 34.76 | - |
| YUV | 114.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 159 | 0 | 0.76 | 0.28 | 0.13 | 322.01 | 0.71 | 0.54 |
| Hex | DD | 34 | 9F | 0 | 4C | 1C | D | 142 | 47 | 36 |
| Octal | 335 | 64 | 237 | 0 | 114 | 34 | 15 | 502 | 107 | 66 |
| Binary | 11011101 | 110100 | 10011111 | 0 | 1001100 | 11100 | 1101 | 101000010 | 1000111 | 110110 |
Color Harmonies of #DD349F
Complementary color
Monochromatic Colors of #DD349F
Black with #DD349F
Text Example
Text Example
White with #DD349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD349F; }
p { color: rgb(221,52,159); }
H1.HeaderClassName
{
color: #DD349F;
}
.AnyTagClassName
{
color: #DD349F;
}
</style>
background-color css
<style>
a { background-color: #DD349F; }
a { background-color: rgb(221,52,159); }
div.DivClassName
{
background-color: #DD349F;
}
.BgClassName
{
background-color: #DD349F;
}
</style>
border-color css
<style>
span { border-color: #DD349F; }
span { border-color: rgb(221,52,159); }
td.TdClassName
{
border-color: #DD349F;
}
.TagClassName
{
border-color: #DD349F;
}
</style>