Shades of Cerise #D8246F
Tints of Cerise #D8246F
RGB
CMYK
RGB Variations
Color information
#D8246F (or 0xD8246F) is known color: Cerise. HEX triplet: D8, 24 and 6F. RGB value is (216,36,111). Sum of RGB (Red+Green+Blue) = 216+36+111=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8246F is #27DB90. Grayscale: #626262. Windows color (decimal): -2612113 or 7283928. OLE color: 7283928.
HSL color Cylindrical-coordinate representation of color #D8246F: hue angle of 335º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8246F is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 111 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.15 |
| HSL | 335º | 0.71% | 0.49% | - |
| HSV(B) | 335º | 0.83% | 0.85% | - |
| XYZ | 31.82 | 17.01 | 16.64 | - |
| YUV | 98.37 | 135.13 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 111 | 0 | 0.83 | 0.49 | 0.15 | 335 | 0.71 | 0.49 |
| Hex | D8 | 24 | 6F | 0 | 53 | 31 | F | 14F | 47 | 31 |
| Octal | 330 | 44 | 157 | 0 | 123 | 61 | 17 | 517 | 107 | 61 |
| Binary | 11011000 | 100100 | 1101111 | 0 | 1010011 | 110001 | 1111 | 101001111 | 1000111 | 110001 |
Color Harmonies of #D8246F
Complementary color
Monochromatic Colors of #D8246F
Black with #D8246F
Text Example
Text Example
White with #D8246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8246F; }
p { color: rgb(216,36,111); }
H1.HeaderClassName
{
color: #D8246F;
}
.AnyTagClassName
{
color: #D8246F;
}
</style>
background-color css
<style>
a { background-color: #D8246F; }
a { background-color: rgb(216,36,111); }
div.DivClassName
{
background-color: #D8246F;
}
.BgClassName
{
background-color: #D8246F;
}
</style>
border-color css
<style>
span { border-color: #D8246F; }
span { border-color: rgb(216,36,111); }
td.TdClassName
{
border-color: #D8246F;
}
.TagClassName
{
border-color: #D8246F;
}
</style>