Shades of Ruby #D60466
Tints of Ruby #D60466
RGB
CMYK
RGB Variations
Color information
#D60466 (or 0xD60466) is known color: Ruby. HEX triplet: D6, 04 and 66. RGB value is (214,4,102). Sum of RGB (Red+Green+Blue) = 214+4+102=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D60466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60466 is #29FB99. Grayscale: #4D4D4D. Windows color (decimal): -2751386 or 6685910. OLE color: 6685910.
HSL color Cylindrical-coordinate representation of color #D60466: hue angle of 332º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60466 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.16 |
| HSL | 332º | 0.96% | 0.43% | - |
| HSV(B) | 332º | 0.98% | 0.84% | - |
| XYZ | 30.17 | 15.34 | 13.94 | - |
| YUV | 77.96 | 141.57 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 102 | 0 | 0.98 | 0.52 | 0.16 | 332 | 0.96 | 0.43 |
| Hex | D6 | 4 | 66 | 0 | 62 | 34 | 10 | 14C | 60 | 2B |
| Octal | 326 | 4 | 146 | 0 | 142 | 64 | 20 | 514 | 140 | 53 |
| Binary | 11010110 | 100 | 1100110 | 0 | 1100010 | 110100 | 10000 | 101001100 | 1100000 | 101011 |
Color Harmonies of #D60466
Complementary color
Monochromatic Colors of #D60466
Black with #D60466
Text Example
Text Example
White with #D60466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60466; }
p { color: rgb(214,4,102); }
H1.HeaderClassName
{
color: #D60466;
}
.AnyTagClassName
{
color: #D60466;
}
</style>
background-color css
<style>
a { background-color: #D60466; }
a { background-color: rgb(214,4,102); }
div.DivClassName
{
background-color: #D60466;
}
.BgClassName
{
background-color: #D60466;
}
</style>
border-color css
<style>
span { border-color: #D60466; }
span { border-color: rgb(214,4,102); }
td.TdClassName
{
border-color: #D60466;
}
.TagClassName
{
border-color: #D60466;
}
</style>