Shades of Cerise #D9286E
Tints of Cerise #D9286E
RGB
CMYK
RGB Variations
Color information
#D9286E (or 0xD9286E) is known color: Cerise. HEX triplet: D9, 28 and 6E. RGB value is (217,40,110). Sum of RGB (Red+Green+Blue) = 217+40+110=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9286E is #26D791. Grayscale: #646464. Windows color (decimal): -2545554 or 7219417. OLE color: 7219417.
HSL color Cylindrical-coordinate representation of color #D9286E: hue angle of 336.27º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9286E is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 110 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.15 |
| HSL | 336.27º | 0.7% | 0.5% | - |
| HSV(B) | 336.27º | 0.82% | 0.85% | - |
| XYZ | 32.19 | 17.4 | 16.41 | - |
| YUV | 100.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 110 | 0 | 0.82 | 0.49 | 0.15 | 336.27 | 0.7 | 0.5 |
| Hex | D9 | 28 | 6E | 0 | 52 | 31 | F | 150 | 46 | 32 |
| Octal | 331 | 50 | 156 | 0 | 122 | 61 | 17 | 520 | 106 | 62 |
| Binary | 11011001 | 101000 | 1101110 | 0 | 1010010 | 110001 | 1111 | 101010000 | 1000110 | 110010 |
Color Harmonies of #D9286E
Complementary color
Monochromatic Colors of #D9286E
Black with #D9286E
Text Example
Text Example
White with #D9286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9286E; }
p { color: rgb(217,40,110); }
H1.HeaderClassName
{
color: #D9286E;
}
.AnyTagClassName
{
color: #D9286E;
}
</style>
background-color css
<style>
a { background-color: #D9286E; }
a { background-color: rgb(217,40,110); }
div.DivClassName
{
background-color: #D9286E;
}
.BgClassName
{
background-color: #D9286E;
}
</style>
border-color css
<style>
span { border-color: #D9286E; }
span { border-color: rgb(217,40,110); }
td.TdClassName
{
border-color: #D9286E;
}
.TagClassName
{
border-color: #D9286E;
}
</style>