Shades of Ruby #D10B6D
Tints of Ruby #D10B6D
RGB
CMYK
RGB Variations
Color information
#D10B6D (or 0xD10B6D) is known color: Ruby. HEX triplet: D1, 0B and 6D. RGB value is (209,11,109). Sum of RGB (Red+Green+Blue) = 209+11+109=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10B6D is #2EF492. Grayscale: #515151. Windows color (decimal): -3077267 or 7146449. OLE color: 7146449.
HSL color Cylindrical-coordinate representation of color #D10B6D: hue angle of 330.3º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B6D is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.18 |
| HSL | 330.3º | 0.9% | 0.43% | - |
| HSV(B) | 330.3º | 0.95% | 0.82% | - |
| XYZ | 29.17 | 14.9 | 15.81 | - |
| YUV | 81.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 109 | 0 | 0.95 | 0.48 | 0.18 | 330.3 | 0.9 | 0.43 |
| Hex | D1 | B | 6D | 0 | 5F | 30 | 12 | 14A | 5A | 2B |
| Octal | 321 | 13 | 155 | 0 | 137 | 60 | 22 | 512 | 132 | 53 |
| Binary | 11010001 | 1011 | 1101101 | 0 | 1011111 | 110000 | 10010 | 101001010 | 1011010 | 101011 |
Color Harmonies of #D10B6D
Complementary color
Monochromatic Colors of #D10B6D
Black with #D10B6D
Text Example
Text Example
White with #D10B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B6D; }
p { color: rgb(209,11,109); }
H1.HeaderClassName
{
color: #D10B6D;
}
.AnyTagClassName
{
color: #D10B6D;
}
</style>
background-color css
<style>
a { background-color: #D10B6D; }
a { background-color: rgb(209,11,109); }
div.DivClassName
{
background-color: #D10B6D;
}
.BgClassName
{
background-color: #D10B6D;
}
</style>
border-color css
<style>
span { border-color: #D10B6D; }
span { border-color: rgb(209,11,109); }
td.TdClassName
{
border-color: #D10B6D;
}
.TagClassName
{
border-color: #D10B6D;
}
</style>