Shades of Ruby #D60C6B
Tints of Ruby #D60C6B
RGB
CMYK
RGB Variations
Color information
#D60C6B (or 0xD60C6B) is known color: Ruby. HEX triplet: D6, 0C and 6B. RGB value is (214,12,107). Sum of RGB (Red+Green+Blue) = 214+12+107=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C6B is #29F394. Grayscale: #535353. Windows color (decimal): -2749333 or 7015638. OLE color: 7015638.
HSL color Cylindrical-coordinate representation of color #D60C6B: hue angle of 331.78º 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 #D60C6B is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 107 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.16 |
| HSL | 331.78º | 0.89% | 0.44% | - |
| HSV(B) | 331.78º | 0.94% | 0.84% | - |
| XYZ | 30.52 | 15.62 | 15.32 | - |
| YUV | 83.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 107 | 0 | 0.94 | 0.50 | 0.16 | 331.78 | 0.89 | 0.44 |
| Hex | D6 | C | 6B | 0 | 5E | 32 | 10 | 14C | 59 | 2C |
| Octal | 326 | 14 | 153 | 0 | 136 | 62 | 20 | 514 | 131 | 54 |
| Binary | 11010110 | 1100 | 1101011 | 0 | 1011110 | 110010 | 10000 | 101001100 | 1011001 | 101100 |
Color Harmonies of #D60C6B
Complementary color
Monochromatic Colors of #D60C6B
Black with #D60C6B
Text Example
Text Example
White with #D60C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C6B; }
p { color: rgb(214,12,107); }
H1.HeaderClassName
{
color: #D60C6B;
}
.AnyTagClassName
{
color: #D60C6B;
}
</style>
background-color css
<style>
a { background-color: #D60C6B; }
a { background-color: rgb(214,12,107); }
div.DivClassName
{
background-color: #D60C6B;
}
.BgClassName
{
background-color: #D60C6B;
}
</style>
border-color css
<style>
span { border-color: #D60C6B; }
span { border-color: rgb(214,12,107); }
td.TdClassName
{
border-color: #D60C6B;
}
.TagClassName
{
border-color: #D60C6B;
}
</style>