Shades of Ruby #D60B5D
Tints of Ruby #D60B5D
RGB
CMYK
RGB Variations
Color information
#D60B5D (or 0xD60B5D) is known color: Ruby. HEX triplet: D6, 0B and 5D. RGB value is (214,11,93). Sum of RGB (Red+Green+Blue) = 214+11+93=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B5D is #29F4A2. Grayscale: #505050. Windows color (decimal): -2749603 or 6097878. OLE color: 6097878.
HSL color Cylindrical-coordinate representation of color #D60B5D: hue angle of 335.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B5D is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.16 |
| HSL | 335.76º | 0.9% | 0.44% | - |
| HSV(B) | 335.76º | 0.95% | 0.84% | - |
| XYZ | 29.83 | 15.33 | 11.74 | - |
| YUV | 81.05 | 134.75 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 93 | 0 | 0.95 | 0.57 | 0.16 | 335.76 | 0.9 | 0.44 |
| Hex | D6 | B | 5D | 0 | 5F | 39 | 10 | 150 | 5A | 2C |
| Octal | 326 | 13 | 135 | 0 | 137 | 71 | 20 | 520 | 132 | 54 |
| Binary | 11010110 | 1011 | 1011101 | 0 | 1011111 | 111001 | 10000 | 101010000 | 1011010 | 101100 |
Color Harmonies of #D60B5D
Complementary color
Monochromatic Colors of #D60B5D
Black with #D60B5D
Text Example
Text Example
White with #D60B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B5D; }
p { color: rgb(214,11,93); }
H1.HeaderClassName
{
color: #D60B5D;
}
.AnyTagClassName
{
color: #D60B5D;
}
</style>
background-color css
<style>
a { background-color: #D60B5D; }
a { background-color: rgb(214,11,93); }
div.DivClassName
{
background-color: #D60B5D;
}
.BgClassName
{
background-color: #D60B5D;
}
</style>
border-color css
<style>
span { border-color: #D60B5D; }
span { border-color: rgb(214,11,93); }
td.TdClassName
{
border-color: #D60B5D;
}
.TagClassName
{
border-color: #D60B5D;
}
</style>