Shades of Cerise #DF275D
Tints of Cerise #DF275D
RGB
CMYK
RGB Variations
Color information
#DF275D (or 0xDF275D) is known color: Cerise. HEX triplet: DF, 27 and 5D. RGB value is (223,39,93). Sum of RGB (Red+Green+Blue) = 223+39+93=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF275D is #20D8A2. Grayscale: #646464. Windows color (decimal): -2152611 or 6105055. OLE color: 6105055.
HSL color Cylindrical-coordinate representation of color #DF275D: hue angle of 342.39º 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 #DF275D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 93 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.13 |
| HSL | 342.39º | 0.74% | 0.51% | - |
| HSV(B) | 342.39º | 0.83% | 0.87% | - |
| XYZ | 33.13 | 17.93 | 12.07 | - |
| YUV | 100.17 | 123.96 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 93 | 0 | 0.83 | 0.58 | 0.13 | 342.39 | 0.74 | 0.51 |
| Hex | DF | 27 | 5D | 0 | 53 | 3A | D | 156 | 4A | 33 |
| Octal | 337 | 47 | 135 | 0 | 123 | 72 | 15 | 526 | 112 | 63 |
| Binary | 11011111 | 100111 | 1011101 | 0 | 1010011 | 111010 | 1101 | 101010110 | 1001010 | 110011 |
Color Harmonies of #DF275D
Complementary color
Monochromatic Colors of #DF275D
Black with #DF275D
Text Example
Text Example
White with #DF275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF275D; }
p { color: rgb(223,39,93); }
H1.HeaderClassName
{
color: #DF275D;
}
.AnyTagClassName
{
color: #DF275D;
}
</style>
background-color css
<style>
a { background-color: #DF275D; }
a { background-color: rgb(223,39,93); }
div.DivClassName
{
background-color: #DF275D;
}
.BgClassName
{
background-color: #DF275D;
}
</style>
border-color css
<style>
span { border-color: #DF275D; }
span { border-color: rgb(223,39,93); }
td.TdClassName
{
border-color: #DF275D;
}
.TagClassName
{
border-color: #DF275D;
}
</style>