Shades of Ruby #D91969
Tints of Ruby #D91969
RGB
CMYK
RGB Variations
Color information
#D91969 (or 0xD91969) is known color: Ruby. HEX triplet: D9, 19 and 69. RGB value is (217,25,105). Sum of RGB (Red+Green+Blue) = 217+25+105=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D91969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91969 is #26E696. Grayscale: #5B5B5B. Windows color (decimal): -2549399 or 6887897. OLE color: 6887897.
HSL color Cylindrical-coordinate representation of color #D91969: hue angle of 335º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91969 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 105 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.15 |
| HSL | 335º | 0.79% | 0.47% | - |
| HSV(B) | 335º | 0.88% | 0.85% | - |
| XYZ | 31.51 | 16.47 | 14.88 | - |
| YUV | 91.53 | 135.61 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 105 | 0 | 0.88 | 0.52 | 0.15 | 335 | 0.79 | 0.47 |
| Hex | D9 | 19 | 69 | 0 | 58 | 34 | F | 14F | 4F | 2F |
| Octal | 331 | 31 | 151 | 0 | 130 | 64 | 17 | 517 | 117 | 57 |
| Binary | 11011001 | 11001 | 1101001 | 0 | 1011000 | 110100 | 1111 | 101001111 | 1001111 | 101111 |
Color Harmonies of #D91969
Complementary color
Monochromatic Colors of #D91969
Black with #D91969
Text Example
Text Example
White with #D91969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91969; }
p { color: rgb(217,25,105); }
H1.HeaderClassName
{
color: #D91969;
}
.AnyTagClassName
{
color: #D91969;
}
</style>
background-color css
<style>
a { background-color: #D91969; }
a { background-color: rgb(217,25,105); }
div.DivClassName
{
background-color: #D91969;
}
.BgClassName
{
background-color: #D91969;
}
</style>
border-color css
<style>
span { border-color: #D91969; }
span { border-color: rgb(217,25,105); }
td.TdClassName
{
border-color: #D91969;
}
.TagClassName
{
border-color: #D91969;
}
</style>