Shades of Deep Cerise #DC448A
Tints of Deep Cerise #DC448A
RGB
CMYK
RGB Variations
Color information
#DC448A (or 0xDC448A) is known color: Deep Cerise. HEX triplet: DC, 44 and 8A. RGB value is (220,68,138). Sum of RGB (Red+Green+Blue) = 220+68+138=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC448A is #23BB75. Grayscale: #797979. Windows color (decimal): -2341750 or 9061596. OLE color: 9061596.
HSL color Cylindrical-coordinate representation of color #DC448A: hue angle of 332.37º 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 #DC448A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 138 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.14 |
| HSL | 332.37º | 0.68% | 0.56% | - |
| HSV(B) | 332.37º | 0.69% | 0.86% | - |
| XYZ | 36.17 | 21.18 | 26.23 | - |
| YUV | 121.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 138 | 0 | 0.69 | 0.37 | 0.14 | 332.37 | 0.68 | 0.56 |
| Hex | DC | 44 | 8A | 0 | 45 | 25 | E | 14C | 44 | 38 |
| Octal | 334 | 104 | 212 | 0 | 105 | 45 | 16 | 514 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10001010 | 0 | 1000101 | 100101 | 1110 | 101001100 | 1000100 | 111000 |
Color Harmonies of #DC448A
Complementary color
Monochromatic Colors of #DC448A
Black with #DC448A
Text Example
Text Example
White with #DC448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC448A; }
p { color: rgb(220,68,138); }
H1.HeaderClassName
{
color: #DC448A;
}
.AnyTagClassName
{
color: #DC448A;
}
</style>
background-color css
<style>
a { background-color: #DC448A; }
a { background-color: rgb(220,68,138); }
div.DivClassName
{
background-color: #DC448A;
}
.BgClassName
{
background-color: #DC448A;
}
</style>
border-color css
<style>
span { border-color: #DC448A; }
span { border-color: rgb(220,68,138); }
td.TdClassName
{
border-color: #DC448A;
}
.TagClassName
{
border-color: #DC448A;
}
</style>