Shades of Cerise #DF255B
Tints of Cerise #DF255B
RGB
CMYK
RGB Variations
Color information
#DF255B (or 0xDF255B) is known color: Cerise. HEX triplet: DF, 25 and 5B. RGB value is (223,37,91). Sum of RGB (Red+Green+Blue) = 223+37+91=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF255B is #20DAA4. Grayscale: #626262. Windows color (decimal): -2153125 or 5973471. OLE color: 5973471.
HSL color Cylindrical-coordinate representation of color #DF255B: hue angle of 342.58º 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 #DF255B is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 91 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.13 |
| HSL | 342.58º | 0.74% | 0.51% | - |
| HSV(B) | 342.58º | 0.83% | 0.87% | - |
| XYZ | 32.98 | 17.77 | 11.59 | - |
| YUV | 98.77 | 123.62 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 91 | 0 | 0.83 | 0.59 | 0.13 | 342.58 | 0.74 | 0.51 |
| Hex | DF | 25 | 5B | 0 | 53 | 3B | D | 157 | 4A | 33 |
| Octal | 337 | 45 | 133 | 0 | 123 | 73 | 15 | 527 | 112 | 63 |
| Binary | 11011111 | 100101 | 1011011 | 0 | 1010011 | 111011 | 1101 | 101010111 | 1001010 | 110011 |
Color Harmonies of #DF255B
Complementary color
Monochromatic Colors of #DF255B
Black with #DF255B
Text Example
Text Example
White with #DF255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF255B; }
p { color: rgb(223,37,91); }
H1.HeaderClassName
{
color: #DF255B;
}
.AnyTagClassName
{
color: #DF255B;
}
</style>
background-color css
<style>
a { background-color: #DF255B; }
a { background-color: rgb(223,37,91); }
div.DivClassName
{
background-color: #DF255B;
}
.BgClassName
{
background-color: #DF255B;
}
</style>
border-color css
<style>
span { border-color: #DF255B; }
span { border-color: rgb(223,37,91); }
td.TdClassName
{
border-color: #DF255B;
}
.TagClassName
{
border-color: #DF255B;
}
</style>