Shades of Ruby #D70271
Tints of Ruby #D70271
RGB
CMYK
RGB Variations
Color information
#D70271 (or 0xD70271) is known color: Ruby. HEX triplet: D7, 02 and 71. RGB value is (215,2,113). Sum of RGB (Red+Green+Blue) = 215+2+113=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D70271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70271 is #28FD8E. Grayscale: #4E4E4E. Windows color (decimal): -2686351 or 7406295. OLE color: 7406295.
HSL color Cylindrical-coordinate representation of color #D70271: hue angle of 328.73º 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 #D70271 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.16 |
| HSL | 328.73º | 0.98% | 0.43% | - |
| HSV(B) | 328.73º | 0.99% | 0.84% | - |
| XYZ | 31.03 | 15.68 | 17.01 | - |
| YUV | 78.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 113 | 0 | 0.99 | 0.47 | 0.16 | 328.73 | 0.98 | 0.43 |
| Hex | D7 | 2 | 71 | 0 | 63 | 2F | 10 | 149 | 62 | 2B |
| Octal | 327 | 2 | 161 | 0 | 143 | 57 | 20 | 511 | 142 | 53 |
| Binary | 11010111 | 10 | 1110001 | 0 | 1100011 | 101111 | 10000 | 101001001 | 1100010 | 101011 |
Color Harmonies of #D70271
Complementary color
Monochromatic Colors of #D70271
Black with #D70271
Text Example
Text Example
White with #D70271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70271; }
p { color: rgb(215,2,113); }
H1.HeaderClassName
{
color: #D70271;
}
.AnyTagClassName
{
color: #D70271;
}
</style>
background-color css
<style>
a { background-color: #D70271; }
a { background-color: rgb(215,2,113); }
div.DivClassName
{
background-color: #D70271;
}
.BgClassName
{
background-color: #D70271;
}
</style>
border-color css
<style>
span { border-color: #D70271; }
span { border-color: rgb(215,2,113); }
td.TdClassName
{
border-color: #D70271;
}
.TagClassName
{
border-color: #D70271;
}
</style>