Shades of Ruby #D62066
Tints of Ruby #D62066
RGB
CMYK
RGB Variations
Color information
#D62066 (or 0xD62066) is known color: Ruby. HEX triplet: D6, 20 and 66. RGB value is (214,32,102). Sum of RGB (Red+Green+Blue) = 214+32+102=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D62066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62066 is #29DF99. Grayscale: #5E5E5E. Windows color (decimal): -2744218 or 6693078. OLE color: 6693078.
HSL color Cylindrical-coordinate representation of color #D62066: hue angle of 336.92º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62066 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 102 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.16 |
| HSL | 336.92º | 0.74% | 0.48% | - |
| HSV(B) | 336.92º | 0.85% | 0.84% | - |
| XYZ | 30.65 | 16.29 | 14.1 | - |
| YUV | 94.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 102 | 0 | 0.85 | 0.52 | 0.16 | 336.92 | 0.74 | 0.48 |
| Hex | D6 | 20 | 66 | 0 | 55 | 34 | 10 | 151 | 4A | 30 |
| Octal | 326 | 40 | 146 | 0 | 125 | 64 | 20 | 521 | 112 | 60 |
| Binary | 11010110 | 100000 | 1100110 | 0 | 1010101 | 110100 | 10000 | 101010001 | 1001010 | 110000 |
Color Harmonies of #D62066
Complementary color
Monochromatic Colors of #D62066
Black with #D62066
Text Example
Text Example
White with #D62066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62066; }
p { color: rgb(214,32,102); }
H1.HeaderClassName
{
color: #D62066;
}
.AnyTagClassName
{
color: #D62066;
}
</style>
background-color css
<style>
a { background-color: #D62066; }
a { background-color: rgb(214,32,102); }
div.DivClassName
{
background-color: #D62066;
}
.BgClassName
{
background-color: #D62066;
}
</style>
border-color css
<style>
span { border-color: #D62066; }
span { border-color: rgb(214,32,102); }
td.TdClassName
{
border-color: #D62066;
}
.TagClassName
{
border-color: #D62066;
}
</style>