Shades of Ruby #D60073
Tints of Ruby #D60073
RGB
CMYK
RGB Variations
Color information
#D60073 (or 0xD60073) is known color: Ruby. HEX triplet: D6, 00 and 73. RGB value is (214,0,115). Sum of RGB (Red+Green+Blue) = 214+0+115=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D60073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60073 is #29FF8C. Grayscale: #4C4C4C. Windows color (decimal): -2752397 or 7536854. OLE color: 7536854.
HSL color Cylindrical-coordinate representation of color #D60073: hue angle of 327.76º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60073 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.46 | 0.16 |
| HSL | 327.76º | 1% | 0.42% | - |
| HSV(B) | 327.76º | 1% | 0.84% | - |
| XYZ | 30.83 | 15.53 | 17.59 | - |
| YUV | 77.1 | 149.4 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 115 | 0 | 1 | 0.46 | 0.16 | 327.76 | 1 | 0.42 |
| Hex | D6 | 0 | 73 | 0 | 64 | 2E | 10 | 148 | 64 | 2A |
| Octal | 326 | 0 | 163 | 0 | 144 | 56 | 20 | 510 | 144 | 52 |
| Binary | 11010110 | 0 | 1110011 | 0 | 1100100 | 101110 | 10000 | 101001000 | 1100100 | 101010 |
Color Harmonies of #D60073
Complementary color
Monochromatic Colors of #D60073
Black with #D60073
Text Example
Text Example
White with #D60073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60073; }
p { color: rgb(214,0,115); }
H1.HeaderClassName
{
color: #D60073;
}
.AnyTagClassName
{
color: #D60073;
}
</style>
background-color css
<style>
a { background-color: #D60073; }
a { background-color: rgb(214,0,115); }
div.DivClassName
{
background-color: #D60073;
}
.BgClassName
{
background-color: #D60073;
}
</style>
border-color css
<style>
span { border-color: #D60073; }
span { border-color: rgb(214,0,115); }
td.TdClassName
{
border-color: #D60073;
}
.TagClassName
{
border-color: #D60073;
}
</style>