Shades of Ruby #D60B63
Tints of Ruby #D60B63
RGB
CMYK
RGB Variations
Color information
#D60B63 (or 0xD60B63) is known color: Ruby. HEX triplet: D6, 0B and 63. RGB value is (214,11,99). Sum of RGB (Red+Green+Blue) = 214+11+99=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B63 is #29F49C. Grayscale: #515151. Windows color (decimal): -2749597 or 6491094. OLE color: 6491094.
HSL color Cylindrical-coordinate representation of color #D60B63: hue angle of 333.99º 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 #D60B63 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 99 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.16 |
| HSL | 333.99º | 0.9% | 0.44% | - |
| HSV(B) | 333.99º | 0.95% | 0.84% | - |
| XYZ | 30.1 | 15.44 | 13.2 | - |
| YUV | 81.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 99 | 0 | 0.95 | 0.54 | 0.16 | 333.99 | 0.9 | 0.44 |
| Hex | D6 | B | 63 | 0 | 5F | 36 | 10 | 14E | 5A | 2C |
| Octal | 326 | 13 | 143 | 0 | 137 | 66 | 20 | 516 | 132 | 54 |
| Binary | 11010110 | 1011 | 1100011 | 0 | 1011111 | 110110 | 10000 | 101001110 | 1011010 | 101100 |
Color Harmonies of #D60B63
Complementary color
Monochromatic Colors of #D60B63
Black with #D60B63
Text Example
Text Example
White with #D60B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B63; }
p { color: rgb(214,11,99); }
H1.HeaderClassName
{
color: #D60B63;
}
.AnyTagClassName
{
color: #D60B63;
}
</style>
background-color css
<style>
a { background-color: #D60B63; }
a { background-color: rgb(214,11,99); }
div.DivClassName
{
background-color: #D60B63;
}
.BgClassName
{
background-color: #D60B63;
}
</style>
border-color css
<style>
span { border-color: #D60B63; }
span { border-color: rgb(214,11,99); }
td.TdClassName
{
border-color: #D60B63;
}
.TagClassName
{
border-color: #D60B63;
}
</style>