Shades of Cerise #D8416B
Tints of Cerise #D8416B
RGB
CMYK
RGB Variations
Color information
#D8416B (or 0xD8416B) is known color: Cerise. HEX triplet: D8, 41 and 6B. RGB value is (216,65,107). Sum of RGB (Red+Green+Blue) = 216+65+107=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8416B is #27BE94. Grayscale: #727272. Windows color (decimal): -2604693 or 7029208. OLE color: 7029208.
HSL color Cylindrical-coordinate representation of color #D8416B: hue angle of 343.31º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8416B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 107 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.15 |
| HSL | 343.31º | 0.66% | 0.55% | - |
| HSV(B) | 343.31º | 0.7% | 0.85% | - |
| XYZ | 32.86 | 19.44 | 15.93 | - |
| YUV | 114.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 107 | 0 | 0.70 | 0.50 | 0.15 | 343.31 | 0.66 | 0.55 |
| Hex | D8 | 41 | 6B | 0 | 46 | 32 | F | 157 | 42 | 37 |
| Octal | 330 | 101 | 153 | 0 | 106 | 62 | 17 | 527 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1101011 | 0 | 1000110 | 110010 | 1111 | 101010111 | 1000010 | 110111 |
Color Harmonies of #D8416B
Complementary color
Monochromatic Colors of #D8416B
Black with #D8416B
Text Example
Text Example
White with #D8416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8416B; }
p { color: rgb(216,65,107); }
H1.HeaderClassName
{
color: #D8416B;
}
.AnyTagClassName
{
color: #D8416B;
}
</style>
background-color css
<style>
a { background-color: #D8416B; }
a { background-color: rgb(216,65,107); }
div.DivClassName
{
background-color: #D8416B;
}
.BgClassName
{
background-color: #D8416B;
}
</style>
border-color css
<style>
span { border-color: #D8416B; }
span { border-color: rgb(216,65,107); }
td.TdClassName
{
border-color: #D8416B;
}
.TagClassName
{
border-color: #D8416B;
}
</style>