Shades of Ruby #D52064
Tints of Ruby #D52064
RGB
CMYK
RGB Variations
Color information
#D52064 (or 0xD52064) is known color: Ruby. HEX triplet: D5, 20 and 64. RGB value is (213,32,100). Sum of RGB (Red+Green+Blue) = 213+32+100=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D52064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52064 is #2ADF9B. Grayscale: #5D5D5D. Windows color (decimal): -2809756 or 6562005. OLE color: 6562005.
HSL color Cylindrical-coordinate representation of color #D52064: hue angle of 337.46º 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 #D52064 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 100 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.16 |
| HSL | 337.46º | 0.74% | 0.48% | - |
| HSV(B) | 337.46º | 0.85% | 0.84% | - |
| XYZ | 30.26 | 16.1 | 13.57 | - |
| YUV | 93.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 100 | 0 | 0.85 | 0.53 | 0.16 | 337.46 | 0.74 | 0.48 |
| Hex | D5 | 20 | 64 | 0 | 55 | 35 | 10 | 151 | 4A | 30 |
| Octal | 325 | 40 | 144 | 0 | 125 | 65 | 20 | 521 | 112 | 60 |
| Binary | 11010101 | 100000 | 1100100 | 0 | 1010101 | 110101 | 10000 | 101010001 | 1001010 | 110000 |
Color Harmonies of #D52064
Complementary color
Monochromatic Colors of #D52064
Black with #D52064
Text Example
Text Example
White with #D52064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52064; }
p { color: rgb(213,32,100); }
H1.HeaderClassName
{
color: #D52064;
}
.AnyTagClassName
{
color: #D52064;
}
</style>
background-color css
<style>
a { background-color: #D52064; }
a { background-color: rgb(213,32,100); }
div.DivClassName
{
background-color: #D52064;
}
.BgClassName
{
background-color: #D52064;
}
</style>
border-color css
<style>
span { border-color: #D52064; }
span { border-color: rgb(213,32,100); }
td.TdClassName
{
border-color: #D52064;
}
.TagClassName
{
border-color: #D52064;
}
</style>