Shades of Cerise #DF285C
Tints of Cerise #DF285C
RGB
CMYK
RGB Variations
Color information
#DF285C (or 0xDF285C) is known color: Cerise. HEX triplet: DF, 28 and 5C. RGB value is (223,40,92). Sum of RGB (Red+Green+Blue) = 223+40+92=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF285C is #20D7A3. Grayscale: #646464. Windows color (decimal): -2152356 or 6039775. OLE color: 6039775.
HSL color Cylindrical-coordinate representation of color #DF285C: hue angle of 342.95º 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 #DF285C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 92 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.13 |
| HSL | 342.95º | 0.74% | 0.52% | - |
| HSV(B) | 342.95º | 0.82% | 0.87% | - |
| XYZ | 33.12 | 17.98 | 11.85 | - |
| YUV | 100.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 92 | 0 | 0.82 | 0.59 | 0.13 | 342.95 | 0.74 | 0.52 |
| Hex | DF | 28 | 5C | 0 | 52 | 3B | D | 157 | 4A | 34 |
| Octal | 337 | 50 | 134 | 0 | 122 | 73 | 15 | 527 | 112 | 64 |
| Binary | 11011111 | 101000 | 1011100 | 0 | 1010010 | 111011 | 1101 | 101010111 | 1001010 | 110100 |
Color Harmonies of #DF285C
Complementary color
Monochromatic Colors of #DF285C
Black with #DF285C
Text Example
Text Example
White with #DF285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF285C; }
p { color: rgb(223,40,92); }
H1.HeaderClassName
{
color: #DF285C;
}
.AnyTagClassName
{
color: #DF285C;
}
</style>
background-color css
<style>
a { background-color: #DF285C; }
a { background-color: rgb(223,40,92); }
div.DivClassName
{
background-color: #DF285C;
}
.BgClassName
{
background-color: #DF285C;
}
</style>
border-color css
<style>
span { border-color: #DF285C; }
span { border-color: rgb(223,40,92); }
td.TdClassName
{
border-color: #DF285C;
}
.TagClassName
{
border-color: #DF285C;
}
</style>