Shades of Deep Cerise #DD1B82
Tints of Deep Cerise #DD1B82
RGB
CMYK
RGB Variations
Color information
#DD1B82 (or 0xDD1B82) is known color: Deep Cerise. HEX triplet: DD, 1B and 82. RGB value is (221,27,130). Sum of RGB (Red+Green+Blue) = 221+27+130=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B82 is #22E47D. Grayscale: #606060. Windows color (decimal): -2286718 or 8526813. OLE color: 8526813.
HSL color Cylindrical-coordinate representation of color #DD1B82: hue angle of 328.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B82 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 130 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.13 |
| HSL | 328.14º | 0.78% | 0.49% | - |
| HSV(B) | 328.14º | 0.88% | 0.87% | - |
| XYZ | 34.24 | 17.77 | 22.74 | - |
| YUV | 96.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 130 | 0 | 0.88 | 0.41 | 0.13 | 328.14 | 0.78 | 0.49 |
| Hex | DD | 1B | 82 | 0 | 58 | 29 | D | 148 | 4E | 31 |
| Octal | 335 | 33 | 202 | 0 | 130 | 51 | 15 | 510 | 116 | 61 |
| Binary | 11011101 | 11011 | 10000010 | 0 | 1011000 | 101001 | 1101 | 101001000 | 1001110 | 110001 |
Color Harmonies of #DD1B82
Complementary color
Monochromatic Colors of #DD1B82
Black with #DD1B82
Text Example
Text Example
White with #DD1B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B82; }
p { color: rgb(221,27,130); }
H1.HeaderClassName
{
color: #DD1B82;
}
.AnyTagClassName
{
color: #DD1B82;
}
</style>
background-color css
<style>
a { background-color: #DD1B82; }
a { background-color: rgb(221,27,130); }
div.DivClassName
{
background-color: #DD1B82;
}
.BgClassName
{
background-color: #DD1B82;
}
</style>
border-color css
<style>
span { border-color: #DD1B82; }
span { border-color: rgb(221,27,130); }
td.TdClassName
{
border-color: #DD1B82;
}
.TagClassName
{
border-color: #DD1B82;
}
</style>