Shades of Deep Cerise #DD4080
Tints of Deep Cerise #DD4080
RGB
CMYK
RGB Variations
Color information
#DD4080 (or 0xDD4080) is known color: Deep Cerise. HEX triplet: DD, 40 and 80. RGB value is (221,64,128). Sum of RGB (Red+Green+Blue) = 221+64+128=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4080 is #22BF7F. Grayscale: #767676. Windows color (decimal): -2277248 or 8405213. OLE color: 8405213.
HSL color Cylindrical-coordinate representation of color #DD4080: hue angle of 335.54º 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 #DD4080 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 128 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.13 |
| HSL | 335.54º | 0.7% | 0.56% | - |
| HSV(B) | 335.54º | 0.71% | 0.87% | - |
| XYZ | 35.55 | 20.6 | 22.52 | - |
| YUV | 118.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 128 | 0 | 0.71 | 0.42 | 0.13 | 335.54 | 0.7 | 0.56 |
| Hex | DD | 40 | 80 | 0 | 47 | 2A | D | 150 | 46 | 38 |
| Octal | 335 | 100 | 200 | 0 | 107 | 52 | 15 | 520 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10000000 | 0 | 1000111 | 101010 | 1101 | 101010000 | 1000110 | 111000 |
Color Harmonies of #DD4080
Complementary color
Monochromatic Colors of #DD4080
Black with #DD4080
Text Example
Text Example
White with #DD4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4080; }
p { color: rgb(221,64,128); }
H1.HeaderClassName
{
color: #DD4080;
}
.AnyTagClassName
{
color: #DD4080;
}
</style>
background-color css
<style>
a { background-color: #DD4080; }
a { background-color: rgb(221,64,128); }
div.DivClassName
{
background-color: #DD4080;
}
.BgClassName
{
background-color: #DD4080;
}
</style>
border-color css
<style>
span { border-color: #DD4080; }
span { border-color: rgb(221,64,128); }
td.TdClassName
{
border-color: #DD4080;
}
.TagClassName
{
border-color: #DD4080;
}
</style>