Shades of Ruby #D91574
Tints of Ruby #D91574
RGB
CMYK
RGB Variations
Color information
#D91574 (or 0xD91574) is known color: Ruby. HEX triplet: D9, 15 and 74. RGB value is (217,21,116). Sum of RGB (Red+Green+Blue) = 217+21+116=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D91574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91574 is #26EA8B. Grayscale: #5A5A5A. Windows color (decimal): -2550412 or 7607769. OLE color: 7607769.
HSL color Cylindrical-coordinate representation of color #D91574: hue angle of 330.92º 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 #D91574 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 116 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.15 |
| HSL | 330.92º | 0.82% | 0.47% | - |
| HSV(B) | 330.92º | 0.9% | 0.85% | - |
| XYZ | 32.04 | 16.55 | 18.03 | - |
| YUV | 90.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 116 | 0 | 0.90 | 0.47 | 0.15 | 330.92 | 0.82 | 0.47 |
| Hex | D9 | 15 | 74 | 0 | 5A | 2F | F | 14B | 52 | 2F |
| Octal | 331 | 25 | 164 | 0 | 132 | 57 | 17 | 513 | 122 | 57 |
| Binary | 11011001 | 10101 | 1110100 | 0 | 1011010 | 101111 | 1111 | 101001011 | 1010010 | 101111 |
Color Harmonies of #D91574
Complementary color
Monochromatic Colors of #D91574
Black with #D91574
Text Example
Text Example
White with #D91574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91574; }
p { color: rgb(217,21,116); }
H1.HeaderClassName
{
color: #D91574;
}
.AnyTagClassName
{
color: #D91574;
}
</style>
background-color css
<style>
a { background-color: #D91574; }
a { background-color: rgb(217,21,116); }
div.DivClassName
{
background-color: #D91574;
}
.BgClassName
{
background-color: #D91574;
}
</style>
border-color css
<style>
span { border-color: #D91574; }
span { border-color: rgb(217,21,116); }
td.TdClassName
{
border-color: #D91574;
}
.TagClassName
{
border-color: #D91574;
}
</style>