Shades of Ruby #D52065
Tints of Ruby #D52065
RGB
CMYK
RGB Variations
Color information
#D52065 (or 0xD52065) is known color: Ruby. HEX triplet: D5, 20 and 65. RGB value is (213,32,101). Sum of RGB (Red+Green+Blue) = 213+32+101=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D52065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52065 is #2ADF9A. Grayscale: #5D5D5D. Windows color (decimal): -2809755 or 6627541. OLE color: 6627541.
HSL color Cylindrical-coordinate representation of color #D52065: hue angle of 337.13º 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 #D52065 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 101 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.16 |
| HSL | 337.13º | 0.74% | 0.48% | - |
| HSV(B) | 337.13º | 0.85% | 0.84% | - |
| XYZ | 30.31 | 16.12 | 13.83 | - |
| YUV | 93.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 101 | 0 | 0.85 | 0.53 | 0.16 | 337.13 | 0.74 | 0.48 |
| Hex | D5 | 20 | 65 | 0 | 55 | 35 | 10 | 151 | 4A | 30 |
| Octal | 325 | 40 | 145 | 0 | 125 | 65 | 20 | 521 | 112 | 60 |
| Binary | 11010101 | 100000 | 1100101 | 0 | 1010101 | 110101 | 10000 | 101010001 | 1001010 | 110000 |
Color Harmonies of #D52065
Complementary color
Monochromatic Colors of #D52065
Black with #D52065
Text Example
Text Example
White with #D52065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52065; }
p { color: rgb(213,32,101); }
H1.HeaderClassName
{
color: #D52065;
}
.AnyTagClassName
{
color: #D52065;
}
</style>
background-color css
<style>
a { background-color: #D52065; }
a { background-color: rgb(213,32,101); }
div.DivClassName
{
background-color: #D52065;
}
.BgClassName
{
background-color: #D52065;
}
</style>
border-color css
<style>
span { border-color: #D52065; }
span { border-color: rgb(213,32,101); }
td.TdClassName
{
border-color: #D52065;
}
.TagClassName
{
border-color: #D52065;
}
</style>