Shades of Ruby #D52060
Tints of Ruby #D52060
RGB
CMYK
RGB Variations
Color information
#D52060 (or 0xD52060) is known color: Ruby. HEX triplet: D5, 20 and 60. RGB value is (213,32,96). Sum of RGB (Red+Green+Blue) = 213+32+96=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D52060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52060 is #2ADF9F. Grayscale: #5D5D5D. Windows color (decimal): -2809760 or 6299861. OLE color: 6299861.
HSL color Cylindrical-coordinate representation of color #D52060: hue angle of 338.78º 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 #D52060 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 96 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.16 |
| HSL | 338.78º | 0.74% | 0.48% | - |
| HSV(B) | 338.78º | 0.85% | 0.84% | - |
| XYZ | 30.07 | 16.02 | 12.57 | - |
| YUV | 93.42 | 129.47 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 96 | 0 | 0.85 | 0.55 | 0.16 | 338.78 | 0.74 | 0.48 |
| Hex | D5 | 20 | 60 | 0 | 55 | 37 | 10 | 153 | 4A | 30 |
| Octal | 325 | 40 | 140 | 0 | 125 | 67 | 20 | 523 | 112 | 60 |
| Binary | 11010101 | 100000 | 1100000 | 0 | 1010101 | 110111 | 10000 | 101010011 | 1001010 | 110000 |
Color Harmonies of #D52060
Complementary color
Monochromatic Colors of #D52060
Black with #D52060
Text Example
Text Example
White with #D52060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52060; }
p { color: rgb(213,32,96); }
H1.HeaderClassName
{
color: #D52060;
}
.AnyTagClassName
{
color: #D52060;
}
</style>
background-color css
<style>
a { background-color: #D52060; }
a { background-color: rgb(213,32,96); }
div.DivClassName
{
background-color: #D52060;
}
.BgClassName
{
background-color: #D52060;
}
</style>
border-color css
<style>
span { border-color: #D52060; }
span { border-color: rgb(213,32,96); }
td.TdClassName
{
border-color: #D52060;
}
.TagClassName
{
border-color: #D52060;
}
</style>