Shades of Cerise #DF285E
Tints of Cerise #DF285E
RGB
CMYK
RGB Variations
Color information
#DF285E (or 0xDF285E) is known color: Cerise. HEX triplet: DF, 28 and 5E. RGB value is (223,40,94). Sum of RGB (Red+Green+Blue) = 223+40+94=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF285E is #20D7A1. Grayscale: #646464. Windows color (decimal): -2152354 or 6170847. OLE color: 6170847.
HSL color Cylindrical-coordinate representation of color #DF285E: hue angle of 342.3º 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 #DF285E is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 94 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.13 |
| HSL | 342.3º | 0.74% | 0.52% | - |
| HSV(B) | 342.3º | 0.82% | 0.87% | - |
| XYZ | 33.21 | 18.01 | 12.32 | - |
| YUV | 100.87 | 124.13 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 94 | 0 | 0.82 | 0.58 | 0.13 | 342.3 | 0.74 | 0.52 |
| Hex | DF | 28 | 5E | 0 | 52 | 3A | D | 156 | 4A | 34 |
| Octal | 337 | 50 | 136 | 0 | 122 | 72 | 15 | 526 | 112 | 64 |
| Binary | 11011111 | 101000 | 1011110 | 0 | 1010010 | 111010 | 1101 | 101010110 | 1001010 | 110100 |
Color Harmonies of #DF285E
Complementary color
Monochromatic Colors of #DF285E
Black with #DF285E
Text Example
Text Example
White with #DF285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF285E; }
p { color: rgb(223,40,94); }
H1.HeaderClassName
{
color: #DF285E;
}
.AnyTagClassName
{
color: #DF285E;
}
</style>
background-color css
<style>
a { background-color: #DF285E; }
a { background-color: rgb(223,40,94); }
div.DivClassName
{
background-color: #DF285E;
}
.BgClassName
{
background-color: #DF285E;
}
</style>
border-color css
<style>
span { border-color: #DF285E; }
span { border-color: rgb(223,40,94); }
td.TdClassName
{
border-color: #DF285E;
}
.TagClassName
{
border-color: #DF285E;
}
</style>