Shades of Ruby #D80B5E
Tints of Ruby #D80B5E
RGB
CMYK
RGB Variations
Color information
#D80B5E (or 0xD80B5E) is known color: Ruby. HEX triplet: D8, 0B and 5E. RGB value is (216,11,94). Sum of RGB (Red+Green+Blue) = 216+11+94=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80B5E is #27F4A1. Grayscale: #515151. Windows color (decimal): -2618530 or 6163416. OLE color: 6163416.
HSL color Cylindrical-coordinate representation of color #D80B5E: hue angle of 335.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B5E is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.15 |
| HSL | 335.71º | 0.9% | 0.45% | - |
| HSV(B) | 335.71º | 0.95% | 0.85% | - |
| XYZ | 30.46 | 15.65 | 12 | - |
| YUV | 81.76 | 134.92 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 94 | 0 | 0.95 | 0.56 | 0.15 | 335.71 | 0.9 | 0.45 |
| Hex | D8 | B | 5E | 0 | 5F | 38 | F | 150 | 5A | 2D |
| Octal | 330 | 13 | 136 | 0 | 137 | 70 | 17 | 520 | 132 | 55 |
| Binary | 11011000 | 1011 | 1011110 | 0 | 1011111 | 111000 | 1111 | 101010000 | 1011010 | 101101 |
Color Harmonies of #D80B5E
Complementary color
Monochromatic Colors of #D80B5E
Black with #D80B5E
Text Example
Text Example
White with #D80B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B5E; }
p { color: rgb(216,11,94); }
H1.HeaderClassName
{
color: #D80B5E;
}
.AnyTagClassName
{
color: #D80B5E;
}
</style>
background-color css
<style>
a { background-color: #D80B5E; }
a { background-color: rgb(216,11,94); }
div.DivClassName
{
background-color: #D80B5E;
}
.BgClassName
{
background-color: #D80B5E;
}
</style>
border-color css
<style>
span { border-color: #D80B5E; }
span { border-color: rgb(216,11,94); }
td.TdClassName
{
border-color: #D80B5E;
}
.TagClassName
{
border-color: #D80B5E;
}
</style>