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