Shades of Ruby #D62060
Tints of Ruby #D62060
RGB
CMYK
RGB Variations
Color information
#D62060 (or 0xD62060) is known color: Ruby. HEX triplet: D6, 20 and 60. RGB value is (214,32,96). Sum of RGB (Red+Green+Blue) = 214+32+96=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D62060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62060 is #29DF9F. Grayscale: #5D5D5D. Windows color (decimal): -2744224 or 6299862. OLE color: 6299862.
HSL color Cylindrical-coordinate representation of color #D62060: hue angle of 338.9º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62060 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 96 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.16 |
| HSL | 338.9º | 0.74% | 0.48% | - |
| HSV(B) | 338.9º | 0.85% | 0.84% | - |
| XYZ | 30.36 | 16.17 | 12.59 | - |
| YUV | 93.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 96 | 0 | 0.85 | 0.55 | 0.16 | 338.9 | 0.74 | 0.48 |
| Hex | D6 | 20 | 60 | 0 | 55 | 37 | 10 | 153 | 4A | 30 |
| Octal | 326 | 40 | 140 | 0 | 125 | 67 | 20 | 523 | 112 | 60 |
| Binary | 11010110 | 100000 | 1100000 | 0 | 1010101 | 110111 | 10000 | 101010011 | 1001010 | 110000 |
Color Harmonies of #D62060
Complementary color
Monochromatic Colors of #D62060
Black with #D62060
Text Example
Text Example
White with #D62060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62060; }
p { color: rgb(214,32,96); }
H1.HeaderClassName
{
color: #D62060;
}
.AnyTagClassName
{
color: #D62060;
}
</style>
background-color css
<style>
a { background-color: #D62060; }
a { background-color: rgb(214,32,96); }
div.DivClassName
{
background-color: #D62060;
}
.BgClassName
{
background-color: #D62060;
}
</style>
border-color css
<style>
span { border-color: #D62060; }
span { border-color: rgb(214,32,96); }
td.TdClassName
{
border-color: #D62060;
}
.TagClassName
{
border-color: #D62060;
}
</style>