Shades of Ruby #D52063
Tints of Ruby #D52063
RGB
CMYK
RGB Variations
Color information
#D52063 (or 0xD52063) is known color: Ruby. HEX triplet: D5, 20 and 63. RGB value is (213,32,99). Sum of RGB (Red+Green+Blue) = 213+32+99=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D52063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52063 is #2ADF9C. Grayscale: #5D5D5D. Windows color (decimal): -2809757 or 6496469. OLE color: 6496469.
HSL color Cylindrical-coordinate representation of color #D52063: hue angle of 337.79º 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 #D52063 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 99 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.16 |
| HSL | 337.79º | 0.74% | 0.48% | - |
| HSV(B) | 337.79º | 0.85% | 0.84% | - |
| XYZ | 30.21 | 16.08 | 13.32 | - |
| YUV | 93.76 | 130.97 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 99 | 0 | 0.85 | 0.54 | 0.16 | 337.79 | 0.74 | 0.48 |
| Hex | D5 | 20 | 63 | 0 | 55 | 36 | 10 | 152 | 4A | 30 |
| Octal | 325 | 40 | 143 | 0 | 125 | 66 | 20 | 522 | 112 | 60 |
| Binary | 11010101 | 100000 | 1100011 | 0 | 1010101 | 110110 | 10000 | 101010010 | 1001010 | 110000 |
Color Harmonies of #D52063
Complementary color
Monochromatic Colors of #D52063
Black with #D52063
Text Example
Text Example
White with #D52063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52063; }
p { color: rgb(213,32,99); }
H1.HeaderClassName
{
color: #D52063;
}
.AnyTagClassName
{
color: #D52063;
}
</style>
background-color css
<style>
a { background-color: #D52063; }
a { background-color: rgb(213,32,99); }
div.DivClassName
{
background-color: #D52063;
}
.BgClassName
{
background-color: #D52063;
}
</style>
border-color css
<style>
span { border-color: #D52063; }
span { border-color: rgb(213,32,99); }
td.TdClassName
{
border-color: #D52063;
}
.TagClassName
{
border-color: #D52063;
}
</style>