Shades of Ruby #D6206A
Tints of Ruby #D6206A
RGB
CMYK
RGB Variations
Color information
#D6206A (or 0xD6206A) is known color: Ruby. HEX triplet: D6, 20 and 6A. RGB value is (214,32,106). Sum of RGB (Red+Green+Blue) = 214+32+106=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D6206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6206A is #29DF95. Grayscale: #5E5E5E. Windows color (decimal): -2744214 or 6955222. OLE color: 6955222.
HSL color Cylindrical-coordinate representation of color #D6206A: hue angle of 335.6º 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 #D6206A is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 106 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.16 |
| HSL | 335.6º | 0.74% | 0.48% | - |
| HSV(B) | 335.6º | 0.85% | 0.84% | - |
| XYZ | 30.85 | 16.37 | 15.17 | - |
| YUV | 94.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 106 | 0 | 0.85 | 0.50 | 0.16 | 335.6 | 0.74 | 0.48 |
| Hex | D6 | 20 | 6A | 0 | 55 | 32 | 10 | 150 | 4A | 30 |
| Octal | 326 | 40 | 152 | 0 | 125 | 62 | 20 | 520 | 112 | 60 |
| Binary | 11010110 | 100000 | 1101010 | 0 | 1010101 | 110010 | 10000 | 101010000 | 1001010 | 110000 |
Color Harmonies of #D6206A
Complementary color
Monochromatic Colors of #D6206A
Black with #D6206A
Text Example
Text Example
White with #D6206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6206A; }
p { color: rgb(214,32,106); }
H1.HeaderClassName
{
color: #D6206A;
}
.AnyTagClassName
{
color: #D6206A;
}
</style>
background-color css
<style>
a { background-color: #D6206A; }
a { background-color: rgb(214,32,106); }
div.DivClassName
{
background-color: #D6206A;
}
.BgClassName
{
background-color: #D6206A;
}
</style>
border-color css
<style>
span { border-color: #D6206A; }
span { border-color: rgb(214,32,106); }
td.TdClassName
{
border-color: #D6206A;
}
.TagClassName
{
border-color: #D6206A;
}
</style>