Shades of Deep Cerise #DF287F
Tints of Deep Cerise #DF287F
RGB
CMYK
RGB Variations
Color information
#DF287F (or 0xDF287F) is known color: Deep Cerise. HEX triplet: DF, 28 and 7F. RGB value is (223,40,127). Sum of RGB (Red+Green+Blue) = 223+40+127=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF287F is #20D780. Grayscale: #686868. Windows color (decimal): -2152321 or 8333535. OLE color: 8333535.
HSL color Cylindrical-coordinate representation of color #DF287F: hue angle of 331.48º 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 #DF287F is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 127 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.13 |
| HSL | 331.48º | 0.74% | 0.52% | - |
| HSV(B) | 331.48º | 0.82% | 0.87% | - |
| XYZ | 35.02 | 18.74 | 21.85 | - |
| YUV | 104.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 127 | 0 | 0.82 | 0.43 | 0.13 | 331.48 | 0.74 | 0.52 |
| Hex | DF | 28 | 7F | 0 | 52 | 2B | D | 14B | 4A | 34 |
| Octal | 337 | 50 | 177 | 0 | 122 | 53 | 15 | 513 | 112 | 64 |
| Binary | 11011111 | 101000 | 1111111 | 0 | 1010010 | 101011 | 1101 | 101001011 | 1001010 | 110100 |
Color Harmonies of #DF287F
Complementary color
Monochromatic Colors of #DF287F
Black with #DF287F
Text Example
Text Example
White with #DF287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF287F; }
p { color: rgb(223,40,127); }
H1.HeaderClassName
{
color: #DF287F;
}
.AnyTagClassName
{
color: #DF287F;
}
</style>
background-color css
<style>
a { background-color: #DF287F; }
a { background-color: rgb(223,40,127); }
div.DivClassName
{
background-color: #DF287F;
}
.BgClassName
{
background-color: #DF287F;
}
</style>
border-color css
<style>
span { border-color: #DF287F; }
span { border-color: rgb(223,40,127); }
td.TdClassName
{
border-color: #DF287F;
}
.TagClassName
{
border-color: #DF287F;
}
</style>