Shades of Ruby #D51469
Tints of Ruby #D51469
RGB
CMYK
RGB Variations
Color information
#D51469 (or 0xD51469) is known color: Ruby. HEX triplet: D5, 14 and 69. RGB value is (213,20,105). Sum of RGB (Red+Green+Blue) = 213+20+105=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D51469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51469 is #2AEB96. Grayscale: #575757. Windows color (decimal): -2812823 or 6886613. OLE color: 6886613.
HSL color Cylindrical-coordinate representation of color #D51469: hue angle of 333.58º 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 #D51469 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 105 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.16 |
| HSL | 333.58º | 0.83% | 0.46% | - |
| HSV(B) | 333.58º | 0.91% | 0.84% | - |
| XYZ | 30.24 | 15.67 | 14.79 | - |
| YUV | 87.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 105 | 0 | 0.91 | 0.51 | 0.16 | 333.58 | 0.83 | 0.46 |
| Hex | D5 | 14 | 69 | 0 | 5B | 33 | 10 | 14E | 53 | 2E |
| Octal | 325 | 24 | 151 | 0 | 133 | 63 | 20 | 516 | 123 | 56 |
| Binary | 11010101 | 10100 | 1101001 | 0 | 1011011 | 110011 | 10000 | 101001110 | 1010011 | 101110 |
Color Harmonies of #D51469
Complementary color
Monochromatic Colors of #D51469
Black with #D51469
Text Example
Text Example
White with #D51469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51469; }
p { color: rgb(213,20,105); }
H1.HeaderClassName
{
color: #D51469;
}
.AnyTagClassName
{
color: #D51469;
}
</style>
background-color css
<style>
a { background-color: #D51469; }
a { background-color: rgb(213,20,105); }
div.DivClassName
{
background-color: #D51469;
}
.BgClassName
{
background-color: #D51469;
}
</style>
border-color css
<style>
span { border-color: #D51469; }
span { border-color: rgb(213,20,105); }
td.TdClassName
{
border-color: #D51469;
}
.TagClassName
{
border-color: #D51469;
}
</style>