Shades of Ruby #D80B5D
Tints of Ruby #D80B5D
RGB
CMYK
RGB Variations
Color information
#D80B5D (or 0xD80B5D) is known color: Ruby. HEX triplet: D8, 0B and 5D. RGB value is (216,11,93). Sum of RGB (Red+Green+Blue) = 216+11+93=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80B5D is #27F4A2. Grayscale: #515151. Windows color (decimal): -2618531 or 6097880. OLE color: 6097880.
HSL color Cylindrical-coordinate representation of color #D80B5D: hue angle of 336º 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 #D80B5D is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.15 |
| HSL | 336º | 0.9% | 0.45% | - |
| HSV(B) | 336º | 0.95% | 0.85% | - |
| XYZ | 30.41 | 15.63 | 11.77 | - |
| YUV | 81.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 93 | 0 | 0.95 | 0.57 | 0.15 | 336 | 0.9 | 0.45 |
| Hex | D8 | B | 5D | 0 | 5F | 39 | F | 150 | 5A | 2D |
| Octal | 330 | 13 | 135 | 0 | 137 | 71 | 17 | 520 | 132 | 55 |
| Binary | 11011000 | 1011 | 1011101 | 0 | 1011111 | 111001 | 1111 | 101010000 | 1011010 | 101101 |
Color Harmonies of #D80B5D
Complementary color
Monochromatic Colors of #D80B5D
Black with #D80B5D
Text Example
Text Example
White with #D80B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B5D; }
p { color: rgb(216,11,93); }
H1.HeaderClassName
{
color: #D80B5D;
}
.AnyTagClassName
{
color: #D80B5D;
}
</style>
background-color css
<style>
a { background-color: #D80B5D; }
a { background-color: rgb(216,11,93); }
div.DivClassName
{
background-color: #D80B5D;
}
.BgClassName
{
background-color: #D80B5D;
}
</style>
border-color css
<style>
span { border-color: #D80B5D; }
span { border-color: rgb(216,11,93); }
td.TdClassName
{
border-color: #D80B5D;
}
.TagClassName
{
border-color: #D80B5D;
}
</style>