Shades of Ruby #D51A66
Tints of Ruby #D51A66
RGB
CMYK
RGB Variations
Color information
#D51A66 (or 0xD51A66) is known color: Ruby. HEX triplet: D5, 1A and 66. RGB value is (213,26,102). Sum of RGB (Red+Green+Blue) = 213+26+102=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A66 is #2AE599. Grayscale: #5A5A5A. Windows color (decimal): -2811290 or 6691541. OLE color: 6691541.
HSL color Cylindrical-coordinate representation of color #D51A66: hue angle of 335.61º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A66 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 102 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.16 |
| HSL | 335.62º | 0.78% | 0.47% | - |
| HSV(B) | 335.62º | 0.88% | 0.84% | - |
| XYZ | 30.21 | 15.84 | 14.04 | - |
| YUV | 90.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 102 | 0 | 0.88 | 0.52 | 0.16 | 335.62 | 0.78 | 0.47 |
| Hex | D5 | 1A | 66 | 0 | 58 | 34 | 10 | 150 | 4E | 2F |
| Octal | 325 | 32 | 146 | 0 | 130 | 64 | 20 | 520 | 116 | 57 |
| Binary | 11010101 | 11010 | 1100110 | 0 | 1011000 | 110100 | 10000 | 101010000 | 1001110 | 101111 |
Color Harmonies of #D51A66
Complementary color
Monochromatic Colors of #D51A66
Black with #D51A66
Text Example
Text Example
White with #D51A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A66; }
p { color: rgb(213,26,102); }
H1.HeaderClassName
{
color: #D51A66;
}
.AnyTagClassName
{
color: #D51A66;
}
</style>
background-color css
<style>
a { background-color: #D51A66; }
a { background-color: rgb(213,26,102); }
div.DivClassName
{
background-color: #D51A66;
}
.BgClassName
{
background-color: #D51A66;
}
</style>
border-color css
<style>
span { border-color: #D51A66; }
span { border-color: rgb(213,26,102); }
td.TdClassName
{
border-color: #D51A66;
}
.TagClassName
{
border-color: #D51A66;
}
</style>