Shades of Deep Cerise #DD4495
Tints of Deep Cerise #DD4495
RGB
CMYK
RGB Variations
Color information
#DD4495 (or 0xDD4495) is known color: Deep Cerise. HEX triplet: DD, 44 and 95. RGB value is (221,68,149). Sum of RGB (Red+Green+Blue) = 221+68+149=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4495 is #22BB6A. Grayscale: #7A7A7A. Windows color (decimal): -2276203 or 9782493. OLE color: 9782493.
HSL color Cylindrical-coordinate representation of color #DD4495: hue angle of 328.24º 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 #DD4495 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 149 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.13 |
| HSL | 328.24º | 0.69% | 0.57% | - |
| HSV(B) | 328.24º | 0.69% | 0.87% | - |
| XYZ | 37.31 | 21.68 | 30.65 | - |
| YUV | 122.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 149 | 0 | 0.69 | 0.33 | 0.13 | 328.24 | 0.69 | 0.57 |
| Hex | DD | 44 | 95 | 0 | 45 | 21 | D | 148 | 45 | 39 |
| Octal | 335 | 104 | 225 | 0 | 105 | 41 | 15 | 510 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10010101 | 0 | 1000101 | 100001 | 1101 | 101001000 | 1000101 | 111001 |
Color Harmonies of #DD4495
Complementary color
Monochromatic Colors of #DD4495
Black with #DD4495
Text Example
Text Example
White with #DD4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4495; }
p { color: rgb(221,68,149); }
H1.HeaderClassName
{
color: #DD4495;
}
.AnyTagClassName
{
color: #DD4495;
}
</style>
background-color css
<style>
a { background-color: #DD4495; }
a { background-color: rgb(221,68,149); }
div.DivClassName
{
background-color: #DD4495;
}
.BgClassName
{
background-color: #DD4495;
}
</style>
border-color css
<style>
span { border-color: #DD4495; }
span { border-color: rgb(221,68,149); }
td.TdClassName
{
border-color: #DD4495;
}
.TagClassName
{
border-color: #DD4495;
}
</style>