Shades of Deep Cerise #DD449A
Tints of Deep Cerise #DD449A
RGB
CMYK
RGB Variations
Color information
#DD449A (or 0xDD449A) is known color: Deep Cerise. HEX triplet: DD, 44 and 9A. RGB value is (221,68,154). Sum of RGB (Red+Green+Blue) = 221+68+154=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD449A is #22BB65. Grayscale: #7B7B7B. Windows color (decimal): -2276198 or 10110173. OLE color: 10110173.
HSL color Cylindrical-coordinate representation of color #DD449A: hue angle of 326.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD449A is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 154 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.13 |
| HSL | 326.27º | 0.69% | 0.57% | - |
| HSV(B) | 326.27º | 0.69% | 0.87% | - |
| XYZ | 37.72 | 21.84 | 32.8 | - |
| YUV | 123.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 154 | 0 | 0.69 | 0.30 | 0.13 | 326.27 | 0.69 | 0.57 |
| Hex | DD | 44 | 9A | 0 | 45 | 1E | D | 146 | 45 | 39 |
| Octal | 335 | 104 | 232 | 0 | 105 | 36 | 15 | 506 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10011010 | 0 | 1000101 | 11110 | 1101 | 101000110 | 1000101 | 111001 |
Color Harmonies of #DD449A
Complementary color
Monochromatic Colors of #DD449A
Black with #DD449A
Text Example
Text Example
White with #DD449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD449A; }
p { color: rgb(221,68,154); }
H1.HeaderClassName
{
color: #DD449A;
}
.AnyTagClassName
{
color: #DD449A;
}
</style>
background-color css
<style>
a { background-color: #DD449A; }
a { background-color: rgb(221,68,154); }
div.DivClassName
{
background-color: #DD449A;
}
.BgClassName
{
background-color: #DD449A;
}
</style>
border-color css
<style>
span { border-color: #DD449A; }
span { border-color: rgb(221,68,154); }
td.TdClassName
{
border-color: #DD449A;
}
.TagClassName
{
border-color: #DD449A;
}
</style>