Shades of Ruby #D6056D
Tints of Ruby #D6056D
RGB
CMYK
RGB Variations
Color information
#D6056D (or 0xD6056D) is known color: Ruby. HEX triplet: D6, 05 and 6D. RGB value is (214,5,109). Sum of RGB (Red+Green+Blue) = 214+5+109=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6056D is #29FA92. Grayscale: #4F4F4F. Windows color (decimal): -2751123 or 7144918. OLE color: 7144918.
HSL color Cylindrical-coordinate representation of color #D6056D: hue angle of 330.14º degrees, saturation: 0.95, 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 #D6056D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.16 |
| HSL | 330.14º | 0.95% | 0.43% | - |
| HSV(B) | 330.14º | 0.98% | 0.84% | - |
| XYZ | 30.55 | 15.51 | 15.85 | - |
| YUV | 79.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 109 | 0 | 0.98 | 0.49 | 0.16 | 330.14 | 0.95 | 0.43 |
| Hex | D6 | 5 | 6D | 0 | 62 | 31 | 10 | 14A | 5F | 2B |
| Octal | 326 | 5 | 155 | 0 | 142 | 61 | 20 | 512 | 137 | 53 |
| Binary | 11010110 | 101 | 1101101 | 0 | 1100010 | 110001 | 10000 | 101001010 | 1011111 | 101011 |
Color Harmonies of #D6056D
Complementary color
Monochromatic Colors of #D6056D
Black with #D6056D
Text Example
Text Example
White with #D6056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6056D; }
p { color: rgb(214,5,109); }
H1.HeaderClassName
{
color: #D6056D;
}
.AnyTagClassName
{
color: #D6056D;
}
</style>
background-color css
<style>
a { background-color: #D6056D; }
a { background-color: rgb(214,5,109); }
div.DivClassName
{
background-color: #D6056D;
}
.BgClassName
{
background-color: #D6056D;
}
</style>
border-color css
<style>
span { border-color: #D6056D; }
span { border-color: rgb(214,5,109); }
td.TdClassName
{
border-color: #D6056D;
}
.TagClassName
{
border-color: #D6056D;
}
</style>