Shades of Deep Cerise #DD358C
Tints of Deep Cerise #DD358C
RGB
CMYK
RGB Variations
Color information
#DD358C (or 0xDD358C) is known color: Deep Cerise. HEX triplet: DD, 35 and 8C. RGB value is (221,53,140). Sum of RGB (Red+Green+Blue) = 221+53+140=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD358C is #22CA73. Grayscale: #707070. Windows color (decimal): -2280052 or 9188829. OLE color: 9188829.
HSL color Cylindrical-coordinate representation of color #DD358C: hue angle of 328.93º 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 #DD358C is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 140 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.13 |
| HSL | 328.93º | 0.71% | 0.54% | - |
| HSV(B) | 328.93º | 0.76% | 0.87% | - |
| XYZ | 35.83 | 19.81 | 26.75 | - |
| YUV | 113.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 140 | 0 | 0.76 | 0.37 | 0.13 | 328.93 | 0.71 | 0.54 |
| Hex | DD | 35 | 8C | 0 | 4C | 25 | D | 149 | 47 | 36 |
| Octal | 335 | 65 | 214 | 0 | 114 | 45 | 15 | 511 | 107 | 66 |
| Binary | 11011101 | 110101 | 10001100 | 0 | 1001100 | 100101 | 1101 | 101001001 | 1000111 | 110110 |
Color Harmonies of #DD358C
Complementary color
Monochromatic Colors of #DD358C
Black with #DD358C
Text Example
Text Example
White with #DD358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD358C; }
p { color: rgb(221,53,140); }
H1.HeaderClassName
{
color: #DD358C;
}
.AnyTagClassName
{
color: #DD358C;
}
</style>
background-color css
<style>
a { background-color: #DD358C; }
a { background-color: rgb(221,53,140); }
div.DivClassName
{
background-color: #DD358C;
}
.BgClassName
{
background-color: #DD358C;
}
</style>
border-color css
<style>
span { border-color: #DD358C; }
span { border-color: rgb(221,53,140); }
td.TdClassName
{
border-color: #DD358C;
}
.TagClassName
{
border-color: #DD358C;
}
</style>