Shades of Deep Cerise #DD348E
Tints of Deep Cerise #DD348E
RGB
CMYK
RGB Variations
Color information
#DD348E (or 0xDD348E) is known color: Deep Cerise. HEX triplet: DD, 34 and 8E. RGB value is (221,52,142). Sum of RGB (Red+Green+Blue) = 221+52+142=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD348E is #22CB71. Grayscale: #707070. Windows color (decimal): -2280306 or 9319645. OLE color: 9319645.
HSL color Cylindrical-coordinate representation of color #DD348E: hue angle of 328.05º 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 #DD348E is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 142 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.13 |
| HSL | 328.05º | 0.71% | 0.54% | - |
| HSV(B) | 328.05º | 0.76% | 0.87% | - |
| XYZ | 35.93 | 19.78 | 27.52 | - |
| YUV | 112.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 142 | 0 | 0.76 | 0.36 | 0.13 | 328.05 | 0.71 | 0.54 |
| Hex | DD | 34 | 8E | 0 | 4C | 24 | D | 148 | 47 | 36 |
| Octal | 335 | 64 | 216 | 0 | 114 | 44 | 15 | 510 | 107 | 66 |
| Binary | 11011101 | 110100 | 10001110 | 0 | 1001100 | 100100 | 1101 | 101001000 | 1000111 | 110110 |
Color Harmonies of #DD348E
Complementary color
Monochromatic Colors of #DD348E
Black with #DD348E
Text Example
Text Example
White with #DD348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD348E; }
p { color: rgb(221,52,142); }
H1.HeaderClassName
{
color: #DD348E;
}
.AnyTagClassName
{
color: #DD348E;
}
</style>
background-color css
<style>
a { background-color: #DD348E; }
a { background-color: rgb(221,52,142); }
div.DivClassName
{
background-color: #DD348E;
}
.BgClassName
{
background-color: #DD348E;
}
</style>
border-color css
<style>
span { border-color: #DD348E; }
span { border-color: rgb(221,52,142); }
td.TdClassName
{
border-color: #DD348E;
}
.TagClassName
{
border-color: #DD348E;
}
</style>