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