Shades of Deep Cerise #DF287A
Tints of Deep Cerise #DF287A
RGB
CMYK
RGB Variations
Color information
#DF287A (or 0xDF287A) is known color: Deep Cerise. HEX triplet: DF, 28 and 7A. RGB value is (223,40,122). Sum of RGB (Red+Green+Blue) = 223+40+122=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF287A is #20D785. Grayscale: #676767. Windows color (decimal): -2152326 or 8005855. OLE color: 8005855.
HSL color Cylindrical-coordinate representation of color #DF287A: hue angle of 333.11º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF287A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 122 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.13 |
| HSL | 333.11º | 0.74% | 0.52% | - |
| HSV(B) | 333.11º | 0.82% | 0.87% | - |
| XYZ | 34.7 | 18.61 | 20.18 | - |
| YUV | 104.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 122 | 0 | 0.82 | 0.45 | 0.13 | 333.11 | 0.74 | 0.52 |
| Hex | DF | 28 | 7A | 0 | 52 | 2D | D | 14D | 4A | 34 |
| Octal | 337 | 50 | 172 | 0 | 122 | 55 | 15 | 515 | 112 | 64 |
| Binary | 11011111 | 101000 | 1111010 | 0 | 1010010 | 101101 | 1101 | 101001101 | 1001010 | 110100 |
Color Harmonies of #DF287A
Complementary color
Monochromatic Colors of #DF287A
Black with #DF287A
Text Example
Text Example
White with #DF287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF287A; }
p { color: rgb(223,40,122); }
H1.HeaderClassName
{
color: #DF287A;
}
.AnyTagClassName
{
color: #DF287A;
}
</style>
background-color css
<style>
a { background-color: #DF287A; }
a { background-color: rgb(223,40,122); }
div.DivClassName
{
background-color: #DF287A;
}
.BgClassName
{
background-color: #DF287A;
}
</style>
border-color css
<style>
span { border-color: #DF287A; }
span { border-color: rgb(223,40,122); }
td.TdClassName
{
border-color: #DF287A;
}
.TagClassName
{
border-color: #DF287A;
}
</style>