Shades of Ruby #D31066
Tints of Ruby #D31066
RGB
CMYK
RGB Variations
Color information
#D31066 (or 0xD31066) is known color: Ruby. HEX triplet: D3, 10 and 66. RGB value is (211,16,102). Sum of RGB (Red+Green+Blue) = 211+16+102=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D31066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31066 is #2CEF99. Grayscale: #535353. Windows color (decimal): -2944922 or 6688979. OLE color: 6688979.
HSL color Cylindrical-coordinate representation of color #D31066: hue angle of 333.54º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31066 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 102 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.17 |
| HSL | 333.54º | 0.86% | 0.45% | - |
| HSV(B) | 333.54º | 0.92% | 0.83% | - |
| XYZ | 29.45 | 15.18 | 13.95 | - |
| YUV | 84.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 102 | 0 | 0.92 | 0.52 | 0.17 | 333.54 | 0.86 | 0.45 |
| Hex | D3 | 10 | 66 | 0 | 5C | 34 | 11 | 14E | 56 | 2D |
| Octal | 323 | 20 | 146 | 0 | 134 | 64 | 21 | 516 | 126 | 55 |
| Binary | 11010011 | 10000 | 1100110 | 0 | 1011100 | 110100 | 10001 | 101001110 | 1010110 | 101101 |
Color Harmonies of #D31066
Complementary color
Monochromatic Colors of #D31066
Black with #D31066
Text Example
Text Example
White with #D31066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31066; }
p { color: rgb(211,16,102); }
H1.HeaderClassName
{
color: #D31066;
}
.AnyTagClassName
{
color: #D31066;
}
</style>
background-color css
<style>
a { background-color: #D31066; }
a { background-color: rgb(211,16,102); }
div.DivClassName
{
background-color: #D31066;
}
.BgClassName
{
background-color: #D31066;
}
</style>
border-color css
<style>
span { border-color: #D31066; }
span { border-color: rgb(211,16,102); }
td.TdClassName
{
border-color: #D31066;
}
.TagClassName
{
border-color: #D31066;
}
</style>