Shades of Ruby #D60D5A
Tints of Ruby #D60D5A
RGB
CMYK
RGB Variations
Color information
#D60D5A (or 0xD60D5A) is known color: Ruby. HEX triplet: D6, 0D and 5A. RGB value is (214,13,90). Sum of RGB (Red+Green+Blue) = 214+13+90=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D5A is #29F2A5. Grayscale: #515151. Windows color (decimal): -2749094 or 5901782. OLE color: 5901782.
HSL color Cylindrical-coordinate representation of color #D60D5A: hue angle of 337.01º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D5A is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 90 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.16 |
| HSL | 337.01º | 0.89% | 0.45% | - |
| HSV(B) | 337.01º | 0.94% | 0.84% | - |
| XYZ | 29.72 | 15.32 | 11.06 | - |
| YUV | 81.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 90 | 0 | 0.94 | 0.58 | 0.16 | 337.01 | 0.89 | 0.45 |
| Hex | D6 | D | 5A | 0 | 5E | 3A | 10 | 151 | 59 | 2D |
| Octal | 326 | 15 | 132 | 0 | 136 | 72 | 20 | 521 | 131 | 55 |
| Binary | 11010110 | 1101 | 1011010 | 0 | 1011110 | 111010 | 10000 | 101010001 | 1011001 | 101101 |
Color Harmonies of #D60D5A
Complementary color
Monochromatic Colors of #D60D5A
Black with #D60D5A
Text Example
Text Example
White with #D60D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D5A; }
p { color: rgb(214,13,90); }
H1.HeaderClassName
{
color: #D60D5A;
}
.AnyTagClassName
{
color: #D60D5A;
}
</style>
background-color css
<style>
a { background-color: #D60D5A; }
a { background-color: rgb(214,13,90); }
div.DivClassName
{
background-color: #D60D5A;
}
.BgClassName
{
background-color: #D60D5A;
}
</style>
border-color css
<style>
span { border-color: #D60D5A; }
span { border-color: rgb(214,13,90); }
td.TdClassName
{
border-color: #D60D5A;
}
.TagClassName
{
border-color: #D60D5A;
}
</style>