Shades of Ruby #D6085E
Tints of Ruby #D6085E
RGB
CMYK
RGB Variations
Color information
#D6085E (or 0xD6085E) is known color: Ruby. HEX triplet: D6, 08 and 5E. RGB value is (214,8,94). Sum of RGB (Red+Green+Blue) = 214+8+94=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6085E is #29F7A1. Grayscale: #4F4F4F. Windows color (decimal): -2750370 or 6162646. OLE color: 6162646.
HSL color Cylindrical-coordinate representation of color #D6085E: hue angle of 334.95º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6085E is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.16 |
| HSL | 334.95º | 0.93% | 0.44% | - |
| HSV(B) | 334.95º | 0.96% | 0.84% | - |
| XYZ | 29.84 | 15.28 | 11.97 | - |
| YUV | 79.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 94 | 0 | 0.96 | 0.56 | 0.16 | 334.95 | 0.93 | 0.44 |
| Hex | D6 | 8 | 5E | 0 | 60 | 38 | 10 | 14F | 5D | 2C |
| Octal | 326 | 10 | 136 | 0 | 140 | 70 | 20 | 517 | 135 | 54 |
| Binary | 11010110 | 1000 | 1011110 | 0 | 1100000 | 111000 | 10000 | 101001111 | 1011101 | 101100 |
Color Harmonies of #D6085E
Complementary color
Monochromatic Colors of #D6085E
Black with #D6085E
Text Example
Text Example
White with #D6085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6085E; }
p { color: rgb(214,8,94); }
H1.HeaderClassName
{
color: #D6085E;
}
.AnyTagClassName
{
color: #D6085E;
}
</style>
background-color css
<style>
a { background-color: #D6085E; }
a { background-color: rgb(214,8,94); }
div.DivClassName
{
background-color: #D6085E;
}
.BgClassName
{
background-color: #D6085E;
}
</style>
border-color css
<style>
span { border-color: #D6085E; }
span { border-color: rgb(214,8,94); }
td.TdClassName
{
border-color: #D6085E;
}
.TagClassName
{
border-color: #D6085E;
}
</style>