Shades of Ruby #D9156B
Tints of Ruby #D9156B
RGB
CMYK
RGB Variations
Color information
#D9156B (or 0xD9156B) is known color: Ruby. HEX triplet: D9, 15 and 6B. RGB value is (217,21,107). Sum of RGB (Red+Green+Blue) = 217+21+107=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9156B is #26EA94. Grayscale: #595959. Windows color (decimal): -2550421 or 7017945. OLE color: 7017945.
HSL color Cylindrical-coordinate representation of color #D9156B: hue angle of 333.67º 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 #D9156B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.15 |
| HSL | 333.67º | 0.82% | 0.47% | - |
| HSV(B) | 333.67º | 0.9% | 0.85% | - |
| XYZ | 31.54 | 16.35 | 15.4 | - |
| YUV | 89.41 | 137.93 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 107 | 0 | 0.90 | 0.51 | 0.15 | 333.67 | 0.82 | 0.47 |
| Hex | D9 | 15 | 6B | 0 | 5A | 33 | F | 14E | 52 | 2F |
| Octal | 331 | 25 | 153 | 0 | 132 | 63 | 17 | 516 | 122 | 57 |
| Binary | 11011001 | 10101 | 1101011 | 0 | 1011010 | 110011 | 1111 | 101001110 | 1010010 | 101111 |
Color Harmonies of #D9156B
Complementary color
Monochromatic Colors of #D9156B
Black with #D9156B
Text Example
Text Example
White with #D9156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9156B; }
p { color: rgb(217,21,107); }
H1.HeaderClassName
{
color: #D9156B;
}
.AnyTagClassName
{
color: #D9156B;
}
</style>
background-color css
<style>
a { background-color: #D9156B; }
a { background-color: rgb(217,21,107); }
div.DivClassName
{
background-color: #D9156B;
}
.BgClassName
{
background-color: #D9156B;
}
</style>
border-color css
<style>
span { border-color: #D9156B; }
span { border-color: rgb(217,21,107); }
td.TdClassName
{
border-color: #D9156B;
}
.TagClassName
{
border-color: #D9156B;
}
</style>