Shades of Ruby #D10470
Tints of Ruby #D10470
RGB
CMYK
RGB Variations
Color information
#D10470 (or 0xD10470) is known color: Ruby. HEX triplet: D1, 04 and 70. RGB value is (209,4,112). Sum of RGB (Red+Green+Blue) = 209+4+112=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D10470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10470 is #2EFB8F. Grayscale: #4D4D4D. Windows color (decimal): -3079056 or 7341265. OLE color: 7341265.
HSL color Cylindrical-coordinate representation of color #D10470: hue angle of 328.39º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10470 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.18 |
| HSL | 328.39º | 0.96% | 0.42% | - |
| HSV(B) | 328.39º | 0.98% | 0.82% | - |
| XYZ | 29.26 | 14.81 | 16.65 | - |
| YUV | 77.61 | 147.42 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 112 | 0 | 0.98 | 0.46 | 0.18 | 328.39 | 0.96 | 0.42 |
| Hex | D1 | 4 | 70 | 0 | 62 | 2E | 12 | 148 | 60 | 2A |
| Octal | 321 | 4 | 160 | 0 | 142 | 56 | 22 | 510 | 140 | 52 |
| Binary | 11010001 | 100 | 1110000 | 0 | 1100010 | 101110 | 10010 | 101001000 | 1100000 | 101010 |
Color Harmonies of #D10470
Complementary color
Monochromatic Colors of #D10470
Black with #D10470
Text Example
Text Example
White with #D10470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10470; }
p { color: rgb(209,4,112); }
H1.HeaderClassName
{
color: #D10470;
}
.AnyTagClassName
{
color: #D10470;
}
</style>
background-color css
<style>
a { background-color: #D10470; }
a { background-color: rgb(209,4,112); }
div.DivClassName
{
background-color: #D10470;
}
.BgClassName
{
background-color: #D10470;
}
</style>
border-color css
<style>
span { border-color: #D10470; }
span { border-color: rgb(209,4,112); }
td.TdClassName
{
border-color: #D10470;
}
.TagClassName
{
border-color: #D10470;
}
</style>