Shades of Cerise #DF275B
Tints of Cerise #DF275B
RGB
CMYK
RGB Variations
Color information
#DF275B (or 0xDF275B) is known color: Cerise. HEX triplet: DF, 27 and 5B. RGB value is (223,39,91). Sum of RGB (Red+Green+Blue) = 223+39+91=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF275B is #20D8A4. Grayscale: #636363. Windows color (decimal): -2152613 or 5973983. OLE color: 5973983.
HSL color Cylindrical-coordinate representation of color #DF275B: hue angle of 343.04º 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 #DF275B is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.13 |
| HSL | 343.04º | 0.74% | 0.51% | - |
| HSV(B) | 343.04º | 0.83% | 0.87% | - |
| XYZ | 33.05 | 17.89 | 11.61 | - |
| YUV | 99.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 91 | 0 | 0.83 | 0.59 | 0.13 | 343.04 | 0.74 | 0.51 |
| Hex | DF | 27 | 5B | 0 | 53 | 3B | D | 157 | 4A | 33 |
| Octal | 337 | 47 | 133 | 0 | 123 | 73 | 15 | 527 | 112 | 63 |
| Binary | 11011111 | 100111 | 1011011 | 0 | 1010011 | 111011 | 1101 | 101010111 | 1001010 | 110011 |
Color Harmonies of #DF275B
Complementary color
Monochromatic Colors of #DF275B
Black with #DF275B
Text Example
Text Example
White with #DF275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF275B; }
p { color: rgb(223,39,91); }
H1.HeaderClassName
{
color: #DF275B;
}
.AnyTagClassName
{
color: #DF275B;
}
</style>
background-color css
<style>
a { background-color: #DF275B; }
a { background-color: rgb(223,39,91); }
div.DivClassName
{
background-color: #DF275B;
}
.BgClassName
{
background-color: #DF275B;
}
</style>
border-color css
<style>
span { border-color: #DF275B; }
span { border-color: rgb(223,39,91); }
td.TdClassName
{
border-color: #DF275B;
}
.TagClassName
{
border-color: #DF275B;
}
</style>