Shades of Ruby #D60371
Tints of Ruby #D60371
RGB
CMYK
RGB Variations
Color information
#D60371 (or 0xD60371) is known color: Ruby. HEX triplet: D6, 03 and 71. RGB value is (214,3,113). Sum of RGB (Red+Green+Blue) = 214+3+113=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D60371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60371 is #29FC8E. Grayscale: #4E4E4E. Windows color (decimal): -2751631 or 7406550. OLE color: 7406550.
HSL color Cylindrical-coordinate representation of color #D60371: hue angle of 328.72º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60371 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.16 |
| HSL | 328.72º | 0.97% | 0.43% | - |
| HSV(B) | 328.72º | 0.99% | 0.84% | - |
| XYZ | 30.74 | 15.55 | 17 | - |
| YUV | 78.63 | 147.4 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 113 | 0 | 0.99 | 0.47 | 0.16 | 328.72 | 0.97 | 0.43 |
| Hex | D6 | 3 | 71 | 0 | 63 | 2F | 10 | 149 | 61 | 2B |
| Octal | 326 | 3 | 161 | 0 | 143 | 57 | 20 | 511 | 141 | 53 |
| Binary | 11010110 | 11 | 1110001 | 0 | 1100011 | 101111 | 10000 | 101001001 | 1100001 | 101011 |
Color Harmonies of #D60371
Complementary color
Monochromatic Colors of #D60371
Black with #D60371
Text Example
Text Example
White with #D60371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60371; }
p { color: rgb(214,3,113); }
H1.HeaderClassName
{
color: #D60371;
}
.AnyTagClassName
{
color: #D60371;
}
</style>
background-color css
<style>
a { background-color: #D60371; }
a { background-color: rgb(214,3,113); }
div.DivClassName
{
background-color: #D60371;
}
.BgClassName
{
background-color: #D60371;
}
</style>
border-color css
<style>
span { border-color: #D60371; }
span { border-color: rgb(214,3,113); }
td.TdClassName
{
border-color: #D60371;
}
.TagClassName
{
border-color: #D60371;
}
</style>