Shades of Cerise #DF286F
Tints of Cerise #DF286F
RGB
CMYK
RGB Variations
Color information
#DF286F (or 0xDF286F) is known color: Cerise. HEX triplet: DF, 28 and 6F. RGB value is (223,40,111). Sum of RGB (Red+Green+Blue) = 223+40+111=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF286F is #20D790. Grayscale: #666666. Windows color (decimal): -2152337 or 7284959. OLE color: 7284959.
HSL color Cylindrical-coordinate representation of color #DF286F: hue angle of 336.72º 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 #DF286F is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 111 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.13 |
| HSL | 336.72º | 0.74% | 0.52% | - |
| HSV(B) | 336.72º | 0.82% | 0.87% | - |
| XYZ | 34.06 | 18.35 | 16.79 | - |
| YUV | 102.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 111 | 0 | 0.82 | 0.50 | 0.13 | 336.72 | 0.74 | 0.52 |
| Hex | DF | 28 | 6F | 0 | 52 | 32 | D | 151 | 4A | 34 |
| Octal | 337 | 50 | 157 | 0 | 122 | 62 | 15 | 521 | 112 | 64 |
| Binary | 11011111 | 101000 | 1101111 | 0 | 1010010 | 110010 | 1101 | 101010001 | 1001010 | 110100 |
Color Harmonies of #DF286F
Complementary color
Monochromatic Colors of #DF286F
Black with #DF286F
Text Example
Text Example
White with #DF286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF286F; }
p { color: rgb(223,40,111); }
H1.HeaderClassName
{
color: #DF286F;
}
.AnyTagClassName
{
color: #DF286F;
}
</style>
background-color css
<style>
a { background-color: #DF286F; }
a { background-color: rgb(223,40,111); }
div.DivClassName
{
background-color: #DF286F;
}
.BgClassName
{
background-color: #DF286F;
}
</style>
border-color css
<style>
span { border-color: #DF286F; }
span { border-color: rgb(223,40,111); }
td.TdClassName
{
border-color: #DF286F;
}
.TagClassName
{
border-color: #DF286F;
}
</style>