Shades of Cerise #D8236B
Tints of Cerise #D8236B
RGB
CMYK
RGB Variations
Color information
#D8236B (or 0xD8236B) is known color: Cerise. HEX triplet: D8, 23 and 6B. RGB value is (216,35,107). Sum of RGB (Red+Green+Blue) = 216+35+107=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8236B is #27DC94. Grayscale: #616161. Windows color (decimal): -2612373 or 7021528. OLE color: 7021528.
HSL color Cylindrical-coordinate representation of color #D8236B: hue angle of 336.13º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8236B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 107 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.15 |
| HSL | 336.13º | 0.72% | 0.49% | - |
| HSV(B) | 336.13º | 0.84% | 0.85% | - |
| XYZ | 31.57 | 16.86 | 15.5 | - |
| YUV | 97.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 107 | 0 | 0.84 | 0.50 | 0.15 | 336.13 | 0.72 | 0.49 |
| Hex | D8 | 23 | 6B | 0 | 54 | 32 | F | 150 | 48 | 31 |
| Octal | 330 | 43 | 153 | 0 | 124 | 62 | 17 | 520 | 110 | 61 |
| Binary | 11011000 | 100011 | 1101011 | 0 | 1010100 | 110010 | 1111 | 101010000 | 1001000 | 110001 |
Color Harmonies of #D8236B
Complementary color
Monochromatic Colors of #D8236B
Black with #D8236B
Text Example
Text Example
White with #D8236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8236B; }
p { color: rgb(216,35,107); }
H1.HeaderClassName
{
color: #D8236B;
}
.AnyTagClassName
{
color: #D8236B;
}
</style>
background-color css
<style>
a { background-color: #D8236B; }
a { background-color: rgb(216,35,107); }
div.DivClassName
{
background-color: #D8236B;
}
.BgClassName
{
background-color: #D8236B;
}
</style>
border-color css
<style>
span { border-color: #D8236B; }
span { border-color: rgb(216,35,107); }
td.TdClassName
{
border-color: #D8236B;
}
.TagClassName
{
border-color: #D8236B;
}
</style>