Shades of Ruby #D60F6D
Tints of Ruby #D60F6D
RGB
CMYK
RGB Variations
Color information
#D60F6D (or 0xD60F6D) is known color: Ruby. HEX triplet: D6, 0F and 6D. RGB value is (214,15,109). Sum of RGB (Red+Green+Blue) = 214+15+109=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60F6D is #29F092. Grayscale: #555555. Windows color (decimal): -2748563 or 7147478. OLE color: 7147478.
HSL color Cylindrical-coordinate representation of color #D60F6D: hue angle of 331.66º 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 #D60F6D is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 109 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.16 |
| HSL | 331.66º | 0.87% | 0.45% | - |
| HSV(B) | 331.66º | 0.93% | 0.84% | - |
| XYZ | 30.66 | 15.74 | 15.89 | - |
| YUV | 85.22 | 141.43 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 109 | 0 | 0.93 | 0.49 | 0.16 | 331.66 | 0.87 | 0.45 |
| Hex | D6 | F | 6D | 0 | 5D | 31 | 10 | 14C | 57 | 2D |
| Octal | 326 | 17 | 155 | 0 | 135 | 61 | 20 | 514 | 127 | 55 |
| Binary | 11010110 | 1111 | 1101101 | 0 | 1011101 | 110001 | 10000 | 101001100 | 1010111 | 101101 |
Color Harmonies of #D60F6D
Complementary color
Monochromatic Colors of #D60F6D
Black with #D60F6D
Text Example
Text Example
White with #D60F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F6D; }
p { color: rgb(214,15,109); }
H1.HeaderClassName
{
color: #D60F6D;
}
.AnyTagClassName
{
color: #D60F6D;
}
</style>
background-color css
<style>
a { background-color: #D60F6D; }
a { background-color: rgb(214,15,109); }
div.DivClassName
{
background-color: #D60F6D;
}
.BgClassName
{
background-color: #D60F6D;
}
</style>
border-color css
<style>
span { border-color: #D60F6D; }
span { border-color: rgb(214,15,109); }
td.TdClassName
{
border-color: #D60F6D;
}
.TagClassName
{
border-color: #D60F6D;
}
</style>