Shades of Ruby #D60B5E
Tints of Ruby #D60B5E
RGB
CMYK
RGB Variations
Color information
#D60B5E (or 0xD60B5E) is known color: Ruby. HEX triplet: D6, 0B and 5E. RGB value is (214,11,94). Sum of RGB (Red+Green+Blue) = 214+11+94=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B5E is #29F4A1. Grayscale: #515151. Windows color (decimal): -2749602 or 6163414. OLE color: 6163414.
HSL color Cylindrical-coordinate representation of color #D60B5E: hue angle of 335.47º 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 #D60B5E is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.16 |
| HSL | 335.47º | 0.9% | 0.44% | - |
| HSV(B) | 335.47º | 0.95% | 0.84% | - |
| XYZ | 29.87 | 15.34 | 11.98 | - |
| YUV | 81.16 | 135.25 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 94 | 0 | 0.95 | 0.56 | 0.16 | 335.47 | 0.9 | 0.44 |
| Hex | D6 | B | 5E | 0 | 5F | 38 | 10 | 14F | 5A | 2C |
| Octal | 326 | 13 | 136 | 0 | 137 | 70 | 20 | 517 | 132 | 54 |
| Binary | 11010110 | 1011 | 1011110 | 0 | 1011111 | 111000 | 10000 | 101001111 | 1011010 | 101100 |
Color Harmonies of #D60B5E
Complementary color
Monochromatic Colors of #D60B5E
Black with #D60B5E
Text Example
Text Example
White with #D60B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B5E; }
p { color: rgb(214,11,94); }
H1.HeaderClassName
{
color: #D60B5E;
}
.AnyTagClassName
{
color: #D60B5E;
}
</style>
background-color css
<style>
a { background-color: #D60B5E; }
a { background-color: rgb(214,11,94); }
div.DivClassName
{
background-color: #D60B5E;
}
.BgClassName
{
background-color: #D60B5E;
}
</style>
border-color css
<style>
span { border-color: #D60B5E; }
span { border-color: rgb(214,11,94); }
td.TdClassName
{
border-color: #D60B5E;
}
.TagClassName
{
border-color: #D60B5E;
}
</style>