Shades of Deep Cerise #DD347E
Tints of Deep Cerise #DD347E
RGB
CMYK
RGB Variations
Color information
#DD347E (or 0xDD347E) is known color: Deep Cerise. HEX triplet: DD, 34 and 7E. RGB value is (221,52,126). Sum of RGB (Red+Green+Blue) = 221+52+126=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD347E is #22CB81. Grayscale: #6E6E6E. Windows color (decimal): -2280322 or 8271069. OLE color: 8271069.
HSL color Cylindrical-coordinate representation of color #DD347E: hue angle of 333.73º 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 #DD347E is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 126 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.13 |
| HSL | 333.73º | 0.71% | 0.54% | - |
| HSV(B) | 333.73º | 0.76% | 0.87% | - |
| XYZ | 34.81 | 19.33 | 21.64 | - |
| YUV | 110.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 126 | 0 | 0.76 | 0.43 | 0.13 | 333.73 | 0.71 | 0.54 |
| Hex | DD | 34 | 7E | 0 | 4C | 2B | D | 14E | 47 | 36 |
| Octal | 335 | 64 | 176 | 0 | 114 | 53 | 15 | 516 | 107 | 66 |
| Binary | 11011101 | 110100 | 1111110 | 0 | 1001100 | 101011 | 1101 | 101001110 | 1000111 | 110110 |
Color Harmonies of #DD347E
Complementary color
Monochromatic Colors of #DD347E
Black with #DD347E
Text Example
Text Example
White with #DD347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD347E; }
p { color: rgb(221,52,126); }
H1.HeaderClassName
{
color: #DD347E;
}
.AnyTagClassName
{
color: #DD347E;
}
</style>
background-color css
<style>
a { background-color: #DD347E; }
a { background-color: rgb(221,52,126); }
div.DivClassName
{
background-color: #DD347E;
}
.BgClassName
{
background-color: #DD347E;
}
</style>
border-color css
<style>
span { border-color: #DD347E; }
span { border-color: rgb(221,52,126); }
td.TdClassName
{
border-color: #DD347E;
}
.TagClassName
{
border-color: #DD347E;
}
</style>