Shades of Ruby #D81A75
Tints of Ruby #D81A75
RGB
CMYK
RGB Variations
Color information
#D81A75 (or 0xD81A75) is known color: Ruby. HEX triplet: D8, 1A and 75. RGB value is (216,26,117). Sum of RGB (Red+Green+Blue) = 216+26+117=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A75 is #27E58A. Grayscale: #5D5D5D. Windows color (decimal): -2614667 or 7674584. OLE color: 7674584.
HSL color Cylindrical-coordinate representation of color #D81A75: hue angle of 331.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A75 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 117 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.15 |
| HSL | 331.26º | 0.79% | 0.47% | - |
| HSV(B) | 331.26º | 0.88% | 0.85% | - |
| XYZ | 31.9 | 16.62 | 18.36 | - |
| YUV | 93.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 117 | 0 | 0.88 | 0.46 | 0.15 | 331.26 | 0.79 | 0.47 |
| Hex | D8 | 1A | 75 | 0 | 58 | 2E | F | 14B | 4F | 2F |
| Octal | 330 | 32 | 165 | 0 | 130 | 56 | 17 | 513 | 117 | 57 |
| Binary | 11011000 | 11010 | 1110101 | 0 | 1011000 | 101110 | 1111 | 101001011 | 1001111 | 101111 |
Color Harmonies of #D81A75
Complementary color
Monochromatic Colors of #D81A75
Black with #D81A75
Text Example
Text Example
White with #D81A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A75; }
p { color: rgb(216,26,117); }
H1.HeaderClassName
{
color: #D81A75;
}
.AnyTagClassName
{
color: #D81A75;
}
</style>
background-color css
<style>
a { background-color: #D81A75; }
a { background-color: rgb(216,26,117); }
div.DivClassName
{
background-color: #D81A75;
}
.BgClassName
{
background-color: #D81A75;
}
</style>
border-color css
<style>
span { border-color: #D81A75; }
span { border-color: rgb(216,26,117); }
td.TdClassName
{
border-color: #D81A75;
}
.TagClassName
{
border-color: #D81A75;
}
</style>