Shades of Cerise #DF255E
Tints of Cerise #DF255E
RGB
CMYK
RGB Variations
Color information
#DF255E (or 0xDF255E) is known color: Cerise. HEX triplet: DF, 25 and 5E. RGB value is (223,37,94). Sum of RGB (Red+Green+Blue) = 223+37+94=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF255E is #20DAA1. Grayscale: #636363. Windows color (decimal): -2153122 or 6170079. OLE color: 6170079.
HSL color Cylindrical-coordinate representation of color #DF255E: hue angle of 341.61º 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 #DF255E is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 94 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.13 |
| HSL | 341.61º | 0.74% | 0.51% | - |
| HSV(B) | 341.61º | 0.83% | 0.87% | - |
| XYZ | 33.11 | 17.82 | 12.28 | - |
| YUV | 99.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 94 | 0 | 0.83 | 0.58 | 0.13 | 341.61 | 0.74 | 0.51 |
| Hex | DF | 25 | 5E | 0 | 53 | 3A | D | 156 | 4A | 33 |
| Octal | 337 | 45 | 136 | 0 | 123 | 72 | 15 | 526 | 112 | 63 |
| Binary | 11011111 | 100101 | 1011110 | 0 | 1010011 | 111010 | 1101 | 101010110 | 1001010 | 110011 |
Color Harmonies of #DF255E
Complementary color
Monochromatic Colors of #DF255E
Black with #DF255E
Text Example
Text Example
White with #DF255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF255E; }
p { color: rgb(223,37,94); }
H1.HeaderClassName
{
color: #DF255E;
}
.AnyTagClassName
{
color: #DF255E;
}
</style>
background-color css
<style>
a { background-color: #DF255E; }
a { background-color: rgb(223,37,94); }
div.DivClassName
{
background-color: #DF255E;
}
.BgClassName
{
background-color: #DF255E;
}
</style>
border-color css
<style>
span { border-color: #DF255E; }
span { border-color: rgb(223,37,94); }
td.TdClassName
{
border-color: #DF255E;
}
.TagClassName
{
border-color: #DF255E;
}
</style>