Shades of Ruby #D91570
Tints of Ruby #D91570
RGB
CMYK
RGB Variations
Color information
#D91570 (or 0xD91570) is known color: Ruby. HEX triplet: D9, 15 and 70. RGB value is (217,21,112). Sum of RGB (Red+Green+Blue) = 217+21+112=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D91570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91570 is #26EA8F. Grayscale: #595959. Windows color (decimal): -2550416 or 7345625. OLE color: 7345625.
HSL color Cylindrical-coordinate representation of color #D91570: hue angle of 332.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91570 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 112 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.15 |
| HSL | 332.14º | 0.82% | 0.47% | - |
| HSV(B) | 332.14º | 0.9% | 0.85% | - |
| XYZ | 31.81 | 16.46 | 16.83 | - |
| YUV | 89.98 | 140.43 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 112 | 0 | 0.90 | 0.48 | 0.15 | 332.14 | 0.82 | 0.47 |
| Hex | D9 | 15 | 70 | 0 | 5A | 30 | F | 14C | 52 | 2F |
| Octal | 331 | 25 | 160 | 0 | 132 | 60 | 17 | 514 | 122 | 57 |
| Binary | 11011001 | 10101 | 1110000 | 0 | 1011010 | 110000 | 1111 | 101001100 | 1010010 | 101111 |
Color Harmonies of #D91570
Complementary color
Monochromatic Colors of #D91570
Black with #D91570
Text Example
Text Example
White with #D91570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91570; }
p { color: rgb(217,21,112); }
H1.HeaderClassName
{
color: #D91570;
}
.AnyTagClassName
{
color: #D91570;
}
</style>
background-color css
<style>
a { background-color: #D91570; }
a { background-color: rgb(217,21,112); }
div.DivClassName
{
background-color: #D91570;
}
.BgClassName
{
background-color: #D91570;
}
</style>
border-color css
<style>
span { border-color: #D91570; }
span { border-color: rgb(217,21,112); }
td.TdClassName
{
border-color: #D91570;
}
.TagClassName
{
border-color: #D91570;
}
</style>