Shades of Deep Cerise #DD347A
Tints of Deep Cerise #DD347A
RGB
CMYK
RGB Variations
Color information
#DD347A (or 0xDD347A) is known color: Deep Cerise. HEX triplet: DD, 34 and 7A. RGB value is (221,52,122). Sum of RGB (Red+Green+Blue) = 221+52+122=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD347A is #22CB85. Grayscale: #6E6E6E. Windows color (decimal): -2280326 or 8008925. OLE color: 8008925.
HSL color Cylindrical-coordinate representation of color #DD347A: hue angle of 335.15º 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 #DD347A is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 122 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.13 |
| HSL | 335.15º | 0.71% | 0.54% | - |
| HSV(B) | 335.15º | 0.76% | 0.87% | - |
| XYZ | 34.56 | 19.23 | 20.3 | - |
| YUV | 110.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 122 | 0 | 0.76 | 0.45 | 0.13 | 335.15 | 0.71 | 0.54 |
| Hex | DD | 34 | 7A | 0 | 4C | 2D | D | 14F | 47 | 36 |
| Octal | 335 | 64 | 172 | 0 | 114 | 55 | 15 | 517 | 107 | 66 |
| Binary | 11011101 | 110100 | 1111010 | 0 | 1001100 | 101101 | 1101 | 101001111 | 1000111 | 110110 |
Color Harmonies of #DD347A
Complementary color
Monochromatic Colors of #DD347A
Black with #DD347A
Text Example
Text Example
White with #DD347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD347A; }
p { color: rgb(221,52,122); }
H1.HeaderClassName
{
color: #DD347A;
}
.AnyTagClassName
{
color: #DD347A;
}
</style>
background-color css
<style>
a { background-color: #DD347A; }
a { background-color: rgb(221,52,122); }
div.DivClassName
{
background-color: #DD347A;
}
.BgClassName
{
background-color: #DD347A;
}
</style>
border-color css
<style>
span { border-color: #DD347A; }
span { border-color: rgb(221,52,122); }
td.TdClassName
{
border-color: #DD347A;
}
.TagClassName
{
border-color: #DD347A;
}
</style>