Shades of Ruby #D81274
Tints of Ruby #D81274
RGB
CMYK
RGB Variations
Color information
#D81274 (or 0xD81274) is known color: Ruby. HEX triplet: D8, 12 and 74. RGB value is (216,18,116). Sum of RGB (Red+Green+Blue) = 216+18+116=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D81274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81274 is #27ED8B. Grayscale: #585858. Windows color (decimal): -2616716 or 7607000. OLE color: 7607000.
HSL color Cylindrical-coordinate representation of color #D81274: hue angle of 330.3º 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 #D81274 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 116 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.15 |
| HSL | 330.3º | 0.85% | 0.46% | - |
| HSV(B) | 330.3º | 0.92% | 0.85% | - |
| XYZ | 31.69 | 16.29 | 18 | - |
| YUV | 88.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 116 | 0 | 0.92 | 0.46 | 0.15 | 330.3 | 0.85 | 0.46 |
| Hex | D8 | 12 | 74 | 0 | 5C | 2E | F | 14A | 55 | 2E |
| Octal | 330 | 22 | 164 | 0 | 134 | 56 | 17 | 512 | 125 | 56 |
| Binary | 11011000 | 10010 | 1110100 | 0 | 1011100 | 101110 | 1111 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D81274
Complementary color
Monochromatic Colors of #D81274
Black with #D81274
Text Example
Text Example
White with #D81274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81274; }
p { color: rgb(216,18,116); }
H1.HeaderClassName
{
color: #D81274;
}
.AnyTagClassName
{
color: #D81274;
}
</style>
background-color css
<style>
a { background-color: #D81274; }
a { background-color: rgb(216,18,116); }
div.DivClassName
{
background-color: #D81274;
}
.BgClassName
{
background-color: #D81274;
}
</style>
border-color css
<style>
span { border-color: #D81274; }
span { border-color: rgb(216,18,116); }
td.TdClassName
{
border-color: #D81274;
}
.TagClassName
{
border-color: #D81274;
}
</style>