Shades of Cerise #D8236C
Tints of Cerise #D8236C
RGB
CMYK
RGB Variations
Color information
#D8236C (or 0xD8236C) is known color: Cerise. HEX triplet: D8, 23 and 6C. RGB value is (216,35,108). Sum of RGB (Red+Green+Blue) = 216+35+108=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8236C is #27DC93. Grayscale: #616161. Windows color (decimal): -2612372 or 7087064. OLE color: 7087064.
HSL color Cylindrical-coordinate representation of color #D8236C: hue angle of 335.8º 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 #D8236C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 108 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.15 |
| HSL | 335.8º | 0.72% | 0.49% | - |
| HSV(B) | 335.8º | 0.84% | 0.85% | - |
| XYZ | 31.63 | 16.88 | 15.78 | - |
| YUV | 97.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 108 | 0 | 0.84 | 0.50 | 0.15 | 335.8 | 0.72 | 0.49 |
| Hex | D8 | 23 | 6C | 0 | 54 | 32 | F | 150 | 48 | 31 |
| Octal | 330 | 43 | 154 | 0 | 124 | 62 | 17 | 520 | 110 | 61 |
| Binary | 11011000 | 100011 | 1101100 | 0 | 1010100 | 110010 | 1111 | 101010000 | 1001000 | 110001 |
Color Harmonies of #D8236C
Complementary color
Monochromatic Colors of #D8236C
Black with #D8236C
Text Example
Text Example
White with #D8236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8236C; }
p { color: rgb(216,35,108); }
H1.HeaderClassName
{
color: #D8236C;
}
.AnyTagClassName
{
color: #D8236C;
}
</style>
background-color css
<style>
a { background-color: #D8236C; }
a { background-color: rgb(216,35,108); }
div.DivClassName
{
background-color: #D8236C;
}
.BgClassName
{
background-color: #D8236C;
}
</style>
border-color css
<style>
span { border-color: #D8236C; }
span { border-color: rgb(216,35,108); }
td.TdClassName
{
border-color: #D8236C;
}
.TagClassName
{
border-color: #D8236C;
}
</style>