Shades of Deep Cerise #DD4185
Tints of Deep Cerise #DD4185
RGB
CMYK
RGB Variations
Color information
#DD4185 (or 0xDD4185) is known color: Deep Cerise. HEX triplet: DD, 41 and 85. RGB value is (221,65,133). Sum of RGB (Red+Green+Blue) = 221+65+133=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4185 is #22BE7A. Grayscale: #777777. Windows color (decimal): -2276987 or 8733149. OLE color: 8733149.
HSL color Cylindrical-coordinate representation of color #DD4185: hue angle of 333.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4185 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 133 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.13 |
| HSL | 333.85º | 0.7% | 0.56% | - |
| HSV(B) | 333.85º | 0.71% | 0.87% | - |
| XYZ | 35.94 | 20.85 | 24.32 | - |
| YUV | 119.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 133 | 0 | 0.71 | 0.40 | 0.13 | 333.85 | 0.7 | 0.56 |
| Hex | DD | 41 | 85 | 0 | 47 | 28 | D | 14E | 46 | 38 |
| Octal | 335 | 101 | 205 | 0 | 107 | 50 | 15 | 516 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10000101 | 0 | 1000111 | 101000 | 1101 | 101001110 | 1000110 | 111000 |
Color Harmonies of #DD4185
Complementary color
Monochromatic Colors of #DD4185
Black with #DD4185
Text Example
Text Example
White with #DD4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4185; }
p { color: rgb(221,65,133); }
H1.HeaderClassName
{
color: #DD4185;
}
.AnyTagClassName
{
color: #DD4185;
}
</style>
background-color css
<style>
a { background-color: #DD4185; }
a { background-color: rgb(221,65,133); }
div.DivClassName
{
background-color: #DD4185;
}
.BgClassName
{
background-color: #DD4185;
}
</style>
border-color css
<style>
span { border-color: #DD4185; }
span { border-color: rgb(221,65,133); }
td.TdClassName
{
border-color: #DD4185;
}
.TagClassName
{
border-color: #DD4185;
}
</style>