Shades of Ruby #D70070
Tints of Ruby #D70070
RGB
CMYK
RGB Variations
Color information
#D70070 (or 0xD70070) is known color: Ruby. HEX triplet: D7, 00 and 70. RGB value is (215,0,112). Sum of RGB (Red+Green+Blue) = 215+0+112=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D70070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70070 is #28FF8F. Grayscale: #4C4C4C. Windows color (decimal): -2686864 or 7340247. OLE color: 7340247.
HSL color Cylindrical-coordinate representation of color #D70070: hue angle of 328.74º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70070 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.48 | 0.16 |
| HSL | 328.74º | 1% | 0.42% | - |
| HSV(B) | 328.74º | 1% | 0.84% | - |
| XYZ | 30.95 | 15.62 | 16.71 | - |
| YUV | 77.05 | 147.73 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 112 | 0 | 1 | 0.48 | 0.16 | 328.74 | 1 | 0.42 |
| Hex | D7 | 0 | 70 | 0 | 64 | 30 | 10 | 149 | 64 | 2A |
| Octal | 327 | 0 | 160 | 0 | 144 | 60 | 20 | 511 | 144 | 52 |
| Binary | 11010111 | 0 | 1110000 | 0 | 1100100 | 110000 | 10000 | 101001001 | 1100100 | 101010 |
Color Harmonies of #D70070
Complementary color
Monochromatic Colors of #D70070
Black with #D70070
Text Example
Text Example
White with #D70070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70070; }
p { color: rgb(215,0,112); }
H1.HeaderClassName
{
color: #D70070;
}
.AnyTagClassName
{
color: #D70070;
}
</style>
background-color css
<style>
a { background-color: #D70070; }
a { background-color: rgb(215,0,112); }
div.DivClassName
{
background-color: #D70070;
}
.BgClassName
{
background-color: #D70070;
}
</style>
border-color css
<style>
span { border-color: #D70070; }
span { border-color: rgb(215,0,112); }
td.TdClassName
{
border-color: #D70070;
}
.TagClassName
{
border-color: #D70070;
}
</style>