Shades of Ruby #D51568
Tints of Ruby #D51568
RGB
CMYK
RGB Variations
Color information
#D51568 (or 0xD51568) is known color: Ruby. HEX triplet: D5, 15 and 68. RGB value is (213,21,104). Sum of RGB (Red+Green+Blue) = 213+21+104=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D51568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51568 is #2AEA97. Grayscale: #575757. Windows color (decimal): -2812568 or 6821333. OLE color: 6821333.
HSL color Cylindrical-coordinate representation of color #D51568: hue angle of 334.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51568 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.16 |
| HSL | 334.06º | 0.82% | 0.46% | - |
| HSV(B) | 334.06º | 0.9% | 0.84% | - |
| XYZ | 30.21 | 15.68 | 14.53 | - |
| YUV | 87.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 104 | 0 | 0.90 | 0.51 | 0.16 | 334.06 | 0.82 | 0.46 |
| Hex | D5 | 15 | 68 | 0 | 5A | 33 | 10 | 14E | 52 | 2E |
| Octal | 325 | 25 | 150 | 0 | 132 | 63 | 20 | 516 | 122 | 56 |
| Binary | 11010101 | 10101 | 1101000 | 0 | 1011010 | 110011 | 10000 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D51568
Complementary color
Monochromatic Colors of #D51568
Black with #D51568
Text Example
Text Example
White with #D51568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51568; }
p { color: rgb(213,21,104); }
H1.HeaderClassName
{
color: #D51568;
}
.AnyTagClassName
{
color: #D51568;
}
</style>
background-color css
<style>
a { background-color: #D51568; }
a { background-color: rgb(213,21,104); }
div.DivClassName
{
background-color: #D51568;
}
.BgClassName
{
background-color: #D51568;
}
</style>
border-color css
<style>
span { border-color: #D51568; }
span { border-color: rgb(213,21,104); }
td.TdClassName
{
border-color: #D51568;
}
.TagClassName
{
border-color: #D51568;
}
</style>