Shades of Ruby #D60172
Tints of Ruby #D60172
RGB
CMYK
RGB Variations
Color information
#D60172 (or 0xD60172) is known color: Ruby. HEX triplet: D6, 01 and 72. RGB value is (214,1,114). Sum of RGB (Red+Green+Blue) = 214+1+114=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D60172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60172 is #29FE8D. Grayscale: #4D4D4D. Windows color (decimal): -2752142 or 7471574. OLE color: 7471574.
HSL color Cylindrical-coordinate representation of color #D60172: hue angle of 328.17º 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 #D60172 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.16 |
| HSL | 328.17º | 0.99% | 0.42% | - |
| HSV(B) | 328.17º | 1% | 0.84% | - |
| XYZ | 30.78 | 15.53 | 17.3 | - |
| YUV | 77.57 | 148.57 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 114 | 0 | 1.00 | 0.47 | 0.16 | 328.17 | 0.99 | 0.42 |
| Hex | D6 | 1 | 72 | 0 | 64 | 2F | 10 | 148 | 63 | 2A |
| Octal | 326 | 1 | 162 | 0 | 144 | 57 | 20 | 510 | 143 | 52 |
| Binary | 11010110 | 1 | 1110010 | 0 | 1100100 | 101111 | 10000 | 101001000 | 1100011 | 101010 |
Color Harmonies of #D60172
Complementary color
Monochromatic Colors of #D60172
Black with #D60172
Text Example
Text Example
White with #D60172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60172; }
p { color: rgb(214,1,114); }
H1.HeaderClassName
{
color: #D60172;
}
.AnyTagClassName
{
color: #D60172;
}
</style>
background-color css
<style>
a { background-color: #D60172; }
a { background-color: rgb(214,1,114); }
div.DivClassName
{
background-color: #D60172;
}
.BgClassName
{
background-color: #D60172;
}
</style>
border-color css
<style>
span { border-color: #D60172; }
span { border-color: rgb(214,1,114); }
td.TdClassName
{
border-color: #D60172;
}
.TagClassName
{
border-color: #D60172;
}
</style>