Shades of Cerise #D8266B
Tints of Cerise #D8266B
RGB
CMYK
RGB Variations
Color information
#D8266B (or 0xD8266B) is known color: Cerise. HEX triplet: D8, 26 and 6B. RGB value is (216,38,107). Sum of RGB (Red+Green+Blue) = 216+38+107=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8266B is #27D994. Grayscale: #626262. Windows color (decimal): -2611605 or 7022296. OLE color: 7022296.
HSL color Cylindrical-coordinate representation of color #D8266B: hue angle of 336.74º 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 #D8266B is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 107 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.15 |
| HSL | 336.74º | 0.7% | 0.5% | - |
| HSV(B) | 336.74º | 0.82% | 0.85% | - |
| XYZ | 31.67 | 17.05 | 15.53 | - |
| YUV | 99.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 107 | 0 | 0.82 | 0.50 | 0.15 | 336.74 | 0.7 | 0.5 |
| Hex | D8 | 26 | 6B | 0 | 52 | 32 | F | 151 | 46 | 32 |
| Octal | 330 | 46 | 153 | 0 | 122 | 62 | 17 | 521 | 106 | 62 |
| Binary | 11011000 | 100110 | 1101011 | 0 | 1010010 | 110010 | 1111 | 101010001 | 1000110 | 110010 |
Color Harmonies of #D8266B
Complementary color
Monochromatic Colors of #D8266B
Black with #D8266B
Text Example
Text Example
White with #D8266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8266B; }
p { color: rgb(216,38,107); }
H1.HeaderClassName
{
color: #D8266B;
}
.AnyTagClassName
{
color: #D8266B;
}
</style>
background-color css
<style>
a { background-color: #D8266B; }
a { background-color: rgb(216,38,107); }
div.DivClassName
{
background-color: #D8266B;
}
.BgClassName
{
background-color: #D8266B;
}
</style>
border-color css
<style>
span { border-color: #D8266B; }
span { border-color: rgb(216,38,107); }
td.TdClassName
{
border-color: #D8266B;
}
.TagClassName
{
border-color: #D8266B;
}
</style>