Shades of Cerise #DF265E
Tints of Cerise #DF265E
RGB
CMYK
RGB Variations
Color information
#DF265E (or 0xDF265E) is known color: Cerise. HEX triplet: DF, 26 and 5E. RGB value is (223,38,94). Sum of RGB (Red+Green+Blue) = 223+38+94=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF265E is #20D9A1. Grayscale: #636363. Windows color (decimal): -2152866 or 6170335. OLE color: 6170335.
HSL color Cylindrical-coordinate representation of color #DF265E: hue angle of 341.84º 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 #DF265E is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 94 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.13 |
| HSL | 341.84º | 0.74% | 0.51% | - |
| HSV(B) | 341.84º | 0.83% | 0.87% | - |
| XYZ | 33.14 | 17.88 | 12.29 | - |
| YUV | 99.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 94 | 0 | 0.83 | 0.58 | 0.13 | 341.84 | 0.74 | 0.51 |
| Hex | DF | 26 | 5E | 0 | 53 | 3A | D | 156 | 4A | 33 |
| Octal | 337 | 46 | 136 | 0 | 123 | 72 | 15 | 526 | 112 | 63 |
| Binary | 11011111 | 100110 | 1011110 | 0 | 1010011 | 111010 | 1101 | 101010110 | 1001010 | 110011 |
Color Harmonies of #DF265E
Complementary color
Monochromatic Colors of #DF265E
Black with #DF265E
Text Example
Text Example
White with #DF265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF265E; }
p { color: rgb(223,38,94); }
H1.HeaderClassName
{
color: #DF265E;
}
.AnyTagClassName
{
color: #DF265E;
}
</style>
background-color css
<style>
a { background-color: #DF265E; }
a { background-color: rgb(223,38,94); }
div.DivClassName
{
background-color: #DF265E;
}
.BgClassName
{
background-color: #DF265E;
}
</style>
border-color css
<style>
span { border-color: #DF265E; }
span { border-color: rgb(223,38,94); }
td.TdClassName
{
border-color: #DF265E;
}
.TagClassName
{
border-color: #DF265E;
}
</style>