Shades of Deep Cerise #DD4099
Tints of Deep Cerise #DD4099
RGB
CMYK
RGB Variations
Color information
#DD4099 (or 0xDD4099) is known color: Deep Cerise. HEX triplet: DD, 40 and 99. RGB value is (221,64,153). Sum of RGB (Red+Green+Blue) = 221+64+153=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4099 is #22BF66. Grayscale: #787878. Windows color (decimal): -2277223 or 10043613. OLE color: 10043613.
HSL color Cylindrical-coordinate representation of color #DD4099: hue angle of 325.99º 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 #DD4099 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 153 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.13 |
| HSL | 325.99º | 0.7% | 0.56% | - |
| HSV(B) | 325.99º | 0.71% | 0.87% | - |
| XYZ | 37.4 | 21.34 | 32.28 | - |
| YUV | 121.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 153 | 0 | 0.71 | 0.31 | 0.13 | 325.99 | 0.7 | 0.56 |
| Hex | DD | 40 | 99 | 0 | 47 | 1F | D | 146 | 46 | 38 |
| Octal | 335 | 100 | 231 | 0 | 107 | 37 | 15 | 506 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10011001 | 0 | 1000111 | 11111 | 1101 | 101000110 | 1000110 | 111000 |
Color Harmonies of #DD4099
Complementary color
Monochromatic Colors of #DD4099
Black with #DD4099
Text Example
Text Example
White with #DD4099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4099; }
p { color: rgb(221,64,153); }
H1.HeaderClassName
{
color: #DD4099;
}
.AnyTagClassName
{
color: #DD4099;
}
</style>
background-color css
<style>
a { background-color: #DD4099; }
a { background-color: rgb(221,64,153); }
div.DivClassName
{
background-color: #DD4099;
}
.BgClassName
{
background-color: #DD4099;
}
</style>
border-color css
<style>
span { border-color: #DD4099; }
span { border-color: rgb(221,64,153); }
td.TdClassName
{
border-color: #DD4099;
}
.TagClassName
{
border-color: #DD4099;
}
</style>