Shades of Deep Cerise #DC448F
Tints of Deep Cerise #DC448F
RGB
CMYK
RGB Variations
Color information
#DC448F (or 0xDC448F) is known color: Deep Cerise. HEX triplet: DC, 44 and 8F. RGB value is (220,68,143). Sum of RGB (Red+Green+Blue) = 220+68+143=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC448F is #23BB70. Grayscale: #797979. Windows color (decimal): -2341745 or 9389276. OLE color: 9389276.
HSL color Cylindrical-coordinate representation of color #DC448F: hue angle of 330.39º 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 #DC448F is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 143 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.14 |
| HSL | 330.39º | 0.68% | 0.56% | - |
| HSV(B) | 330.39º | 0.69% | 0.86% | - |
| XYZ | 36.54 | 21.33 | 28.18 | - |
| YUV | 122 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 143 | 0 | 0.69 | 0.35 | 0.14 | 330.39 | 0.68 | 0.56 |
| Hex | DC | 44 | 8F | 0 | 45 | 23 | E | 14A | 44 | 38 |
| Octal | 334 | 104 | 217 | 0 | 105 | 43 | 16 | 512 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10001111 | 0 | 1000101 | 100011 | 1110 | 101001010 | 1000100 | 111000 |
Color Harmonies of #DC448F
Complementary color
Monochromatic Colors of #DC448F
Black with #DC448F
Text Example
Text Example
White with #DC448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC448F; }
p { color: rgb(220,68,143); }
H1.HeaderClassName
{
color: #DC448F;
}
.AnyTagClassName
{
color: #DC448F;
}
</style>
background-color css
<style>
a { background-color: #DC448F; }
a { background-color: rgb(220,68,143); }
div.DivClassName
{
background-color: #DC448F;
}
.BgClassName
{
background-color: #DC448F;
}
</style>
border-color css
<style>
span { border-color: #DC448F; }
span { border-color: rgb(220,68,143); }
td.TdClassName
{
border-color: #DC448F;
}
.TagClassName
{
border-color: #DC448F;
}
</style>