Shades of Ruby #D81E56
Tints of Ruby #D81E56
RGB
CMYK
RGB Variations
Color information
#D81E56 (or 0xD81E56) is known color: Ruby. HEX triplet: D8, 1E and 56. RGB value is (216,30,86). Sum of RGB (Red+Green+Blue) = 216+30+86=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E56 is #27E1A9. Grayscale: #5B5B5B. Windows color (decimal): -2613674 or 5643992. OLE color: 5643992.
HSL color Cylindrical-coordinate representation of color #D81E56: hue angle of 341.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E56 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 86 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.15 |
| HSL | 341.94º | 0.76% | 0.48% | - |
| HSV(B) | 341.94º | 0.86% | 0.85% | - |
| XYZ | 30.46 | 16.2 | 10.33 | - |
| YUV | 92 | 124.62 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 86 | 0 | 0.86 | 0.60 | 0.15 | 341.94 | 0.76 | 0.48 |
| Hex | D8 | 1E | 56 | 0 | 56 | 3C | F | 156 | 4C | 30 |
| Octal | 330 | 36 | 126 | 0 | 126 | 74 | 17 | 526 | 114 | 60 |
| Binary | 11011000 | 11110 | 1010110 | 0 | 1010110 | 111100 | 1111 | 101010110 | 1001100 | 110000 |
Color Harmonies of #D81E56
Complementary color
Monochromatic Colors of #D81E56
Black with #D81E56
Text Example
Text Example
White with #D81E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E56; }
p { color: rgb(216,30,86); }
H1.HeaderClassName
{
color: #D81E56;
}
.AnyTagClassName
{
color: #D81E56;
}
</style>
background-color css
<style>
a { background-color: #D81E56; }
a { background-color: rgb(216,30,86); }
div.DivClassName
{
background-color: #D81E56;
}
.BgClassName
{
background-color: #D81E56;
}
</style>
border-color css
<style>
span { border-color: #D81E56; }
span { border-color: rgb(216,30,86); }
td.TdClassName
{
border-color: #D81E56;
}
.TagClassName
{
border-color: #D81E56;
}
</style>