Shades of Ruby #D91869
Tints of Ruby #D91869
RGB
CMYK
RGB Variations
Color information
#D91869 (or 0xD91869) is known color: Ruby. HEX triplet: D9, 18 and 69. RGB value is (217,24,105). Sum of RGB (Red+Green+Blue) = 217+24+105=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D91869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91869 is #26E796. Grayscale: #5A5A5A. Windows color (decimal): -2549655 or 6887641. OLE color: 6887641.
HSL color Cylindrical-coordinate representation of color #D91869: hue angle of 334.82º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91869 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.15 |
| HSL | 334.82º | 0.8% | 0.47% | - |
| HSV(B) | 334.82º | 0.89% | 0.85% | - |
| XYZ | 31.49 | 16.42 | 14.88 | - |
| YUV | 90.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 105 | 0 | 0.89 | 0.52 | 0.15 | 334.82 | 0.8 | 0.47 |
| Hex | D9 | 18 | 69 | 0 | 59 | 34 | F | 14F | 50 | 2F |
| Octal | 331 | 30 | 151 | 0 | 131 | 64 | 17 | 517 | 120 | 57 |
| Binary | 11011001 | 11000 | 1101001 | 0 | 1011001 | 110100 | 1111 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D91869
Complementary color
Monochromatic Colors of #D91869
Black with #D91869
Text Example
Text Example
White with #D91869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91869; }
p { color: rgb(217,24,105); }
H1.HeaderClassName
{
color: #D91869;
}
.AnyTagClassName
{
color: #D91869;
}
</style>
background-color css
<style>
a { background-color: #D91869; }
a { background-color: rgb(217,24,105); }
div.DivClassName
{
background-color: #D91869;
}
.BgClassName
{
background-color: #D91869;
}
</style>
border-color css
<style>
span { border-color: #D91869; }
span { border-color: rgb(217,24,105); }
td.TdClassName
{
border-color: #D91869;
}
.TagClassName
{
border-color: #D91869;
}
</style>