Shades of Cerise #D8276F
Tints of Cerise #D8276F
RGB
CMYK
RGB Variations
Color information
#D8276F (or 0xD8276F) is known color: Cerise. HEX triplet: D8, 27 and 6F. RGB value is (216,39,111). Sum of RGB (Red+Green+Blue) = 216+39+111=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D8276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8276F is #27D890. Grayscale: #646464. Windows color (decimal): -2611345 or 7284696. OLE color: 7284696.
HSL color Cylindrical-coordinate representation of color #D8276F: hue angle of 335.59º degrees, saturation: 0.69, 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 #D8276F is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 111 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.15 |
| HSL | 335.59º | 0.69% | 0.5% | - |
| HSV(B) | 335.59º | 0.82% | 0.85% | - |
| XYZ | 31.91 | 17.2 | 16.68 | - |
| YUV | 100.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 111 | 0 | 0.82 | 0.49 | 0.15 | 335.59 | 0.69 | 0.5 |
| Hex | D8 | 27 | 6F | 0 | 52 | 31 | F | 150 | 45 | 32 |
| Octal | 330 | 47 | 157 | 0 | 122 | 61 | 17 | 520 | 105 | 62 |
| Binary | 11011000 | 100111 | 1101111 | 0 | 1010010 | 110001 | 1111 | 101010000 | 1000101 | 110010 |
Color Harmonies of #D8276F
Complementary color
Monochromatic Colors of #D8276F
Black with #D8276F
Text Example
Text Example
White with #D8276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8276F; }
p { color: rgb(216,39,111); }
H1.HeaderClassName
{
color: #D8276F;
}
.AnyTagClassName
{
color: #D8276F;
}
</style>
background-color css
<style>
a { background-color: #D8276F; }
a { background-color: rgb(216,39,111); }
div.DivClassName
{
background-color: #D8276F;
}
.BgClassName
{
background-color: #D8276F;
}
</style>
border-color css
<style>
span { border-color: #D8276F; }
span { border-color: rgb(216,39,111); }
td.TdClassName
{
border-color: #D8276F;
}
.TagClassName
{
border-color: #D8276F;
}
</style>