Shades of Ruby #D10B6C
Tints of Ruby #D10B6C
RGB
CMYK
RGB Variations
Color information
#D10B6C (or 0xD10B6C) is known color: Ruby. HEX triplet: D1, 0B and 6C. RGB value is (209,11,108). Sum of RGB (Red+Green+Blue) = 209+11+108=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10B6C is #2EF493. Grayscale: #515151. Windows color (decimal): -3077268 or 7080913. OLE color: 7080913.
HSL color Cylindrical-coordinate representation of color #D10B6C: hue angle of 330.61º 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 #D10B6C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 108 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.18 |
| HSL | 330.61º | 0.9% | 0.43% | - |
| HSV(B) | 330.61º | 0.95% | 0.82% | - |
| XYZ | 29.12 | 14.88 | 15.52 | - |
| YUV | 81.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 108 | 0 | 0.95 | 0.48 | 0.18 | 330.61 | 0.9 | 0.43 |
| Hex | D1 | B | 6C | 0 | 5F | 30 | 12 | 14B | 5A | 2B |
| Octal | 321 | 13 | 154 | 0 | 137 | 60 | 22 | 513 | 132 | 53 |
| Binary | 11010001 | 1011 | 1101100 | 0 | 1011111 | 110000 | 10010 | 101001011 | 1011010 | 101011 |
Color Harmonies of #D10B6C
Complementary color
Monochromatic Colors of #D10B6C
Black with #D10B6C
Text Example
Text Example
White with #D10B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B6C; }
p { color: rgb(209,11,108); }
H1.HeaderClassName
{
color: #D10B6C;
}
.AnyTagClassName
{
color: #D10B6C;
}
</style>
background-color css
<style>
a { background-color: #D10B6C; }
a { background-color: rgb(209,11,108); }
div.DivClassName
{
background-color: #D10B6C;
}
.BgClassName
{
background-color: #D10B6C;
}
</style>
border-color css
<style>
span { border-color: #D10B6C; }
span { border-color: rgb(209,11,108); }
td.TdClassName
{
border-color: #D10B6C;
}
.TagClassName
{
border-color: #D10B6C;
}
</style>