Shades of Cerise #D83D55
Tints of Cerise #D83D55
RGB
CMYK
RGB Variations
Color information
#D83D55 (or 0xD83D55) is known color: Cerise. HEX triplet: D8, 3D and 55. RGB value is (216,61,85). Sum of RGB (Red+Green+Blue) = 216+61+85=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D55 is #27C2AA. Grayscale: #6E6E6E. Windows color (decimal): -2605739 or 5586392. OLE color: 5586392.
HSL color Cylindrical-coordinate representation of color #D83D55: hue angle of 350.71º 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 #D83D55 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 85 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.15 |
| HSL | 350.71º | 0.67% | 0.54% | - |
| HSV(B) | 350.71º | 0.72% | 0.85% | - |
| XYZ | 31.63 | 18.59 | 10.52 | - |
| YUV | 110.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 85 | 0 | 0.72 | 0.61 | 0.15 | 350.71 | 0.67 | 0.54 |
| Hex | D8 | 3D | 55 | 0 | 48 | 3D | F | 15F | 43 | 36 |
| Octal | 330 | 75 | 125 | 0 | 110 | 75 | 17 | 537 | 103 | 66 |
| Binary | 11011000 | 111101 | 1010101 | 0 | 1001000 | 111101 | 1111 | 101011111 | 1000011 | 110110 |
Color Harmonies of #D83D55
Complementary color
Monochromatic Colors of #D83D55
Black with #D83D55
Text Example
Text Example
White with #D83D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D55; }
p { color: rgb(216,61,85); }
H1.HeaderClassName
{
color: #D83D55;
}
.AnyTagClassName
{
color: #D83D55;
}
</style>
background-color css
<style>
a { background-color: #D83D55; }
a { background-color: rgb(216,61,85); }
div.DivClassName
{
background-color: #D83D55;
}
.BgClassName
{
background-color: #D83D55;
}
</style>
border-color css
<style>
span { border-color: #D83D55; }
span { border-color: rgb(216,61,85); }
td.TdClassName
{
border-color: #D83D55;
}
.TagClassName
{
border-color: #D83D55;
}
</style>