Shades of Cerise #D83C5B
Tints of Cerise #D83C5B
RGB
CMYK
RGB Variations
Color information
#D83C5B (or 0xD83C5B) is known color: Cerise. HEX triplet: D8, 3C and 5B. RGB value is (216,60,91). Sum of RGB (Red+Green+Blue) = 216+60+91=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C5B is #27C3A4. Grayscale: #6E6E6E. Windows color (decimal): -2605989 or 5979352. OLE color: 5979352.
HSL color Cylindrical-coordinate representation of color #D83C5B: hue angle of 348.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C5B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 91 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.15 |
| HSL | 348.08º | 0.67% | 0.54% | - |
| HSV(B) | 348.08º | 0.72% | 0.85% | - |
| XYZ | 31.82 | 18.59 | 11.81 | - |
| YUV | 110.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 91 | 0 | 0.72 | 0.58 | 0.15 | 348.08 | 0.67 | 0.54 |
| Hex | D8 | 3C | 5B | 0 | 48 | 3A | F | 15C | 43 | 36 |
| Octal | 330 | 74 | 133 | 0 | 110 | 72 | 17 | 534 | 103 | 66 |
| Binary | 11011000 | 111100 | 1011011 | 0 | 1001000 | 111010 | 1111 | 101011100 | 1000011 | 110110 |
Color Harmonies of #D83C5B
Complementary color
Monochromatic Colors of #D83C5B
Black with #D83C5B
Text Example
Text Example
White with #D83C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C5B; }
p { color: rgb(216,60,91); }
H1.HeaderClassName
{
color: #D83C5B;
}
.AnyTagClassName
{
color: #D83C5B;
}
</style>
background-color css
<style>
a { background-color: #D83C5B; }
a { background-color: rgb(216,60,91); }
div.DivClassName
{
background-color: #D83C5B;
}
.BgClassName
{
background-color: #D83C5B;
}
</style>
border-color css
<style>
span { border-color: #D83C5B; }
span { border-color: rgb(216,60,91); }
td.TdClassName
{
border-color: #D83C5B;
}
.TagClassName
{
border-color: #D83C5B;
}
</style>