Shades of Deep Cerise #DD348C
Tints of Deep Cerise #DD348C
RGB
CMYK
RGB Variations
Color information
#DD348C (or 0xDD348C) is known color: Deep Cerise. HEX triplet: DD, 34 and 8C. RGB value is (221,52,140). Sum of RGB (Red+Green+Blue) = 221+52+140=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD348C is #22CB73. Grayscale: #707070. Windows color (decimal): -2280308 or 9188573. OLE color: 9188573.
HSL color Cylindrical-coordinate representation of color #DD348C: hue angle of 328.76º 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 #DD348C is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 140 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.13 |
| HSL | 328.76º | 0.71% | 0.54% | - |
| HSV(B) | 328.76º | 0.76% | 0.87% | - |
| XYZ | 35.78 | 19.72 | 26.73 | - |
| YUV | 112.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 140 | 0 | 0.76 | 0.37 | 0.13 | 328.76 | 0.71 | 0.54 |
| Hex | DD | 34 | 8C | 0 | 4C | 25 | D | 149 | 47 | 36 |
| Octal | 335 | 64 | 214 | 0 | 114 | 45 | 15 | 511 | 107 | 66 |
| Binary | 11011101 | 110100 | 10001100 | 0 | 1001100 | 100101 | 1101 | 101001001 | 1000111 | 110110 |
Color Harmonies of #DD348C
Complementary color
Monochromatic Colors of #DD348C
Black with #DD348C
Text Example
Text Example
White with #DD348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD348C; }
p { color: rgb(221,52,140); }
H1.HeaderClassName
{
color: #DD348C;
}
.AnyTagClassName
{
color: #DD348C;
}
</style>
background-color css
<style>
a { background-color: #DD348C; }
a { background-color: rgb(221,52,140); }
div.DivClassName
{
background-color: #DD348C;
}
.BgClassName
{
background-color: #DD348C;
}
</style>
border-color css
<style>
span { border-color: #DD348C; }
span { border-color: rgb(221,52,140); }
td.TdClassName
{
border-color: #DD348C;
}
.TagClassName
{
border-color: #DD348C;
}
</style>