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