Shades of Cerise #D83C55
Tints of Cerise #D83C55
RGB
CMYK
RGB Variations
Color information
#D83C55 (or 0xD83C55) is known color: Cerise. HEX triplet: D8, 3C and 55. RGB value is (216,60,85). Sum of RGB (Red+Green+Blue) = 216+60+85=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C55 is #27C3AA. Grayscale: #6D6D6D. Windows color (decimal): -2605995 or 5586136. OLE color: 5586136.
HSL color Cylindrical-coordinate representation of color #D83C55: hue angle of 350.38º 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 #D83C55 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 85 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.15 |
| HSL | 350.38º | 0.67% | 0.54% | - |
| HSV(B) | 350.38º | 0.72% | 0.85% | - |
| XYZ | 31.57 | 18.49 | 10.5 | - |
| YUV | 109.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 85 | 0 | 0.72 | 0.61 | 0.15 | 350.38 | 0.67 | 0.54 |
| Hex | D8 | 3C | 55 | 0 | 48 | 3D | F | 15E | 43 | 36 |
| Octal | 330 | 74 | 125 | 0 | 110 | 75 | 17 | 536 | 103 | 66 |
| Binary | 11011000 | 111100 | 1010101 | 0 | 1001000 | 111101 | 1111 | 101011110 | 1000011 | 110110 |
Color Harmonies of #D83C55
Complementary color
Monochromatic Colors of #D83C55
Black with #D83C55
Text Example
Text Example
White with #D83C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C55; }
p { color: rgb(216,60,85); }
H1.HeaderClassName
{
color: #D83C55;
}
.AnyTagClassName
{
color: #D83C55;
}
</style>
background-color css
<style>
a { background-color: #D83C55; }
a { background-color: rgb(216,60,85); }
div.DivClassName
{
background-color: #D83C55;
}
.BgClassName
{
background-color: #D83C55;
}
</style>
border-color css
<style>
span { border-color: #D83C55; }
span { border-color: rgb(216,60,85); }
td.TdClassName
{
border-color: #D83C55;
}
.TagClassName
{
border-color: #D83C55;
}
</style>