Shades of Deep Cerise #DD4082
Tints of Deep Cerise #DD4082
RGB
CMYK
RGB Variations
Color information
#DD4082 (or 0xDD4082) is known color: Deep Cerise. HEX triplet: DD, 40 and 82. RGB value is (221,64,130). Sum of RGB (Red+Green+Blue) = 221+64+130=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4082 is #22BF7D. Grayscale: #767676. Windows color (decimal): -2277246 or 8536285. OLE color: 8536285.
HSL color Cylindrical-coordinate representation of color #DD4082: hue angle of 334.78º 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 #DD4082 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 130 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.13 |
| HSL | 334.78º | 0.7% | 0.56% | - |
| HSV(B) | 334.78º | 0.71% | 0.87% | - |
| XYZ | 35.68 | 20.65 | 23.22 | - |
| YUV | 118.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 130 | 0 | 0.71 | 0.41 | 0.13 | 334.78 | 0.7 | 0.56 |
| Hex | DD | 40 | 82 | 0 | 47 | 29 | D | 14F | 46 | 38 |
| Octal | 335 | 100 | 202 | 0 | 107 | 51 | 15 | 517 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10000010 | 0 | 1000111 | 101001 | 1101 | 101001111 | 1000110 | 111000 |
Color Harmonies of #DD4082
Complementary color
Monochromatic Colors of #DD4082
Black with #DD4082
Text Example
Text Example
White with #DD4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4082; }
p { color: rgb(221,64,130); }
H1.HeaderClassName
{
color: #DD4082;
}
.AnyTagClassName
{
color: #DD4082;
}
</style>
background-color css
<style>
a { background-color: #DD4082; }
a { background-color: rgb(221,64,130); }
div.DivClassName
{
background-color: #DD4082;
}
.BgClassName
{
background-color: #DD4082;
}
</style>
border-color css
<style>
span { border-color: #DD4082; }
span { border-color: rgb(221,64,130); }
td.TdClassName
{
border-color: #DD4082;
}
.TagClassName
{
border-color: #DD4082;
}
</style>