Shades of Ruby #D51567
Tints of Ruby #D51567
RGB
CMYK
RGB Variations
Color information
#D51567 (or 0xD51567) is known color: Ruby. HEX triplet: D5, 15 and 67. RGB value is (213,21,103). Sum of RGB (Red+Green+Blue) = 213+21+103=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D51567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51567 is #2AEA98. Grayscale: #575757. Windows color (decimal): -2812569 or 6755797. OLE color: 6755797.
HSL color Cylindrical-coordinate representation of color #D51567: hue angle of 334.38º 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 #D51567 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.16 |
| HSL | 334.38º | 0.82% | 0.46% | - |
| HSV(B) | 334.38º | 0.9% | 0.84% | - |
| XYZ | 30.16 | 15.66 | 14.27 | - |
| YUV | 87.76 | 136.61 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 103 | 0 | 0.90 | 0.52 | 0.16 | 334.38 | 0.82 | 0.46 |
| Hex | D5 | 15 | 67 | 0 | 5A | 34 | 10 | 14E | 52 | 2E |
| Octal | 325 | 25 | 147 | 0 | 132 | 64 | 20 | 516 | 122 | 56 |
| Binary | 11010101 | 10101 | 1100111 | 0 | 1011010 | 110100 | 10000 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D51567
Complementary color
Monochromatic Colors of #D51567
Black with #D51567
Text Example
Text Example
White with #D51567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51567; }
p { color: rgb(213,21,103); }
H1.HeaderClassName
{
color: #D51567;
}
.AnyTagClassName
{
color: #D51567;
}
</style>
background-color css
<style>
a { background-color: #D51567; }
a { background-color: rgb(213,21,103); }
div.DivClassName
{
background-color: #D51567;
}
.BgClassName
{
background-color: #D51567;
}
</style>
border-color css
<style>
span { border-color: #D51567; }
span { border-color: rgb(213,21,103); }
td.TdClassName
{
border-color: #D51567;
}
.TagClassName
{
border-color: #D51567;
}
</style>