Shades of Deep Cerise #DD347F
Tints of Deep Cerise #DD347F
RGB
CMYK
RGB Variations
Color information
#DD347F (or 0xDD347F) is known color: Deep Cerise. HEX triplet: DD, 34 and 7F. RGB value is (221,52,127). Sum of RGB (Red+Green+Blue) = 221+52+127=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD347F is #22CB80. Grayscale: #6E6E6E. Windows color (decimal): -2280321 or 8336605. OLE color: 8336605.
HSL color Cylindrical-coordinate representation of color #DD347F: hue angle of 333.37º 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 #DD347F is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 127 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.13 |
| HSL | 333.37º | 0.71% | 0.54% | - |
| HSV(B) | 333.37º | 0.76% | 0.87% | - |
| XYZ | 34.88 | 19.36 | 21.98 | - |
| YUV | 111.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 127 | 0 | 0.76 | 0.43 | 0.13 | 333.37 | 0.71 | 0.54 |
| Hex | DD | 34 | 7F | 0 | 4C | 2B | D | 14D | 47 | 36 |
| Octal | 335 | 64 | 177 | 0 | 114 | 53 | 15 | 515 | 107 | 66 |
| Binary | 11011101 | 110100 | 1111111 | 0 | 1001100 | 101011 | 1101 | 101001101 | 1000111 | 110110 |
Color Harmonies of #DD347F
Complementary color
Monochromatic Colors of #DD347F
Black with #DD347F
Text Example
Text Example
White with #DD347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD347F; }
p { color: rgb(221,52,127); }
H1.HeaderClassName
{
color: #DD347F;
}
.AnyTagClassName
{
color: #DD347F;
}
</style>
background-color css
<style>
a { background-color: #DD347F; }
a { background-color: rgb(221,52,127); }
div.DivClassName
{
background-color: #DD347F;
}
.BgClassName
{
background-color: #DD347F;
}
</style>
border-color css
<style>
span { border-color: #DD347F; }
span { border-color: rgb(221,52,127); }
td.TdClassName
{
border-color: #DD347F;
}
.TagClassName
{
border-color: #DD347F;
}
</style>