Shades of Ruby #D6095C
Tints of Ruby #D6095C
RGB
CMYK
RGB Variations
Color information
#D6095C (or 0xD6095C) is known color: Ruby. HEX triplet: D6, 09 and 5C. RGB value is (214,9,92). Sum of RGB (Red+Green+Blue) = 214+9+92=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6095C is #29F6A3. Grayscale: #4F4F4F. Windows color (decimal): -2750116 or 6031830. OLE color: 6031830.
HSL color Cylindrical-coordinate representation of color #D6095C: hue angle of 335.71º 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 #D6095C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.16 |
| HSL | 335.71º | 0.92% | 0.44% | - |
| HSV(B) | 335.71º | 0.96% | 0.84% | - |
| XYZ | 29.76 | 15.26 | 11.5 | - |
| YUV | 79.76 | 134.92 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 92 | 0 | 0.96 | 0.57 | 0.16 | 335.71 | 0.92 | 0.44 |
| Hex | D6 | 9 | 5C | 0 | 60 | 39 | 10 | 150 | 5C | 2C |
| Octal | 326 | 11 | 134 | 0 | 140 | 71 | 20 | 520 | 134 | 54 |
| Binary | 11010110 | 1001 | 1011100 | 0 | 1100000 | 111001 | 10000 | 101010000 | 1011100 | 101100 |
Color Harmonies of #D6095C
Complementary color
Monochromatic Colors of #D6095C
Black with #D6095C
Text Example
Text Example
White with #D6095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6095C; }
p { color: rgb(214,9,92); }
H1.HeaderClassName
{
color: #D6095C;
}
.AnyTagClassName
{
color: #D6095C;
}
</style>
background-color css
<style>
a { background-color: #D6095C; }
a { background-color: rgb(214,9,92); }
div.DivClassName
{
background-color: #D6095C;
}
.BgClassName
{
background-color: #D6095C;
}
</style>
border-color css
<style>
span { border-color: #D6095C; }
span { border-color: rgb(214,9,92); }
td.TdClassName
{
border-color: #D6095C;
}
.TagClassName
{
border-color: #D6095C;
}
</style>