Shades of Ruby #D01466
Tints of Ruby #D01466
RGB
CMYK
RGB Variations
Color information
#D01466 (or 0xD01466) is known color: Ruby. HEX triplet: D0, 14 and 66. RGB value is (208,20,102). Sum of RGB (Red+Green+Blue) = 208+20+102=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D01466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01466 is #2FEB99. Grayscale: #555555. Windows color (decimal): -3140506 or 6690000. OLE color: 6690000.
HSL color Cylindrical-coordinate representation of color #D01466: hue angle of 333.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01466 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 102 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.18 |
| HSL | 333.83º | 0.82% | 0.45% | - |
| HSV(B) | 333.83º | 0.9% | 0.82% | - |
| XYZ | 28.66 | 14.87 | 13.93 | - |
| YUV | 85.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 102 | 0 | 0.90 | 0.51 | 0.18 | 333.83 | 0.82 | 0.45 |
| Hex | D0 | 14 | 66 | 0 | 5A | 33 | 12 | 14E | 52 | 2D |
| Octal | 320 | 24 | 146 | 0 | 132 | 63 | 22 | 516 | 122 | 55 |
| Binary | 11010000 | 10100 | 1100110 | 0 | 1011010 | 110011 | 10010 | 101001110 | 1010010 | 101101 |
Color Harmonies of #D01466
Complementary color
Monochromatic Colors of #D01466
Black with #D01466
Text Example
Text Example
White with #D01466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01466; }
p { color: rgb(208,20,102); }
H1.HeaderClassName
{
color: #D01466;
}
.AnyTagClassName
{
color: #D01466;
}
</style>
background-color css
<style>
a { background-color: #D01466; }
a { background-color: rgb(208,20,102); }
div.DivClassName
{
background-color: #D01466;
}
.BgClassName
{
background-color: #D01466;
}
</style>
border-color css
<style>
span { border-color: #D01466; }
span { border-color: rgb(208,20,102); }
td.TdClassName
{
border-color: #D01466;
}
.TagClassName
{
border-color: #D01466;
}
</style>