Shades of Ruby #D81275
Tints of Ruby #D81275
RGB
CMYK
RGB Variations
Color information
#D81275 (or 0xD81275) is known color: Ruby. HEX triplet: D8, 12 and 75. RGB value is (216,18,117). Sum of RGB (Red+Green+Blue) = 216+18+117=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D81275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81275 is #27ED8A. Grayscale: #585858. Windows color (decimal): -2616715 or 7672536. OLE color: 7672536.
HSL color Cylindrical-coordinate representation of color #D81275: hue angle of 330º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81275 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.15 |
| HSL | 330º | 0.85% | 0.46% | - |
| HSV(B) | 330º | 0.92% | 0.85% | - |
| XYZ | 31.75 | 16.32 | 18.31 | - |
| YUV | 88.49 | 144.1 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 117 | 0 | 0.92 | 0.46 | 0.15 | 330 | 0.85 | 0.46 |
| Hex | D8 | 12 | 75 | 0 | 5C | 2E | F | 14A | 55 | 2E |
| Octal | 330 | 22 | 165 | 0 | 134 | 56 | 17 | 512 | 125 | 56 |
| Binary | 11011000 | 10010 | 1110101 | 0 | 1011100 | 101110 | 1111 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D81275
Complementary color
Monochromatic Colors of #D81275
Black with #D81275
Text Example
Text Example
White with #D81275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81275; }
p { color: rgb(216,18,117); }
H1.HeaderClassName
{
color: #D81275;
}
.AnyTagClassName
{
color: #D81275;
}
</style>
background-color css
<style>
a { background-color: #D81275; }
a { background-color: rgb(216,18,117); }
div.DivClassName
{
background-color: #D81275;
}
.BgClassName
{
background-color: #D81275;
}
</style>
border-color css
<style>
span { border-color: #D81275; }
span { border-color: rgb(216,18,117); }
td.TdClassName
{
border-color: #D81275;
}
.TagClassName
{
border-color: #D81275;
}
</style>