Shades of Ruby #D70370
Tints of Ruby #D70370
RGB
CMYK
RGB Variations
Color information
#D70370 (or 0xD70370) is known color: Ruby. HEX triplet: D7, 03 and 70. RGB value is (215,3,112). Sum of RGB (Red+Green+Blue) = 215+3+112=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D70370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70370 is #28FC8F. Grayscale: #4E4E4E. Windows color (decimal): -2686096 or 7341015. OLE color: 7341015.
HSL color Cylindrical-coordinate representation of color #D70370: hue angle of 329.15º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70370 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.16 |
| HSL | 329.15º | 0.97% | 0.43% | - |
| HSV(B) | 329.15º | 0.99% | 0.84% | - |
| XYZ | 30.98 | 15.68 | 16.72 | - |
| YUV | 78.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 112 | 0 | 0.99 | 0.48 | 0.16 | 329.15 | 0.97 | 0.43 |
| Hex | D7 | 3 | 70 | 0 | 63 | 30 | 10 | 149 | 61 | 2B |
| Octal | 327 | 3 | 160 | 0 | 143 | 60 | 20 | 511 | 141 | 53 |
| Binary | 11010111 | 11 | 1110000 | 0 | 1100011 | 110000 | 10000 | 101001001 | 1100001 | 101011 |
Color Harmonies of #D70370
Complementary color
Monochromatic Colors of #D70370
Black with #D70370
Text Example
Text Example
White with #D70370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70370; }
p { color: rgb(215,3,112); }
H1.HeaderClassName
{
color: #D70370;
}
.AnyTagClassName
{
color: #D70370;
}
</style>
background-color css
<style>
a { background-color: #D70370; }
a { background-color: rgb(215,3,112); }
div.DivClassName
{
background-color: #D70370;
}
.BgClassName
{
background-color: #D70370;
}
</style>
border-color css
<style>
span { border-color: #D70370; }
span { border-color: rgb(215,3,112); }
td.TdClassName
{
border-color: #D70370;
}
.TagClassName
{
border-color: #D70370;
}
</style>