Shades of Cerise #DF255F
Tints of Cerise #DF255F
RGB
CMYK
RGB Variations
Color information
#DF255F (or 0xDF255F) is known color: Cerise. HEX triplet: DF, 25 and 5F. RGB value is (223,37,95). Sum of RGB (Red+Green+Blue) = 223+37+95=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF255F is #20DAA0. Grayscale: #636363. Windows color (decimal): -2153121 or 6235615. OLE color: 6235615.
HSL color Cylindrical-coordinate representation of color #DF255F: hue angle of 341.29º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF255F is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 95 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 341.29º | 0.74% | 0.51% | - |
| HSV(B) | 341.29º | 0.83% | 0.87% | - |
| XYZ | 33.16 | 17.84 | 12.52 | - |
| YUV | 99.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 95 | 0 | 0.83 | 0.57 | 0.13 | 341.29 | 0.74 | 0.51 |
| Hex | DF | 25 | 5F | 0 | 53 | 39 | D | 155 | 4A | 33 |
| Octal | 337 | 45 | 137 | 0 | 123 | 71 | 15 | 525 | 112 | 63 |
| Binary | 11011111 | 100101 | 1011111 | 0 | 1010011 | 111001 | 1101 | 101010101 | 1001010 | 110011 |
Color Harmonies of #DF255F
Complementary color
Monochromatic Colors of #DF255F
Black with #DF255F
Text Example
Text Example
White with #DF255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF255F; }
p { color: rgb(223,37,95); }
H1.HeaderClassName
{
color: #DF255F;
}
.AnyTagClassName
{
color: #DF255F;
}
</style>
background-color css
<style>
a { background-color: #DF255F; }
a { background-color: rgb(223,37,95); }
div.DivClassName
{
background-color: #DF255F;
}
.BgClassName
{
background-color: #DF255F;
}
</style>
border-color css
<style>
span { border-color: #DF255F; }
span { border-color: rgb(223,37,95); }
td.TdClassName
{
border-color: #DF255F;
}
.TagClassName
{
border-color: #DF255F;
}
</style>