Shades of Deep Cerise #DF448C
Tints of Deep Cerise #DF448C
RGB
CMYK
RGB Variations
Color information
#DF448C (or 0xDF448C) is known color: Deep Cerise. HEX triplet: DF, 44 and 8C. RGB value is (223,68,140). Sum of RGB (Red+Green+Blue) = 223+68+140=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF448C is #20BB73. Grayscale: #7A7A7A. Windows color (decimal): -2145140 or 9192671. OLE color: 9192671.
HSL color Cylindrical-coordinate representation of color #DF448C: hue angle of 332.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF448C is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 140 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.13 |
| HSL | 332.13º | 0.71% | 0.57% | - |
| HSV(B) | 332.13º | 0.7% | 0.87% | - |
| XYZ | 37.23 | 21.72 | 27.04 | - |
| YUV | 122.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 140 | 0 | 0.70 | 0.37 | 0.13 | 332.13 | 0.71 | 0.57 |
| Hex | DF | 44 | 8C | 0 | 46 | 25 | D | 14C | 47 | 39 |
| Octal | 337 | 104 | 214 | 0 | 106 | 45 | 15 | 514 | 107 | 71 |
| Binary | 11011111 | 1000100 | 10001100 | 0 | 1000110 | 100101 | 1101 | 101001100 | 1000111 | 111001 |
Color Harmonies of #DF448C
Complementary color
Monochromatic Colors of #DF448C
Black with #DF448C
Text Example
Text Example
White with #DF448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF448C; }
p { color: rgb(223,68,140); }
H1.HeaderClassName
{
color: #DF448C;
}
.AnyTagClassName
{
color: #DF448C;
}
</style>
background-color css
<style>
a { background-color: #DF448C; }
a { background-color: rgb(223,68,140); }
div.DivClassName
{
background-color: #DF448C;
}
.BgClassName
{
background-color: #DF448C;
}
</style>
border-color css
<style>
span { border-color: #DF448C; }
span { border-color: rgb(223,68,140); }
td.TdClassName
{
border-color: #DF448C;
}
.TagClassName
{
border-color: #DF448C;
}
</style>