Shades of Ruby #D00966
Tints of Ruby #D00966
RGB
CMYK
RGB Variations
Color information
#D00966 (or 0xD00966) is known color: Ruby. HEX triplet: D0, 09 and 66. RGB value is (208,9,102). Sum of RGB (Red+Green+Blue) = 208+9+102=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D00966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00966 is #2FF699. Grayscale: #4E4E4E. Windows color (decimal): -3143322 or 6687184. OLE color: 6687184.
HSL color Cylindrical-coordinate representation of color #D00966: hue angle of 331.96º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00966 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.18 |
| HSL | 331.96º | 0.92% | 0.43% | - |
| HSV(B) | 331.96º | 0.96% | 0.82% | - |
| XYZ | 28.51 | 14.56 | 13.88 | - |
| YUV | 79.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 102 | 0 | 0.96 | 0.51 | 0.18 | 331.96 | 0.92 | 0.43 |
| Hex | D0 | 9 | 66 | 0 | 60 | 33 | 12 | 14C | 5C | 2B |
| Octal | 320 | 11 | 146 | 0 | 140 | 63 | 22 | 514 | 134 | 53 |
| Binary | 11010000 | 1001 | 1100110 | 0 | 1100000 | 110011 | 10010 | 101001100 | 1011100 | 101011 |
Color Harmonies of #D00966
Complementary color
Monochromatic Colors of #D00966
Black with #D00966
Text Example
Text Example
White with #D00966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00966; }
p { color: rgb(208,9,102); }
H1.HeaderClassName
{
color: #D00966;
}
.AnyTagClassName
{
color: #D00966;
}
</style>
background-color css
<style>
a { background-color: #D00966; }
a { background-color: rgb(208,9,102); }
div.DivClassName
{
background-color: #D00966;
}
.BgClassName
{
background-color: #D00966;
}
</style>
border-color css
<style>
span { border-color: #D00966; }
span { border-color: rgb(208,9,102); }
td.TdClassName
{
border-color: #D00966;
}
.TagClassName
{
border-color: #D00966;
}
</style>