Shades of Cerise #DF266F
Tints of Cerise #DF266F
RGB
CMYK
RGB Variations
Color information
#DF266F (or 0xDF266F) is known color: Cerise. HEX triplet: DF, 26 and 6F. RGB value is (223,38,111). Sum of RGB (Red+Green+Blue) = 223+38+111=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF266F is #20D990. Grayscale: #656565. Windows color (decimal): -2152849 or 7284447. OLE color: 7284447.
HSL color Cylindrical-coordinate representation of color #DF266F: hue angle of 336.32º 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 #DF266F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 111 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.13 |
| HSL | 336.32º | 0.74% | 0.51% | - |
| HSV(B) | 336.32º | 0.83% | 0.87% | - |
| XYZ | 33.99 | 18.22 | 16.76 | - |
| YUV | 101.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 111 | 0 | 0.83 | 0.50 | 0.13 | 336.32 | 0.74 | 0.51 |
| Hex | DF | 26 | 6F | 0 | 53 | 32 | D | 150 | 4A | 33 |
| Octal | 337 | 46 | 157 | 0 | 123 | 62 | 15 | 520 | 112 | 63 |
| Binary | 11011111 | 100110 | 1101111 | 0 | 1010011 | 110010 | 1101 | 101010000 | 1001010 | 110011 |
Color Harmonies of #DF266F
Complementary color
Monochromatic Colors of #DF266F
Black with #DF266F
Text Example
Text Example
White with #DF266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF266F; }
p { color: rgb(223,38,111); }
H1.HeaderClassName
{
color: #DF266F;
}
.AnyTagClassName
{
color: #DF266F;
}
</style>
background-color css
<style>
a { background-color: #DF266F; }
a { background-color: rgb(223,38,111); }
div.DivClassName
{
background-color: #DF266F;
}
.BgClassName
{
background-color: #DF266F;
}
</style>
border-color css
<style>
span { border-color: #DF266F; }
span { border-color: rgb(223,38,111); }
td.TdClassName
{
border-color: #DF266F;
}
.TagClassName
{
border-color: #DF266F;
}
</style>