Shades of Deep Cerise #DD459E
Tints of Deep Cerise #DD459E
RGB
CMYK
RGB Variations
Color information
#DD459E (or 0xDD459E) is known color: Deep Cerise. HEX triplet: DD, 45 and 9E. RGB value is (221,69,158). Sum of RGB (Red+Green+Blue) = 221+69+158=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD459E is #22BA61. Grayscale: #7C7C7C. Windows color (decimal): -2275938 or 10372573. OLE color: 10372573.
HSL color Cylindrical-coordinate representation of color #DD459E: hue angle of 324.87º 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 #DD459E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 158 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.13 |
| HSL | 324.87º | 0.69% | 0.57% | - |
| HSV(B) | 324.87º | 0.69% | 0.87% | - |
| XYZ | 38.12 | 22.1 | 34.6 | - |
| YUV | 124.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 158 | 0 | 0.69 | 0.29 | 0.13 | 324.87 | 0.69 | 0.57 |
| Hex | DD | 45 | 9E | 0 | 45 | 1D | D | 145 | 45 | 39 |
| Octal | 335 | 105 | 236 | 0 | 105 | 35 | 15 | 505 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10011110 | 0 | 1000101 | 11101 | 1101 | 101000101 | 1000101 | 111001 |
Color Harmonies of #DD459E
Complementary color
Monochromatic Colors of #DD459E
Black with #DD459E
Text Example
Text Example
White with #DD459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD459E; }
p { color: rgb(221,69,158); }
H1.HeaderClassName
{
color: #DD459E;
}
.AnyTagClassName
{
color: #DD459E;
}
</style>
background-color css
<style>
a { background-color: #DD459E; }
a { background-color: rgb(221,69,158); }
div.DivClassName
{
background-color: #DD459E;
}
.BgClassName
{
background-color: #DD459E;
}
</style>
border-color css
<style>
span { border-color: #DD459E; }
span { border-color: rgb(221,69,158); }
td.TdClassName
{
border-color: #DD459E;
}
.TagClassName
{
border-color: #DD459E;
}
</style>