Shades of Ruby #D91067
Tints of Ruby #D91067
RGB
CMYK
RGB Variations
Color information
#D91067 (or 0xD91067) is known color: Ruby. HEX triplet: D9, 10 and 67. RGB value is (217,16,103). Sum of RGB (Red+Green+Blue) = 217+16+103=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D91067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91067 is #26EF98. Grayscale: #555555. Windows color (decimal): -2551705 or 6754521. OLE color: 6754521.
HSL color Cylindrical-coordinate representation of color #D91067: hue angle of 334.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91067 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.15 |
| HSL | 334.03º | 0.86% | 0.46% | - |
| HSV(B) | 334.03º | 0.93% | 0.85% | - |
| XYZ | 31.25 | 16.1 | 14.29 | - |
| YUV | 86.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 103 | 0 | 0.93 | 0.53 | 0.15 | 334.03 | 0.86 | 0.46 |
| Hex | D9 | 10 | 67 | 0 | 5D | 35 | F | 14E | 56 | 2E |
| Octal | 331 | 20 | 147 | 0 | 135 | 65 | 17 | 516 | 126 | 56 |
| Binary | 11011001 | 10000 | 1100111 | 0 | 1011101 | 110101 | 1111 | 101001110 | 1010110 | 101110 |
Color Harmonies of #D91067
Complementary color
Monochromatic Colors of #D91067
Black with #D91067
Text Example
Text Example
White with #D91067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91067; }
p { color: rgb(217,16,103); }
H1.HeaderClassName
{
color: #D91067;
}
.AnyTagClassName
{
color: #D91067;
}
</style>
background-color css
<style>
a { background-color: #D91067; }
a { background-color: rgb(217,16,103); }
div.DivClassName
{
background-color: #D91067;
}
.BgClassName
{
background-color: #D91067;
}
</style>
border-color css
<style>
span { border-color: #D91067; }
span { border-color: rgb(217,16,103); }
td.TdClassName
{
border-color: #D91067;
}
.TagClassName
{
border-color: #D91067;
}
</style>