Shades of Deep Cerise #DD3885
Tints of Deep Cerise #DD3885
RGB
CMYK
RGB Variations
Color information
#DD3885 (or 0xDD3885) is known color: Deep Cerise. HEX triplet: DD, 38 and 85. RGB value is (221,56,133). Sum of RGB (Red+Green+Blue) = 221+56+133=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3885 is #22C77A. Grayscale: #717171. Windows color (decimal): -2279291 or 8730845. OLE color: 8730845.
HSL color Cylindrical-coordinate representation of color #DD3885: hue angle of 332º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3885 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 133 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.13 |
| HSL | 332º | 0.71% | 0.54% | - |
| HSV(B) | 332º | 0.75% | 0.87% | - |
| XYZ | 35.47 | 19.89 | 24.16 | - |
| YUV | 114.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 133 | 0 | 0.75 | 0.40 | 0.13 | 332 | 0.71 | 0.54 |
| Hex | DD | 38 | 85 | 0 | 4B | 28 | D | 14C | 47 | 36 |
| Octal | 335 | 70 | 205 | 0 | 113 | 50 | 15 | 514 | 107 | 66 |
| Binary | 11011101 | 111000 | 10000101 | 0 | 1001011 | 101000 | 1101 | 101001100 | 1000111 | 110110 |
Color Harmonies of #DD3885
Complementary color
Monochromatic Colors of #DD3885
Black with #DD3885
Text Example
Text Example
White with #DD3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3885; }
p { color: rgb(221,56,133); }
H1.HeaderClassName
{
color: #DD3885;
}
.AnyTagClassName
{
color: #DD3885;
}
</style>
background-color css
<style>
a { background-color: #DD3885; }
a { background-color: rgb(221,56,133); }
div.DivClassName
{
background-color: #DD3885;
}
.BgClassName
{
background-color: #DD3885;
}
</style>
border-color css
<style>
span { border-color: #DD3885; }
span { border-color: rgb(221,56,133); }
td.TdClassName
{
border-color: #DD3885;
}
.TagClassName
{
border-color: #DD3885;
}
</style>