Shades of Deep Cerise #DF488E
Tints of Deep Cerise #DF488E
RGB
CMYK
RGB Variations
Color information
#DF488E (or 0xDF488E) is known color: Deep Cerise. HEX triplet: DF, 48 and 8E. RGB value is (223,72,142). Sum of RGB (Red+Green+Blue) = 223+72+142=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF488E is #20B771. Grayscale: #7D7D7D. Windows color (decimal): -2144114 or 9324767. OLE color: 9324767.
HSL color Cylindrical-coordinate representation of color #DF488E: hue angle of 332.19º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF488E is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 142 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.13 |
| HSL | 332.19º | 0.7% | 0.58% | - |
| HSV(B) | 332.19º | 0.68% | 0.87% | - |
| XYZ | 37.63 | 22.28 | 27.91 | - |
| YUV | 125.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 142 | 0 | 0.68 | 0.36 | 0.13 | 332.19 | 0.7 | 0.58 |
| Hex | DF | 48 | 8E | 0 | 44 | 24 | D | 14C | 46 | 3A |
| Octal | 337 | 110 | 216 | 0 | 104 | 44 | 15 | 514 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10001110 | 0 | 1000100 | 100100 | 1101 | 101001100 | 1000110 | 111010 |
Color Harmonies of #DF488E
Complementary color
Monochromatic Colors of #DF488E
Black with #DF488E
Text Example
Text Example
White with #DF488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF488E; }
p { color: rgb(223,72,142); }
H1.HeaderClassName
{
color: #DF488E;
}
.AnyTagClassName
{
color: #DF488E;
}
</style>
background-color css
<style>
a { background-color: #DF488E; }
a { background-color: rgb(223,72,142); }
div.DivClassName
{
background-color: #DF488E;
}
.BgClassName
{
background-color: #DF488E;
}
</style>
border-color css
<style>
span { border-color: #DF488E; }
span { border-color: rgb(223,72,142); }
td.TdClassName
{
border-color: #DF488E;
}
.TagClassName
{
border-color: #DF488E;
}
</style>