Shades of Ruby #D1105A
Tints of Ruby #D1105A
RGB
CMYK
RGB Variations
Color information
#D1105A (or 0xD1105A) is known color: Ruby. HEX triplet: D1, 10 and 5A. RGB value is (209,16,90). Sum of RGB (Red+Green+Blue) = 209+16+90=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D1105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1105A is #2EEFA5. Grayscale: #525252. Windows color (decimal): -3076006 or 5902545. OLE color: 5902545.
HSL color Cylindrical-coordinate representation of color #D1105A: hue angle of 336.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1105A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 90 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.18 |
| HSL | 336.99º | 0.86% | 0.44% | - |
| HSV(B) | 336.99º | 0.92% | 0.82% | - |
| XYZ | 28.33 | 14.66 | 11.01 | - |
| YUV | 82.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 90 | 0 | 0.92 | 0.57 | 0.18 | 336.99 | 0.86 | 0.44 |
| Hex | D1 | 10 | 5A | 0 | 5C | 39 | 12 | 151 | 56 | 2C |
| Octal | 321 | 20 | 132 | 0 | 134 | 71 | 22 | 521 | 126 | 54 |
| Binary | 11010001 | 10000 | 1011010 | 0 | 1011100 | 111001 | 10010 | 101010001 | 1010110 | 101100 |
Color Harmonies of #D1105A
Complementary color
Monochromatic Colors of #D1105A
Black with #D1105A
Text Example
Text Example
White with #D1105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1105A; }
p { color: rgb(209,16,90); }
H1.HeaderClassName
{
color: #D1105A;
}
.AnyTagClassName
{
color: #D1105A;
}
</style>
background-color css
<style>
a { background-color: #D1105A; }
a { background-color: rgb(209,16,90); }
div.DivClassName
{
background-color: #D1105A;
}
.BgClassName
{
background-color: #D1105A;
}
</style>
border-color css
<style>
span { border-color: #D1105A; }
span { border-color: rgb(209,16,90); }
td.TdClassName
{
border-color: #D1105A;
}
.TagClassName
{
border-color: #D1105A;
}
</style>