Shades of Deep Cerise #DD1E85
Tints of Deep Cerise #DD1E85
RGB
CMYK
RGB Variations
Color information
#DD1E85 (or 0xDD1E85) is known color: Deep Cerise. HEX triplet: DD, 1E and 85. RGB value is (221,30,133). Sum of RGB (Red+Green+Blue) = 221+30+133=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E85 is #22E17A. Grayscale: #626262. Windows color (decimal): -2285947 or 8724189. OLE color: 8724189.
HSL color Cylindrical-coordinate representation of color #DD1E85: hue angle of 327.64º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E85 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 133 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.13 |
| HSL | 327.64º | 0.76% | 0.49% | - |
| HSV(B) | 327.64º | 0.86% | 0.87% | - |
| XYZ | 34.52 | 17.99 | 23.84 | - |
| YUV | 98.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 133 | 0 | 0.86 | 0.40 | 0.13 | 327.64 | 0.76 | 0.49 |
| Hex | DD | 1E | 85 | 0 | 56 | 28 | D | 148 | 4C | 31 |
| Octal | 335 | 36 | 205 | 0 | 126 | 50 | 15 | 510 | 114 | 61 |
| Binary | 11011101 | 11110 | 10000101 | 0 | 1010110 | 101000 | 1101 | 101001000 | 1001100 | 110001 |
Color Harmonies of #DD1E85
Complementary color
Monochromatic Colors of #DD1E85
Black with #DD1E85
Text Example
Text Example
White with #DD1E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E85; }
p { color: rgb(221,30,133); }
H1.HeaderClassName
{
color: #DD1E85;
}
.AnyTagClassName
{
color: #DD1E85;
}
</style>
background-color css
<style>
a { background-color: #DD1E85; }
a { background-color: rgb(221,30,133); }
div.DivClassName
{
background-color: #DD1E85;
}
.BgClassName
{
background-color: #DD1E85;
}
</style>
border-color css
<style>
span { border-color: #DD1E85; }
span { border-color: rgb(221,30,133); }
td.TdClassName
{
border-color: #DD1E85;
}
.TagClassName
{
border-color: #DD1E85;
}
</style>