Shades of Cerise #D8266F
Tints of Cerise #D8266F
RGB
CMYK
RGB Variations
Color information
#D8266F (or 0xD8266F) is known color: Cerise. HEX triplet: D8, 26 and 6F. RGB value is (216,38,111). Sum of RGB (Red+Green+Blue) = 216+38+111=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8266F is #27D990. Grayscale: #636363. Windows color (decimal): -2611601 or 7284440. OLE color: 7284440.
HSL color Cylindrical-coordinate representation of color #D8266F: hue angle of 335.39º 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 #D8266F is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 111 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.15 |
| HSL | 335.39º | 0.7% | 0.5% | - |
| HSV(B) | 335.39º | 0.82% | 0.85% | - |
| XYZ | 31.88 | 17.13 | 16.67 | - |
| YUV | 99.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 111 | 0 | 0.82 | 0.49 | 0.15 | 335.39 | 0.7 | 0.5 |
| Hex | D8 | 26 | 6F | 0 | 52 | 31 | F | 14F | 46 | 32 |
| Octal | 330 | 46 | 157 | 0 | 122 | 61 | 17 | 517 | 106 | 62 |
| Binary | 11011000 | 100110 | 1101111 | 0 | 1010010 | 110001 | 1111 | 101001111 | 1000110 | 110010 |
Color Harmonies of #D8266F
Complementary color
Monochromatic Colors of #D8266F
Black with #D8266F
Text Example
Text Example
White with #D8266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8266F; }
p { color: rgb(216,38,111); }
H1.HeaderClassName
{
color: #D8266F;
}
.AnyTagClassName
{
color: #D8266F;
}
</style>
background-color css
<style>
a { background-color: #D8266F; }
a { background-color: rgb(216,38,111); }
div.DivClassName
{
background-color: #D8266F;
}
.BgClassName
{
background-color: #D8266F;
}
</style>
border-color css
<style>
span { border-color: #D8266F; }
span { border-color: rgb(216,38,111); }
td.TdClassName
{
border-color: #D8266F;
}
.TagClassName
{
border-color: #D8266F;
}
</style>