Shades of Cerise #DF255C
Tints of Cerise #DF255C
RGB
CMYK
RGB Variations
Color information
#DF255C (or 0xDF255C) is known color: Cerise. HEX triplet: DF, 25 and 5C. RGB value is (223,37,92). Sum of RGB (Red+Green+Blue) = 223+37+92=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF255C is #20DAA3. Grayscale: #626262. Windows color (decimal): -2153124 or 6039007. OLE color: 6039007.
HSL color Cylindrical-coordinate representation of color #DF255C: hue angle of 342.26º 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 #DF255C is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 92 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.13 |
| HSL | 342.26º | 0.74% | 0.51% | - |
| HSV(B) | 342.26º | 0.83% | 0.87% | - |
| XYZ | 33.02 | 17.78 | 11.82 | - |
| YUV | 98.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 92 | 0 | 0.83 | 0.59 | 0.13 | 342.26 | 0.74 | 0.51 |
| Hex | DF | 25 | 5C | 0 | 53 | 3B | D | 156 | 4A | 33 |
| Octal | 337 | 45 | 134 | 0 | 123 | 73 | 15 | 526 | 112 | 63 |
| Binary | 11011111 | 100101 | 1011100 | 0 | 1010011 | 111011 | 1101 | 101010110 | 1001010 | 110011 |
Color Harmonies of #DF255C
Complementary color
Monochromatic Colors of #DF255C
Black with #DF255C
Text Example
Text Example
White with #DF255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF255C; }
p { color: rgb(223,37,92); }
H1.HeaderClassName
{
color: #DF255C;
}
.AnyTagClassName
{
color: #DF255C;
}
</style>
background-color css
<style>
a { background-color: #DF255C; }
a { background-color: rgb(223,37,92); }
div.DivClassName
{
background-color: #DF255C;
}
.BgClassName
{
background-color: #DF255C;
}
</style>
border-color css
<style>
span { border-color: #DF255C; }
span { border-color: rgb(223,37,92); }
td.TdClassName
{
border-color: #DF255C;
}
.TagClassName
{
border-color: #DF255C;
}
</style>