Shades of Ruby #D6206D
Tints of Ruby #D6206D
RGB
CMYK
RGB Variations
Color information
#D6206D (or 0xD6206D) is known color: Ruby. HEX triplet: D6, 20 and 6D. RGB value is (214,32,109). Sum of RGB (Red+Green+Blue) = 214+32+109=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6206D is #29DF92. Grayscale: #5F5F5F. Windows color (decimal): -2744211 or 7151830. OLE color: 7151830.
HSL color Cylindrical-coordinate representation of color #D6206D: hue angle of 334.62º 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 #D6206D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 109 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.16 |
| HSL | 334.62º | 0.74% | 0.48% | - |
| HSV(B) | 334.62º | 0.85% | 0.84% | - |
| XYZ | 31.01 | 16.43 | 16.01 | - |
| YUV | 95.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 109 | 0 | 0.85 | 0.49 | 0.16 | 334.62 | 0.74 | 0.48 |
| Hex | D6 | 20 | 6D | 0 | 55 | 31 | 10 | 14F | 4A | 30 |
| Octal | 326 | 40 | 155 | 0 | 125 | 61 | 20 | 517 | 112 | 60 |
| Binary | 11010110 | 100000 | 1101101 | 0 | 1010101 | 110001 | 10000 | 101001111 | 1001010 | 110000 |
Color Harmonies of #D6206D
Complementary color
Monochromatic Colors of #D6206D
Black with #D6206D
Text Example
Text Example
White with #D6206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6206D; }
p { color: rgb(214,32,109); }
H1.HeaderClassName
{
color: #D6206D;
}
.AnyTagClassName
{
color: #D6206D;
}
</style>
background-color css
<style>
a { background-color: #D6206D; }
a { background-color: rgb(214,32,109); }
div.DivClassName
{
background-color: #D6206D;
}
.BgClassName
{
background-color: #D6206D;
}
</style>
border-color css
<style>
span { border-color: #D6206D; }
span { border-color: rgb(214,32,109); }
td.TdClassName
{
border-color: #D6206D;
}
.TagClassName
{
border-color: #D6206D;
}
</style>