Shades of Ruby #D60C67
Tints of Ruby #D60C67
RGB
CMYK
RGB Variations
Color information
#D60C67 (or 0xD60C67) is known color: Ruby. HEX triplet: D6, 0C and 67. RGB value is (214,12,103). Sum of RGB (Red+Green+Blue) = 214+12+103=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C67 is #29F398. Grayscale: #525252. Windows color (decimal): -2749337 or 6753494. OLE color: 6753494.
HSL color Cylindrical-coordinate representation of color #D60C67: hue angle of 332.97º 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 #D60C67 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 103 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.16 |
| HSL | 332.97º | 0.89% | 0.44% | - |
| HSV(B) | 332.97º | 0.94% | 0.84% | - |
| XYZ | 30.31 | 15.54 | 14.23 | - |
| YUV | 82.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 103 | 0 | 0.94 | 0.52 | 0.16 | 332.97 | 0.89 | 0.44 |
| Hex | D6 | C | 67 | 0 | 5E | 34 | 10 | 14D | 59 | 2C |
| Octal | 326 | 14 | 147 | 0 | 136 | 64 | 20 | 515 | 131 | 54 |
| Binary | 11010110 | 1100 | 1100111 | 0 | 1011110 | 110100 | 10000 | 101001101 | 1011001 | 101100 |
Color Harmonies of #D60C67
Complementary color
Monochromatic Colors of #D60C67
Black with #D60C67
Text Example
Text Example
White with #D60C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C67; }
p { color: rgb(214,12,103); }
H1.HeaderClassName
{
color: #D60C67;
}
.AnyTagClassName
{
color: #D60C67;
}
</style>
background-color css
<style>
a { background-color: #D60C67; }
a { background-color: rgb(214,12,103); }
div.DivClassName
{
background-color: #D60C67;
}
.BgClassName
{
background-color: #D60C67;
}
</style>
border-color css
<style>
span { border-color: #D60C67; }
span { border-color: rgb(214,12,103); }
td.TdClassName
{
border-color: #D60C67;
}
.TagClassName
{
border-color: #D60C67;
}
</style>