Shades of Ruby #D00166
Tints of Ruby #D00166
RGB
CMYK
RGB Variations
Color information
#D00166 (or 0xD00166) is known color: Ruby. HEX triplet: D0, 01 and 66. RGB value is (208,1,102). Sum of RGB (Red+Green+Blue) = 208+1+102=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D00166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00166 is #2FFE99. Grayscale: #4A4A4A. Windows color (decimal): -3145370 or 6685136. OLE color: 6685136.
HSL color Cylindrical-coordinate representation of color #D00166: hue angle of 330.72º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00166 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.18 |
| HSL | 330.72º | 0.99% | 0.41% | - |
| HSV(B) | 330.72º | 1% | 0.82% | - |
| XYZ | 28.42 | 14.39 | 13.85 | - |
| YUV | 74.41 | 143.58 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 102 | 0 | 1.00 | 0.51 | 0.18 | 330.72 | 0.99 | 0.41 |
| Hex | D0 | 1 | 66 | 0 | 64 | 33 | 12 | 14B | 63 | 29 |
| Octal | 320 | 1 | 146 | 0 | 144 | 63 | 22 | 513 | 143 | 51 |
| Binary | 11010000 | 1 | 1100110 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100011 | 101001 |
Color Harmonies of #D00166
Complementary color
Monochromatic Colors of #D00166
Black with #D00166
Text Example
Text Example
White with #D00166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00166; }
p { color: rgb(208,1,102); }
H1.HeaderClassName
{
color: #D00166;
}
.AnyTagClassName
{
color: #D00166;
}
</style>
background-color css
<style>
a { background-color: #D00166; }
a { background-color: rgb(208,1,102); }
div.DivClassName
{
background-color: #D00166;
}
.BgClassName
{
background-color: #D00166;
}
</style>
border-color css
<style>
span { border-color: #D00166; }
span { border-color: rgb(208,1,102); }
td.TdClassName
{
border-color: #D00166;
}
.TagClassName
{
border-color: #D00166;
}
</style>