Shades of Ruby #D6206C
Tints of Ruby #D6206C
RGB
CMYK
RGB Variations
Color information
#D6206C (or 0xD6206C) is known color: Ruby. HEX triplet: D6, 20 and 6C. RGB value is (214,32,108). Sum of RGB (Red+Green+Blue) = 214+32+108=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6206C is #29DF93. Grayscale: #5E5E5E. Windows color (decimal): -2744212 or 7086294. OLE color: 7086294.
HSL color Cylindrical-coordinate representation of color #D6206C: hue angle of 334.95º 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 #D6206C is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 108 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.16 |
| HSL | 334.95º | 0.74% | 0.48% | - |
| HSV(B) | 334.95º | 0.85% | 0.84% | - |
| XYZ | 30.95 | 16.41 | 15.72 | - |
| YUV | 95.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 108 | 0 | 0.85 | 0.50 | 0.16 | 334.95 | 0.74 | 0.48 |
| Hex | D6 | 20 | 6C | 0 | 55 | 32 | 10 | 14F | 4A | 30 |
| Octal | 326 | 40 | 154 | 0 | 125 | 62 | 20 | 517 | 112 | 60 |
| Binary | 11010110 | 100000 | 1101100 | 0 | 1010101 | 110010 | 10000 | 101001111 | 1001010 | 110000 |
Color Harmonies of #D6206C
Complementary color
Monochromatic Colors of #D6206C
Black with #D6206C
Text Example
Text Example
White with #D6206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6206C; }
p { color: rgb(214,32,108); }
H1.HeaderClassName
{
color: #D6206C;
}
.AnyTagClassName
{
color: #D6206C;
}
</style>
background-color css
<style>
a { background-color: #D6206C; }
a { background-color: rgb(214,32,108); }
div.DivClassName
{
background-color: #D6206C;
}
.BgClassName
{
background-color: #D6206C;
}
</style>
border-color css
<style>
span { border-color: #D6206C; }
span { border-color: rgb(214,32,108); }
td.TdClassName
{
border-color: #D6206C;
}
.TagClassName
{
border-color: #D6206C;
}
</style>