Shades of Ruby #D60170
Tints of Ruby #D60170
RGB
CMYK
RGB Variations
Color information
#D60170 (or 0xD60170) is known color: Ruby. HEX triplet: D6, 01 and 70. RGB value is (214,1,112). Sum of RGB (Red+Green+Blue) = 214+1+112=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D60170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60170 is #29FE8F. Grayscale: #4D4D4D. Windows color (decimal): -2752144 or 7340502. OLE color: 7340502.
HSL color Cylindrical-coordinate representation of color #D60170: hue angle of 328.73º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60170 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.16 |
| HSL | 328.73º | 0.99% | 0.42% | - |
| HSV(B) | 328.73º | 1% | 0.84% | - |
| XYZ | 30.67 | 15.49 | 16.7 | - |
| YUV | 77.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 112 | 0 | 1.00 | 0.48 | 0.16 | 328.73 | 0.99 | 0.42 |
| Hex | D6 | 1 | 70 | 0 | 64 | 30 | 10 | 149 | 63 | 2A |
| Octal | 326 | 1 | 160 | 0 | 144 | 60 | 20 | 511 | 143 | 52 |
| Binary | 11010110 | 1 | 1110000 | 0 | 1100100 | 110000 | 10000 | 101001001 | 1100011 | 101010 |
Color Harmonies of #D60170
Complementary color
Monochromatic Colors of #D60170
Black with #D60170
Text Example
Text Example
White with #D60170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60170; }
p { color: rgb(214,1,112); }
H1.HeaderClassName
{
color: #D60170;
}
.AnyTagClassName
{
color: #D60170;
}
</style>
background-color css
<style>
a { background-color: #D60170; }
a { background-color: rgb(214,1,112); }
div.DivClassName
{
background-color: #D60170;
}
.BgClassName
{
background-color: #D60170;
}
</style>
border-color css
<style>
span { border-color: #D60170; }
span { border-color: rgb(214,1,112); }
td.TdClassName
{
border-color: #D60170;
}
.TagClassName
{
border-color: #D60170;
}
</style>