Shades of Cerise #D8296A
Tints of Cerise #D8296A
RGB
CMYK
RGB Variations
Color information
#D8296A (or 0xD8296A) is known color: Cerise. HEX triplet: D8, 29 and 6A. RGB value is (216,41,106). Sum of RGB (Red+Green+Blue) = 216+41+106=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8296A is #27D695. Grayscale: #646464. Windows color (decimal): -2610838 or 6957528. OLE color: 6957528.
HSL color Cylindrical-coordinate representation of color #D8296A: hue angle of 337.71º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8296A is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 106 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.15 |
| HSL | 337.71º | 0.69% | 0.5% | - |
| HSV(B) | 337.71º | 0.81% | 0.85% | - |
| XYZ | 31.71 | 17.23 | 15.29 | - |
| YUV | 100.74 | 130.98 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 106 | 0 | 0.81 | 0.51 | 0.15 | 337.71 | 0.69 | 0.5 |
| Hex | D8 | 29 | 6A | 0 | 51 | 33 | F | 152 | 45 | 32 |
| Octal | 330 | 51 | 152 | 0 | 121 | 63 | 17 | 522 | 105 | 62 |
| Binary | 11011000 | 101001 | 1101010 | 0 | 1010001 | 110011 | 1111 | 101010010 | 1000101 | 110010 |
Color Harmonies of #D8296A
Complementary color
Monochromatic Colors of #D8296A
Black with #D8296A
Text Example
Text Example
White with #D8296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8296A; }
p { color: rgb(216,41,106); }
H1.HeaderClassName
{
color: #D8296A;
}
.AnyTagClassName
{
color: #D8296A;
}
</style>
background-color css
<style>
a { background-color: #D8296A; }
a { background-color: rgb(216,41,106); }
div.DivClassName
{
background-color: #D8296A;
}
.BgClassName
{
background-color: #D8296A;
}
</style>
border-color css
<style>
span { border-color: #D8296A; }
span { border-color: rgb(216,41,106); }
td.TdClassName
{
border-color: #D8296A;
}
.TagClassName
{
border-color: #D8296A;
}
</style>