Shades of Deep Cerise #DC449A
Tints of Deep Cerise #DC449A
RGB
CMYK
RGB Variations
Color information
#DC449A (or 0xDC449A) is known color: Deep Cerise. HEX triplet: DC, 44 and 9A. RGB value is (220,68,154). Sum of RGB (Red+Green+Blue) = 220+68+154=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC449A is #23BB65. Grayscale: #7B7B7B. Windows color (decimal): -2341734 or 10110172. OLE color: 10110172.
HSL color Cylindrical-coordinate representation of color #DC449A: hue angle of 326.05º 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 #DC449A is Cyan = 0, Magento = 0.69, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 154 | - |
| CMYK | 0 | 0.69 | 0.3 | 0.14 |
| HSL | 326.05º | 0.68% | 0.56% | - |
| HSV(B) | 326.05º | 0.69% | 0.86% | - |
| XYZ | 37.42 | 21.68 | 32.79 | - |
| YUV | 123.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 154 | 0 | 0.69 | 0.3 | 0.14 | 326.05 | 0.68 | 0.56 |
| Hex | DC | 44 | 9A | 0 | 45 | 1E | E | 146 | 44 | 38 |
| Octal | 334 | 104 | 232 | 0 | 105 | 36 | 16 | 506 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10011010 | 0 | 1000101 | 11110 | 1110 | 101000110 | 1000100 | 111000 |
Color Harmonies of #DC449A
Complementary color
Monochromatic Colors of #DC449A
Black with #DC449A
Text Example
Text Example
White with #DC449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC449A; }
p { color: rgb(220,68,154); }
H1.HeaderClassName
{
color: #DC449A;
}
.AnyTagClassName
{
color: #DC449A;
}
</style>
background-color css
<style>
a { background-color: #DC449A; }
a { background-color: rgb(220,68,154); }
div.DivClassName
{
background-color: #DC449A;
}
.BgClassName
{
background-color: #DC449A;
}
</style>
border-color css
<style>
span { border-color: #DC449A; }
span { border-color: rgb(220,68,154); }
td.TdClassName
{
border-color: #DC449A;
}
.TagClassName
{
border-color: #DC449A;
}
</style>