Shades of Cerise #D8256F
Tints of Cerise #D8256F
RGB
CMYK
RGB Variations
Color information
#D8256F (or 0xD8256F) is known color: Cerise. HEX triplet: D8, 25 and 6F. RGB value is (216,37,111). Sum of RGB (Red+Green+Blue) = 216+37+111=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8256F is #27DA90. Grayscale: #626262. Windows color (decimal): -2611857 or 7284184. OLE color: 7284184.
HSL color Cylindrical-coordinate representation of color #D8256F: hue angle of 335.2º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8256F is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 111 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.15 |
| HSL | 335.2º | 0.71% | 0.5% | - |
| HSV(B) | 335.2º | 0.83% | 0.85% | - |
| XYZ | 31.85 | 17.07 | 16.66 | - |
| YUV | 98.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 111 | 0 | 0.83 | 0.49 | 0.15 | 335.2 | 0.71 | 0.5 |
| Hex | D8 | 25 | 6F | 0 | 53 | 31 | F | 14F | 47 | 32 |
| Octal | 330 | 45 | 157 | 0 | 123 | 61 | 17 | 517 | 107 | 62 |
| Binary | 11011000 | 100101 | 1101111 | 0 | 1010011 | 110001 | 1111 | 101001111 | 1000111 | 110010 |
Color Harmonies of #D8256F
Complementary color
Monochromatic Colors of #D8256F
Black with #D8256F
Text Example
Text Example
White with #D8256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8256F; }
p { color: rgb(216,37,111); }
H1.HeaderClassName
{
color: #D8256F;
}
.AnyTagClassName
{
color: #D8256F;
}
</style>
background-color css
<style>
a { background-color: #D8256F; }
a { background-color: rgb(216,37,111); }
div.DivClassName
{
background-color: #D8256F;
}
.BgClassName
{
background-color: #D8256F;
}
</style>
border-color css
<style>
span { border-color: #D8256F; }
span { border-color: rgb(216,37,111); }
td.TdClassName
{
border-color: #D8256F;
}
.TagClassName
{
border-color: #D8256F;
}
</style>