Shades of Ruby #D00B5D
Tints of Ruby #D00B5D
RGB
CMYK
RGB Variations
Color information
#D00B5D (or 0xD00B5D) is known color: Ruby. HEX triplet: D0, 0B and 5D. RGB value is (208,11,93). Sum of RGB (Red+Green+Blue) = 208+11+93=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B5D is #2FF4A2. Grayscale: #4F4F4F. Windows color (decimal): -3142819 or 6097872. OLE color: 6097872.
HSL color Cylindrical-coordinate representation of color #D00B5D: hue angle of 335.03º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00B5D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.18 |
| HSL | 335.03º | 0.9% | 0.43% | - |
| HSV(B) | 335.03º | 0.95% | 0.82% | - |
| XYZ | 28.11 | 14.44 | 11.66 | - |
| YUV | 79.25 | 135.77 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 93 | 0 | 0.95 | 0.55 | 0.18 | 335.03 | 0.9 | 0.43 |
| Hex | D0 | B | 5D | 0 | 5F | 37 | 12 | 14F | 5A | 2B |
| Octal | 320 | 13 | 135 | 0 | 137 | 67 | 22 | 517 | 132 | 53 |
| Binary | 11010000 | 1011 | 1011101 | 0 | 1011111 | 110111 | 10010 | 101001111 | 1011010 | 101011 |
Color Harmonies of #D00B5D
Complementary color
Monochromatic Colors of #D00B5D
Black with #D00B5D
Text Example
Text Example
White with #D00B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B5D; }
p { color: rgb(208,11,93); }
H1.HeaderClassName
{
color: #D00B5D;
}
.AnyTagClassName
{
color: #D00B5D;
}
</style>
background-color css
<style>
a { background-color: #D00B5D; }
a { background-color: rgb(208,11,93); }
div.DivClassName
{
background-color: #D00B5D;
}
.BgClassName
{
background-color: #D00B5D;
}
</style>
border-color css
<style>
span { border-color: #D00B5D; }
span { border-color: rgb(208,11,93); }
td.TdClassName
{
border-color: #D00B5D;
}
.TagClassName
{
border-color: #D00B5D;
}
</style>