Shades of Ruby #D60B6E
Tints of Ruby #D60B6E
RGB
CMYK
RGB Variations
Color information
#D60B6E (or 0xD60B6E) is known color: Ruby. HEX triplet: D6, 0B and 6E. RGB value is (214,11,110). Sum of RGB (Red+Green+Blue) = 214+11+110=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B6E is #29F491. Grayscale: #525252. Windows color (decimal): -2749586 or 7211990. OLE color: 7211990.
HSL color Cylindrical-coordinate representation of color #D60B6E: hue angle of 330.74º 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 #D60B6E is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 110 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.16 |
| HSL | 330.74º | 0.9% | 0.44% | - |
| HSV(B) | 330.74º | 0.95% | 0.84% | - |
| XYZ | 30.67 | 15.66 | 16.16 | - |
| YUV | 82.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 110 | 0 | 0.95 | 0.49 | 0.16 | 330.74 | 0.9 | 0.44 |
| Hex | D6 | B | 6E | 0 | 5F | 31 | 10 | 14B | 5A | 2C |
| Octal | 326 | 13 | 156 | 0 | 137 | 61 | 20 | 513 | 132 | 54 |
| Binary | 11010110 | 1011 | 1101110 | 0 | 1011111 | 110001 | 10000 | 101001011 | 1011010 | 101100 |
Color Harmonies of #D60B6E
Complementary color
Monochromatic Colors of #D60B6E
Black with #D60B6E
Text Example
Text Example
White with #D60B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B6E; }
p { color: rgb(214,11,110); }
H1.HeaderClassName
{
color: #D60B6E;
}
.AnyTagClassName
{
color: #D60B6E;
}
</style>
background-color css
<style>
a { background-color: #D60B6E; }
a { background-color: rgb(214,11,110); }
div.DivClassName
{
background-color: #D60B6E;
}
.BgClassName
{
background-color: #D60B6E;
}
</style>
border-color css
<style>
span { border-color: #D60B6E; }
span { border-color: rgb(214,11,110); }
td.TdClassName
{
border-color: #D60B6E;
}
.TagClassName
{
border-color: #D60B6E;
}
</style>