Shades of Ruby #D6095D
Tints of Ruby #D6095D
RGB
CMYK
RGB Variations
Color information
#D6095D (or 0xD6095D) is known color: Ruby. HEX triplet: D6, 09 and 5D. RGB value is (214,9,93). Sum of RGB (Red+Green+Blue) = 214+9+93=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6095D is #29F6A2. Grayscale: #4F4F4F. Windows color (decimal): -2750115 or 6097366. OLE color: 6097366.
HSL color Cylindrical-coordinate representation of color #D6095D: hue angle of 335.41º degrees, saturation: 0.92, 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 #D6095D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.16 |
| HSL | 335.41º | 0.92% | 0.44% | - |
| HSV(B) | 335.41º | 0.96% | 0.84% | - |
| XYZ | 29.81 | 15.28 | 11.73 | - |
| YUV | 79.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 93 | 0 | 0.96 | 0.57 | 0.16 | 335.41 | 0.92 | 0.44 |
| Hex | D6 | 9 | 5D | 0 | 60 | 39 | 10 | 14F | 5C | 2C |
| Octal | 326 | 11 | 135 | 0 | 140 | 71 | 20 | 517 | 134 | 54 |
| Binary | 11010110 | 1001 | 1011101 | 0 | 1100000 | 111001 | 10000 | 101001111 | 1011100 | 101100 |
Color Harmonies of #D6095D
Complementary color
Monochromatic Colors of #D6095D
Black with #D6095D
Text Example
Text Example
White with #D6095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6095D; }
p { color: rgb(214,9,93); }
H1.HeaderClassName
{
color: #D6095D;
}
.AnyTagClassName
{
color: #D6095D;
}
</style>
background-color css
<style>
a { background-color: #D6095D; }
a { background-color: rgb(214,9,93); }
div.DivClassName
{
background-color: #D6095D;
}
.BgClassName
{
background-color: #D6095D;
}
</style>
border-color css
<style>
span { border-color: #D6095D; }
span { border-color: rgb(214,9,93); }
td.TdClassName
{
border-color: #D6095D;
}
.TagClassName
{
border-color: #D6095D;
}
</style>