Shades of Ruby #D51466
Tints of Ruby #D51466
RGB
CMYK
RGB Variations
Color information
#D51466 (or 0xD51466) is known color: Ruby. HEX triplet: D5, 14 and 66. RGB value is (213,20,102). Sum of RGB (Red+Green+Blue) = 213+20+102=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51466 is #2AEB99. Grayscale: #565656. Windows color (decimal): -2812826 or 6690005. OLE color: 6690005.
HSL color Cylindrical-coordinate representation of color #D51466: hue angle of 334.51º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51466 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 102 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.16 |
| HSL | 334.51º | 0.83% | 0.46% | - |
| HSV(B) | 334.51º | 0.91% | 0.84% | - |
| XYZ | 30.09 | 15.61 | 14 | - |
| YUV | 87.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 102 | 0 | 0.91 | 0.52 | 0.16 | 334.51 | 0.83 | 0.46 |
| Hex | D5 | 14 | 66 | 0 | 5B | 34 | 10 | 14F | 53 | 2E |
| Octal | 325 | 24 | 146 | 0 | 133 | 64 | 20 | 517 | 123 | 56 |
| Binary | 11010101 | 10100 | 1100110 | 0 | 1011011 | 110100 | 10000 | 101001111 | 1010011 | 101110 |
Color Harmonies of #D51466
Complementary color
Monochromatic Colors of #D51466
Black with #D51466
Text Example
Text Example
White with #D51466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51466; }
p { color: rgb(213,20,102); }
H1.HeaderClassName
{
color: #D51466;
}
.AnyTagClassName
{
color: #D51466;
}
</style>
background-color css
<style>
a { background-color: #D51466; }
a { background-color: rgb(213,20,102); }
div.DivClassName
{
background-color: #D51466;
}
.BgClassName
{
background-color: #D51466;
}
</style>
border-color css
<style>
span { border-color: #D51466; }
span { border-color: rgb(213,20,102); }
td.TdClassName
{
border-color: #D51466;
}
.TagClassName
{
border-color: #D51466;
}
</style>