Shades of Ruby #D81F66
Tints of Ruby #D81F66
RGB
CMYK
RGB Variations
Color information
#D81F66 (or 0xD81F66) is known color: Ruby. HEX triplet: D8, 1F and 66. RGB value is (216,31,102). Sum of RGB (Red+Green+Blue) = 216+31+102=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F66 is #27E099. Grayscale: #5E5E5E. Windows color (decimal): -2613402 or 6692824. OLE color: 6692824.
HSL color Cylindrical-coordinate representation of color #D81F66: hue angle of 336.97º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F66 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 102 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.15 |
| HSL | 336.97º | 0.75% | 0.48% | - |
| HSV(B) | 336.97º | 0.86% | 0.85% | - |
| XYZ | 31.21 | 16.54 | 14.12 | - |
| YUV | 94.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 102 | 0 | 0.86 | 0.53 | 0.15 | 336.97 | 0.75 | 0.48 |
| Hex | D8 | 1F | 66 | 0 | 56 | 35 | F | 151 | 4B | 30 |
| Octal | 330 | 37 | 146 | 0 | 126 | 65 | 17 | 521 | 113 | 60 |
| Binary | 11011000 | 11111 | 1100110 | 0 | 1010110 | 110101 | 1111 | 101010001 | 1001011 | 110000 |
Color Harmonies of #D81F66
Complementary color
Monochromatic Colors of #D81F66
Black with #D81F66
Text Example
Text Example
White with #D81F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F66; }
p { color: rgb(216,31,102); }
H1.HeaderClassName
{
color: #D81F66;
}
.AnyTagClassName
{
color: #D81F66;
}
</style>
background-color css
<style>
a { background-color: #D81F66; }
a { background-color: rgb(216,31,102); }
div.DivClassName
{
background-color: #D81F66;
}
.BgClassName
{
background-color: #D81F66;
}
</style>
border-color css
<style>
span { border-color: #D81F66; }
span { border-color: rgb(216,31,102); }
td.TdClassName
{
border-color: #D81F66;
}
.TagClassName
{
border-color: #D81F66;
}
</style>