Shades of Ruby #D81075
Tints of Ruby #D81075
RGB
CMYK
RGB Variations
Color information
#D81075 (or 0xD81075) is known color: Ruby. HEX triplet: D8, 10 and 75. RGB value is (216,16,117). Sum of RGB (Red+Green+Blue) = 216+16+117=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D81075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81075 is #27EF8A. Grayscale: #575757. Windows color (decimal): -2617227 or 7672024. OLE color: 7672024.
HSL color Cylindrical-coordinate representation of color #D81075: hue angle of 329.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81075 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.15 |
| HSL | 329.7º | 0.86% | 0.45% | - |
| HSV(B) | 329.7º | 0.93% | 0.85% | - |
| XYZ | 31.72 | 16.25 | 18.3 | - |
| YUV | 87.31 | 144.76 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 117 | 0 | 0.93 | 0.46 | 0.15 | 329.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | 75 | 0 | 5D | 2E | F | 14A | 56 | 2D |
| Octal | 330 | 20 | 165 | 0 | 135 | 56 | 17 | 512 | 126 | 55 |
| Binary | 11011000 | 10000 | 1110101 | 0 | 1011101 | 101110 | 1111 | 101001010 | 1010110 | 101101 |
Color Harmonies of #D81075
Complementary color
Monochromatic Colors of #D81075
Black with #D81075
Text Example
Text Example
White with #D81075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81075; }
p { color: rgb(216,16,117); }
H1.HeaderClassName
{
color: #D81075;
}
.AnyTagClassName
{
color: #D81075;
}
</style>
background-color css
<style>
a { background-color: #D81075; }
a { background-color: rgb(216,16,117); }
div.DivClassName
{
background-color: #D81075;
}
.BgClassName
{
background-color: #D81075;
}
</style>
border-color css
<style>
span { border-color: #D81075; }
span { border-color: rgb(216,16,117); }
td.TdClassName
{
border-color: #D81075;
}
.TagClassName
{
border-color: #D81075;
}
</style>