Shades of Ruby #D60F69
Tints of Ruby #D60F69
RGB
CMYK
RGB Variations
Color information
#D60F69 (or 0xD60F69) is known color: Ruby. HEX triplet: D6, 0F and 69. RGB value is (214,15,105). Sum of RGB (Red+Green+Blue) = 214+15+105=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60F69 is #29F096. Grayscale: #545454. Windows color (decimal): -2748567 or 6885334. OLE color: 6885334.
HSL color Cylindrical-coordinate representation of color #D60F69: hue angle of 332.86º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F69 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 105 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.16 |
| HSL | 332.86º | 0.87% | 0.45% | - |
| HSV(B) | 332.86º | 0.93% | 0.84% | - |
| XYZ | 30.45 | 15.66 | 14.78 | - |
| YUV | 84.76 | 139.43 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 105 | 0 | 0.93 | 0.51 | 0.16 | 332.86 | 0.87 | 0.45 |
| Hex | D6 | F | 69 | 0 | 5D | 33 | 10 | 14D | 57 | 2D |
| Octal | 326 | 17 | 151 | 0 | 135 | 63 | 20 | 515 | 127 | 55 |
| Binary | 11010110 | 1111 | 1101001 | 0 | 1011101 | 110011 | 10000 | 101001101 | 1010111 | 101101 |
Color Harmonies of #D60F69
Complementary color
Monochromatic Colors of #D60F69
Black with #D60F69
Text Example
Text Example
White with #D60F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F69; }
p { color: rgb(214,15,105); }
H1.HeaderClassName
{
color: #D60F69;
}
.AnyTagClassName
{
color: #D60F69;
}
</style>
background-color css
<style>
a { background-color: #D60F69; }
a { background-color: rgb(214,15,105); }
div.DivClassName
{
background-color: #D60F69;
}
.BgClassName
{
background-color: #D60F69;
}
</style>
border-color css
<style>
span { border-color: #D60F69; }
span { border-color: rgb(214,15,105); }
td.TdClassName
{
border-color: #D60F69;
}
.TagClassName
{
border-color: #D60F69;
}
</style>