Shades of Deep Cerise #DC448B
Tints of Deep Cerise #DC448B
RGB
CMYK
RGB Variations
Color information
#DC448B (or 0xDC448B) is known color: Deep Cerise. HEX triplet: DC, 44 and 8B. RGB value is (220,68,139). Sum of RGB (Red+Green+Blue) = 220+68+139=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC448B is #23BB74. Grayscale: #797979. Windows color (decimal): -2341749 or 9127132. OLE color: 9127132.
HSL color Cylindrical-coordinate representation of color #DC448B: hue angle of 331.97º 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 #DC448B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 139 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.14 |
| HSL | 331.97º | 0.68% | 0.56% | - |
| HSV(B) | 331.97º | 0.69% | 0.86% | - |
| XYZ | 36.24 | 21.21 | 26.61 | - |
| YUV | 121.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 139 | 0 | 0.69 | 0.37 | 0.14 | 331.97 | 0.68 | 0.56 |
| Hex | DC | 44 | 8B | 0 | 45 | 25 | E | 14C | 44 | 38 |
| Octal | 334 | 104 | 213 | 0 | 105 | 45 | 16 | 514 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10001011 | 0 | 1000101 | 100101 | 1110 | 101001100 | 1000100 | 111000 |
Color Harmonies of #DC448B
Complementary color
Monochromatic Colors of #DC448B
Black with #DC448B
Text Example
Text Example
White with #DC448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC448B; }
p { color: rgb(220,68,139); }
H1.HeaderClassName
{
color: #DC448B;
}
.AnyTagClassName
{
color: #DC448B;
}
</style>
background-color css
<style>
a { background-color: #DC448B; }
a { background-color: rgb(220,68,139); }
div.DivClassName
{
background-color: #DC448B;
}
.BgClassName
{
background-color: #DC448B;
}
</style>
border-color css
<style>
span { border-color: #DC448B; }
span { border-color: rgb(220,68,139); }
td.TdClassName
{
border-color: #DC448B;
}
.TagClassName
{
border-color: #DC448B;
}
</style>