Shades of Ruby #D60C5D
Tints of Ruby #D60C5D
RGB
CMYK
RGB Variations
Color information
#D60C5D (or 0xD60C5D) is known color: Ruby. HEX triplet: D6, 0C and 5D. RGB value is (214,12,93). Sum of RGB (Red+Green+Blue) = 214+12+93=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C5D is #29F3A2. Grayscale: #515151. Windows color (decimal): -2749347 or 6098134. OLE color: 6098134.
HSL color Cylindrical-coordinate representation of color #D60C5D: hue angle of 335.94º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C5D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 93 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.16 |
| HSL | 335.94º | 0.89% | 0.44% | - |
| HSV(B) | 335.94º | 0.94% | 0.84% | - |
| XYZ | 29.84 | 15.35 | 11.75 | - |
| YUV | 81.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 93 | 0 | 0.94 | 0.57 | 0.16 | 335.94 | 0.89 | 0.44 |
| Hex | D6 | C | 5D | 0 | 5E | 39 | 10 | 150 | 59 | 2C |
| Octal | 326 | 14 | 135 | 0 | 136 | 71 | 20 | 520 | 131 | 54 |
| Binary | 11010110 | 1100 | 1011101 | 0 | 1011110 | 111001 | 10000 | 101010000 | 1011001 | 101100 |
Color Harmonies of #D60C5D
Complementary color
Monochromatic Colors of #D60C5D
Black with #D60C5D
Text Example
Text Example
White with #D60C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C5D; }
p { color: rgb(214,12,93); }
H1.HeaderClassName
{
color: #D60C5D;
}
.AnyTagClassName
{
color: #D60C5D;
}
</style>
background-color css
<style>
a { background-color: #D60C5D; }
a { background-color: rgb(214,12,93); }
div.DivClassName
{
background-color: #D60C5D;
}
.BgClassName
{
background-color: #D60C5D;
}
</style>
border-color css
<style>
span { border-color: #D60C5D; }
span { border-color: rgb(214,12,93); }
td.TdClassName
{
border-color: #D60C5D;
}
.TagClassName
{
border-color: #D60C5D;
}
</style>