Shades of Ruby #D70270
Tints of Ruby #D70270
RGB
CMYK
RGB Variations
Color information
#D70270 (or 0xD70270) is known color: Ruby. HEX triplet: D7, 02 and 70. RGB value is (215,2,112). Sum of RGB (Red+Green+Blue) = 215+2+112=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D70270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70270 is #28FD8F. Grayscale: #4E4E4E. Windows color (decimal): -2686352 or 7340759. OLE color: 7340759.
HSL color Cylindrical-coordinate representation of color #D70270: hue angle of 329.01º degrees, saturation: 0.98, 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 #D70270 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.16 |
| HSL | 329.01º | 0.98% | 0.43% | - |
| HSV(B) | 329.01º | 0.99% | 0.84% | - |
| XYZ | 30.97 | 15.66 | 16.72 | - |
| YUV | 78.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 112 | 0 | 0.99 | 0.48 | 0.16 | 329.01 | 0.98 | 0.43 |
| Hex | D7 | 2 | 70 | 0 | 63 | 30 | 10 | 149 | 62 | 2B |
| Octal | 327 | 2 | 160 | 0 | 143 | 60 | 20 | 511 | 142 | 53 |
| Binary | 11010111 | 10 | 1110000 | 0 | 1100011 | 110000 | 10000 | 101001001 | 1100010 | 101011 |
Color Harmonies of #D70270
Complementary color
Monochromatic Colors of #D70270
Black with #D70270
Text Example
Text Example
White with #D70270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70270; }
p { color: rgb(215,2,112); }
H1.HeaderClassName
{
color: #D70270;
}
.AnyTagClassName
{
color: #D70270;
}
</style>
background-color css
<style>
a { background-color: #D70270; }
a { background-color: rgb(215,2,112); }
div.DivClassName
{
background-color: #D70270;
}
.BgClassName
{
background-color: #D70270;
}
</style>
border-color css
<style>
span { border-color: #D70270; }
span { border-color: rgb(215,2,112); }
td.TdClassName
{
border-color: #D70270;
}
.TagClassName
{
border-color: #D70270;
}
</style>