Shades of Deep Cerise #DD1E82
Tints of Deep Cerise #DD1E82
RGB
CMYK
RGB Variations
Color information
#DD1E82 (or 0xDD1E82) is known color: Deep Cerise. HEX triplet: DD, 1E and 82. RGB value is (221,30,130). Sum of RGB (Red+Green+Blue) = 221+30+130=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E82 is #22E17D. Grayscale: #626262. Windows color (decimal): -2285950 or 8527581. OLE color: 8527581.
HSL color Cylindrical-coordinate representation of color #DD1E82: hue angle of 328.59º 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 #DD1E82 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 130 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.13 |
| HSL | 328.59º | 0.76% | 0.49% | - |
| HSV(B) | 328.59º | 0.86% | 0.87% | - |
| XYZ | 34.31 | 17.91 | 22.77 | - |
| YUV | 98.51 | 145.78 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 130 | 0 | 0.86 | 0.41 | 0.13 | 328.59 | 0.76 | 0.49 |
| Hex | DD | 1E | 82 | 0 | 56 | 29 | D | 149 | 4C | 31 |
| Octal | 335 | 36 | 202 | 0 | 126 | 51 | 15 | 511 | 114 | 61 |
| Binary | 11011101 | 11110 | 10000010 | 0 | 1010110 | 101001 | 1101 | 101001001 | 1001100 | 110001 |
Color Harmonies of #DD1E82
Complementary color
Monochromatic Colors of #DD1E82
Black with #DD1E82
Text Example
Text Example
White with #DD1E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E82; }
p { color: rgb(221,30,130); }
H1.HeaderClassName
{
color: #DD1E82;
}
.AnyTagClassName
{
color: #DD1E82;
}
</style>
background-color css
<style>
a { background-color: #DD1E82; }
a { background-color: rgb(221,30,130); }
div.DivClassName
{
background-color: #DD1E82;
}
.BgClassName
{
background-color: #DD1E82;
}
</style>
border-color css
<style>
span { border-color: #DD1E82; }
span { border-color: rgb(221,30,130); }
td.TdClassName
{
border-color: #DD1E82;
}
.TagClassName
{
border-color: #DD1E82;
}
</style>