Shades of Ruby #D81262
Tints of Ruby #D81262
RGB
CMYK
RGB Variations
Color information
#D81262 (or 0xD81262) is known color: Ruby. HEX triplet: D8, 12 and 62. RGB value is (216,18,98). Sum of RGB (Red+Green+Blue) = 216+18+98=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D81262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81262 is #27ED9D. Grayscale: #565656. Windows color (decimal): -2616734 or 6427352. OLE color: 6427352.
HSL color Cylindrical-coordinate representation of color #D81262: hue angle of 335.76º 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 #D81262 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 98 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.15 |
| HSL | 335.76º | 0.85% | 0.46% | - |
| HSV(B) | 335.76º | 0.92% | 0.85% | - |
| XYZ | 30.74 | 15.91 | 13.01 | - |
| YUV | 86.32 | 134.6 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 98 | 0 | 0.92 | 0.55 | 0.15 | 335.76 | 0.85 | 0.46 |
| Hex | D8 | 12 | 62 | 0 | 5C | 37 | F | 150 | 55 | 2E |
| Octal | 330 | 22 | 142 | 0 | 134 | 67 | 17 | 520 | 125 | 56 |
| Binary | 11011000 | 10010 | 1100010 | 0 | 1011100 | 110111 | 1111 | 101010000 | 1010101 | 101110 |
Color Harmonies of #D81262
Complementary color
Monochromatic Colors of #D81262
Black with #D81262
Text Example
Text Example
White with #D81262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81262; }
p { color: rgb(216,18,98); }
H1.HeaderClassName
{
color: #D81262;
}
.AnyTagClassName
{
color: #D81262;
}
</style>
background-color css
<style>
a { background-color: #D81262; }
a { background-color: rgb(216,18,98); }
div.DivClassName
{
background-color: #D81262;
}
.BgClassName
{
background-color: #D81262;
}
</style>
border-color css
<style>
span { border-color: #D81262; }
span { border-color: rgb(216,18,98); }
td.TdClassName
{
border-color: #D81262;
}
.TagClassName
{
border-color: #D81262;
}
</style>