Shades of Cerise #DF2866
Tints of Cerise #DF2866
RGB
CMYK
RGB Variations
Color information
#DF2866 (or 0xDF2866) is known color: Cerise. HEX triplet: DF, 28 and 66. RGB value is (223,40,102). Sum of RGB (Red+Green+Blue) = 223+40+102=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2866 is #20D799. Grayscale: #656565. Windows color (decimal): -2152346 or 6695135. OLE color: 6695135.
HSL color Cylindrical-coordinate representation of color #DF2866: hue angle of 339.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2866 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 102 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.13 |
| HSL | 339.67º | 0.74% | 0.52% | - |
| HSV(B) | 339.67º | 0.82% | 0.87% | - |
| XYZ | 33.59 | 18.16 | 14.31 | - |
| YUV | 101.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 102 | 0 | 0.82 | 0.54 | 0.13 | 339.67 | 0.74 | 0.52 |
| Hex | DF | 28 | 66 | 0 | 52 | 36 | D | 154 | 4A | 34 |
| Octal | 337 | 50 | 146 | 0 | 122 | 66 | 15 | 524 | 112 | 64 |
| Binary | 11011111 | 101000 | 1100110 | 0 | 1010010 | 110110 | 1101 | 101010100 | 1001010 | 110100 |
Color Harmonies of #DF2866
Complementary color
Monochromatic Colors of #DF2866
Black with #DF2866
Text Example
Text Example
White with #DF2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2866; }
p { color: rgb(223,40,102); }
H1.HeaderClassName
{
color: #DF2866;
}
.AnyTagClassName
{
color: #DF2866;
}
</style>
background-color css
<style>
a { background-color: #DF2866; }
a { background-color: rgb(223,40,102); }
div.DivClassName
{
background-color: #DF2866;
}
.BgClassName
{
background-color: #DF2866;
}
</style>
border-color css
<style>
span { border-color: #DF2866; }
span { border-color: rgb(223,40,102); }
td.TdClassName
{
border-color: #DF2866;
}
.TagClassName
{
border-color: #DF2866;
}
</style>