Shades of Deep Cerise #DD3985
Tints of Deep Cerise #DD3985
RGB
CMYK
RGB Variations
Color information
#DD3985 (or 0xDD3985) is known color: Deep Cerise. HEX triplet: DD, 39 and 85. RGB value is (221,57,133). Sum of RGB (Red+Green+Blue) = 221+57+133=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3985 is #22C67A. Grayscale: #727272. Windows color (decimal): -2279035 or 8731101. OLE color: 8731101.
HSL color Cylindrical-coordinate representation of color #DD3985: hue angle of 332.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3985 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 133 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.13 |
| HSL | 332.2º | 0.71% | 0.55% | - |
| HSV(B) | 332.2º | 0.74% | 0.87% | - |
| XYZ | 35.52 | 19.99 | 24.18 | - |
| YUV | 114.7 | 138.33 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 133 | 0 | 0.74 | 0.40 | 0.13 | 332.2 | 0.71 | 0.55 |
| Hex | DD | 39 | 85 | 0 | 4A | 28 | D | 14C | 47 | 37 |
| Octal | 335 | 71 | 205 | 0 | 112 | 50 | 15 | 514 | 107 | 67 |
| Binary | 11011101 | 111001 | 10000101 | 0 | 1001010 | 101000 | 1101 | 101001100 | 1000111 | 110111 |
Color Harmonies of #DD3985
Complementary color
Monochromatic Colors of #DD3985
Black with #DD3985
Text Example
Text Example
White with #DD3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3985; }
p { color: rgb(221,57,133); }
H1.HeaderClassName
{
color: #DD3985;
}
.AnyTagClassName
{
color: #DD3985;
}
</style>
background-color css
<style>
a { background-color: #DD3985; }
a { background-color: rgb(221,57,133); }
div.DivClassName
{
background-color: #DD3985;
}
.BgClassName
{
background-color: #DD3985;
}
</style>
border-color css
<style>
span { border-color: #DD3985; }
span { border-color: rgb(221,57,133); }
td.TdClassName
{
border-color: #DD3985;
}
.TagClassName
{
border-color: #DD3985;
}
</style>