Shades of Ruby #D91474
Tints of Ruby #D91474
RGB
CMYK
RGB Variations
Color information
#D91474 (or 0xD91474) is known color: Ruby. HEX triplet: D9, 14 and 74. RGB value is (217,20,116). Sum of RGB (Red+Green+Blue) = 217+20+116=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D91474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91474 is #26EB8B. Grayscale: #595959. Windows color (decimal): -2550668 or 7607513. OLE color: 7607513.
HSL color Cylindrical-coordinate representation of color #D91474: hue angle of 330.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91474 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 116 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.15 |
| HSL | 330.76º | 0.83% | 0.46% | - |
| HSV(B) | 330.76º | 0.91% | 0.85% | - |
| XYZ | 32.02 | 16.51 | 18.02 | - |
| YUV | 89.85 | 142.77 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 116 | 0 | 0.91 | 0.47 | 0.15 | 330.76 | 0.83 | 0.46 |
| Hex | D9 | 14 | 74 | 0 | 5B | 2F | F | 14B | 53 | 2E |
| Octal | 331 | 24 | 164 | 0 | 133 | 57 | 17 | 513 | 123 | 56 |
| Binary | 11011001 | 10100 | 1110100 | 0 | 1011011 | 101111 | 1111 | 101001011 | 1010011 | 101110 |
Color Harmonies of #D91474
Complementary color
Monochromatic Colors of #D91474
Black with #D91474
Text Example
Text Example
White with #D91474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91474; }
p { color: rgb(217,20,116); }
H1.HeaderClassName
{
color: #D91474;
}
.AnyTagClassName
{
color: #D91474;
}
</style>
background-color css
<style>
a { background-color: #D91474; }
a { background-color: rgb(217,20,116); }
div.DivClassName
{
background-color: #D91474;
}
.BgClassName
{
background-color: #D91474;
}
</style>
border-color css
<style>
span { border-color: #D91474; }
span { border-color: rgb(217,20,116); }
td.TdClassName
{
border-color: #D91474;
}
.TagClassName
{
border-color: #D91474;
}
</style>