Shades of Cerise #D83561
Tints of Cerise #D83561
RGB
CMYK
RGB Variations
Color information
#D83561 (or 0xD83561) is known color: Cerise. HEX triplet: D8, 35 and 61. RGB value is (216,53,97). Sum of RGB (Red+Green+Blue) = 216+53+97=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D83561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83561 is #27CA9E. Grayscale: #6A6A6A. Windows color (decimal): -2607775 or 6370776. OLE color: 6370776.
HSL color Cylindrical-coordinate representation of color #D83561: hue angle of 343.8º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83561 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 97 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.15 |
| HSL | 343.8º | 0.68% | 0.53% | - |
| HSV(B) | 343.8º | 0.75% | 0.85% | - |
| XYZ | 31.75 | 18.01 | 13.11 | - |
| YUV | 106.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 97 | 0 | 0.75 | 0.55 | 0.15 | 343.8 | 0.68 | 0.53 |
| Hex | D8 | 35 | 61 | 0 | 4B | 37 | F | 158 | 44 | 35 |
| Octal | 330 | 65 | 141 | 0 | 113 | 67 | 17 | 530 | 104 | 65 |
| Binary | 11011000 | 110101 | 1100001 | 0 | 1001011 | 110111 | 1111 | 101011000 | 1000100 | 110101 |
Color Harmonies of #D83561
Complementary color
Monochromatic Colors of #D83561
Black with #D83561
Text Example
Text Example
White with #D83561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83561; }
p { color: rgb(216,53,97); }
H1.HeaderClassName
{
color: #D83561;
}
.AnyTagClassName
{
color: #D83561;
}
</style>
background-color css
<style>
a { background-color: #D83561; }
a { background-color: rgb(216,53,97); }
div.DivClassName
{
background-color: #D83561;
}
.BgClassName
{
background-color: #D83561;
}
</style>
border-color css
<style>
span { border-color: #D83561; }
span { border-color: rgb(216,53,97); }
td.TdClassName
{
border-color: #D83561;
}
.TagClassName
{
border-color: #D83561;
}
</style>