Shades of Cerise #DF266A
Tints of Cerise #DF266A
RGB
CMYK
RGB Variations
Color information
#DF266A (or 0xDF266A) is known color: Cerise. HEX triplet: DF, 26 and 6A. RGB value is (223,38,106). Sum of RGB (Red+Green+Blue) = 223+38+106=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF266A is #20D995. Grayscale: #646464. Windows color (decimal): -2152854 or 6956767. OLE color: 6956767.
HSL color Cylindrical-coordinate representation of color #DF266A: hue angle of 337.95º 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 #DF266A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 106 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.13 |
| HSL | 337.95º | 0.74% | 0.51% | - |
| HSV(B) | 337.95º | 0.83% | 0.87% | - |
| XYZ | 33.73 | 18.11 | 15.35 | - |
| YUV | 101.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 106 | 0 | 0.83 | 0.52 | 0.13 | 337.95 | 0.74 | 0.51 |
| Hex | DF | 26 | 6A | 0 | 53 | 34 | D | 152 | 4A | 33 |
| Octal | 337 | 46 | 152 | 0 | 123 | 64 | 15 | 522 | 112 | 63 |
| Binary | 11011111 | 100110 | 1101010 | 0 | 1010011 | 110100 | 1101 | 101010010 | 1001010 | 110011 |
Color Harmonies of #DF266A
Complementary color
Monochromatic Colors of #DF266A
Black with #DF266A
Text Example
Text Example
White with #DF266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF266A; }
p { color: rgb(223,38,106); }
H1.HeaderClassName
{
color: #DF266A;
}
.AnyTagClassName
{
color: #DF266A;
}
</style>
background-color css
<style>
a { background-color: #DF266A; }
a { background-color: rgb(223,38,106); }
div.DivClassName
{
background-color: #DF266A;
}
.BgClassName
{
background-color: #DF266A;
}
</style>
border-color css
<style>
span { border-color: #DF266A; }
span { border-color: rgb(223,38,106); }
td.TdClassName
{
border-color: #DF266A;
}
.TagClassName
{
border-color: #DF266A;
}
</style>