Shades of Deep Cerise #DC449E
Tints of Deep Cerise #DC449E
RGB
CMYK
RGB Variations
Color information
#DC449E (or 0xDC449E) is known color: Deep Cerise. HEX triplet: DC, 44 and 9E. RGB value is (220,68,158). Sum of RGB (Red+Green+Blue) = 220+68+158=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC449E is #23BB61. Grayscale: #7B7B7B. Windows color (decimal): -2341730 or 10372316. OLE color: 10372316.
HSL color Cylindrical-coordinate representation of color #DC449E: hue angle of 324.47º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC449E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 158 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.14 |
| HSL | 324.47º | 0.68% | 0.56% | - |
| HSV(B) | 324.47º | 0.69% | 0.86% | - |
| XYZ | 37.75 | 21.82 | 34.57 | - |
| YUV | 123.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 158 | 0 | 0.69 | 0.28 | 0.14 | 324.47 | 0.68 | 0.56 |
| Hex | DC | 44 | 9E | 0 | 45 | 1C | E | 144 | 44 | 38 |
| Octal | 334 | 104 | 236 | 0 | 105 | 34 | 16 | 504 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10011110 | 0 | 1000101 | 11100 | 1110 | 101000100 | 1000100 | 111000 |
Color Harmonies of #DC449E
Complementary color
Monochromatic Colors of #DC449E
Black with #DC449E
Text Example
Text Example
White with #DC449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC449E; }
p { color: rgb(220,68,158); }
H1.HeaderClassName
{
color: #DC449E;
}
.AnyTagClassName
{
color: #DC449E;
}
</style>
background-color css
<style>
a { background-color: #DC449E; }
a { background-color: rgb(220,68,158); }
div.DivClassName
{
background-color: #DC449E;
}
.BgClassName
{
background-color: #DC449E;
}
</style>
border-color css
<style>
span { border-color: #DC449E; }
span { border-color: rgb(220,68,158); }
td.TdClassName
{
border-color: #DC449E;
}
.TagClassName
{
border-color: #DC449E;
}
</style>