Shades of Ruby #D60F62
Tints of Ruby #D60F62
RGB
CMYK
RGB Variations
Color information
#D60F62 (or 0xD60F62) is known color: Ruby. HEX triplet: D6, 0F and 62. RGB value is (214,15,98). Sum of RGB (Red+Green+Blue) = 214+15+98=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60F62 is #29F09D. Grayscale: #535353. Windows color (decimal): -2748574 or 6426582. OLE color: 6426582.
HSL color Cylindrical-coordinate representation of color #D60F62: hue angle of 334.97º 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 #D60F62 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 98 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.16 |
| HSL | 334.97º | 0.87% | 0.45% | - |
| HSV(B) | 334.97º | 0.93% | 0.84% | - |
| XYZ | 30.11 | 15.52 | 12.96 | - |
| YUV | 83.96 | 135.93 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 98 | 0 | 0.93 | 0.54 | 0.16 | 334.97 | 0.87 | 0.45 |
| Hex | D6 | F | 62 | 0 | 5D | 36 | 10 | 14F | 57 | 2D |
| Octal | 326 | 17 | 142 | 0 | 135 | 66 | 20 | 517 | 127 | 55 |
| Binary | 11010110 | 1111 | 1100010 | 0 | 1011101 | 110110 | 10000 | 101001111 | 1010111 | 101101 |
Color Harmonies of #D60F62
Complementary color
Monochromatic Colors of #D60F62
Black with #D60F62
Text Example
Text Example
White with #D60F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F62; }
p { color: rgb(214,15,98); }
H1.HeaderClassName
{
color: #D60F62;
}
.AnyTagClassName
{
color: #D60F62;
}
</style>
background-color css
<style>
a { background-color: #D60F62; }
a { background-color: rgb(214,15,98); }
div.DivClassName
{
background-color: #D60F62;
}
.BgClassName
{
background-color: #D60F62;
}
</style>
border-color css
<style>
span { border-color: #D60F62; }
span { border-color: rgb(214,15,98); }
td.TdClassName
{
border-color: #D60F62;
}
.TagClassName
{
border-color: #D60F62;
}
</style>