Shades of Ruby #D71258
Tints of Ruby #D71258
RGB
CMYK
RGB Variations
Color information
#D71258 (or 0xD71258) is known color: Ruby. HEX triplet: D7, 12 and 58. RGB value is (215,18,88). Sum of RGB (Red+Green+Blue) = 215+18+88=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D71258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71258 is #28EDA7. Grayscale: #545454. Windows color (decimal): -2682280 or 5771991. OLE color: 5771991.
HSL color Cylindrical-coordinate representation of color #D71258: hue angle of 338.68º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71258 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 88 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.16 |
| HSL | 338.68º | 0.85% | 0.46% | - |
| HSV(B) | 338.68º | 0.92% | 0.84% | - |
| XYZ | 30 | 15.58 | 10.66 | - |
| YUV | 84.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 88 | 0 | 0.92 | 0.59 | 0.16 | 338.68 | 0.85 | 0.46 |
| Hex | D7 | 12 | 58 | 0 | 5C | 3B | 10 | 153 | 55 | 2E |
| Octal | 327 | 22 | 130 | 0 | 134 | 73 | 20 | 523 | 125 | 56 |
| Binary | 11010111 | 10010 | 1011000 | 0 | 1011100 | 111011 | 10000 | 101010011 | 1010101 | 101110 |
Color Harmonies of #D71258
Complementary color
Monochromatic Colors of #D71258
Black with #D71258
Text Example
Text Example
White with #D71258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71258; }
p { color: rgb(215,18,88); }
H1.HeaderClassName
{
color: #D71258;
}
.AnyTagClassName
{
color: #D71258;
}
</style>
background-color css
<style>
a { background-color: #D71258; }
a { background-color: rgb(215,18,88); }
div.DivClassName
{
background-color: #D71258;
}
.BgClassName
{
background-color: #D71258;
}
</style>
border-color css
<style>
span { border-color: #D71258; }
span { border-color: rgb(215,18,88); }
td.TdClassName
{
border-color: #D71258;
}
.TagClassName
{
border-color: #D71258;
}
</style>