Shades of Ruby #D6195D
Tints of Ruby #D6195D
RGB
CMYK
RGB Variations
Color information
#D6195D (or 0xD6195D) is known color: Ruby. HEX triplet: D6, 19 and 5D. RGB value is (214,25,93). Sum of RGB (Red+Green+Blue) = 214+25+93=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6195D is #29E6A2. Grayscale: #595959. Windows color (decimal): -2746019 or 6101462. OLE color: 6101462.
HSL color Cylindrical-coordinate representation of color #D6195D: hue angle of 338.41º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6195D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 93 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.16 |
| HSL | 338.41º | 0.79% | 0.47% | - |
| HSV(B) | 338.41º | 0.88% | 0.84% | - |
| XYZ | 30.05 | 15.78 | 11.82 | - |
| YUV | 89.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 93 | 0 | 0.88 | 0.57 | 0.16 | 338.41 | 0.79 | 0.47 |
| Hex | D6 | 19 | 5D | 0 | 58 | 39 | 10 | 152 | 4F | 2F |
| Octal | 326 | 31 | 135 | 0 | 130 | 71 | 20 | 522 | 117 | 57 |
| Binary | 11010110 | 11001 | 1011101 | 0 | 1011000 | 111001 | 10000 | 101010010 | 1001111 | 101111 |
Color Harmonies of #D6195D
Complementary color
Monochromatic Colors of #D6195D
Black with #D6195D
Text Example
Text Example
White with #D6195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6195D; }
p { color: rgb(214,25,93); }
H1.HeaderClassName
{
color: #D6195D;
}
.AnyTagClassName
{
color: #D6195D;
}
</style>
background-color css
<style>
a { background-color: #D6195D; }
a { background-color: rgb(214,25,93); }
div.DivClassName
{
background-color: #D6195D;
}
.BgClassName
{
background-color: #D6195D;
}
</style>
border-color css
<style>
span { border-color: #D6195D; }
span { border-color: rgb(214,25,93); }
td.TdClassName
{
border-color: #D6195D;
}
.TagClassName
{
border-color: #D6195D;
}
</style>