Shades of Cerise #D9286A
Tints of Cerise #D9286A
RGB
CMYK
RGB Variations
Color information
#D9286A (or 0xD9286A) is known color: Cerise. HEX triplet: D9, 28 and 6A. RGB value is (217,40,106). Sum of RGB (Red+Green+Blue) = 217+40+106=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9286A is #26D795. Grayscale: #646464. Windows color (decimal): -2545558 or 6957273. OLE color: 6957273.
HSL color Cylindrical-coordinate representation of color #D9286A: hue angle of 337.63º 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 #D9286A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 106 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.15 |
| HSL | 337.63º | 0.7% | 0.5% | - |
| HSV(B) | 337.63º | 0.82% | 0.85% | - |
| XYZ | 31.98 | 17.31 | 15.29 | - |
| YUV | 100.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 106 | 0 | 0.82 | 0.51 | 0.15 | 337.63 | 0.7 | 0.5 |
| Hex | D9 | 28 | 6A | 0 | 52 | 33 | F | 152 | 46 | 32 |
| Octal | 331 | 50 | 152 | 0 | 122 | 63 | 17 | 522 | 106 | 62 |
| Binary | 11011001 | 101000 | 1101010 | 0 | 1010010 | 110011 | 1111 | 101010010 | 1000110 | 110010 |
Color Harmonies of #D9286A
Complementary color
Monochromatic Colors of #D9286A
Black with #D9286A
Text Example
Text Example
White with #D9286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9286A; }
p { color: rgb(217,40,106); }
H1.HeaderClassName
{
color: #D9286A;
}
.AnyTagClassName
{
color: #D9286A;
}
</style>
background-color css
<style>
a { background-color: #D9286A; }
a { background-color: rgb(217,40,106); }
div.DivClassName
{
background-color: #D9286A;
}
.BgClassName
{
background-color: #D9286A;
}
</style>
border-color css
<style>
span { border-color: #D9286A; }
span { border-color: rgb(217,40,106); }
td.TdClassName
{
border-color: #D9286A;
}
.TagClassName
{
border-color: #D9286A;
}
</style>