Shades of Ruby #D8155F
Tints of Ruby #D8155F
RGB
CMYK
RGB Variations
Color information
#D8155F (or 0xD8155F) is known color: Ruby. HEX triplet: D8, 15 and 5F. RGB value is (216,21,95). Sum of RGB (Red+Green+Blue) = 216+21+95=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8155F is #27EAA0. Grayscale: #575757. Windows color (decimal): -2615969 or 6231512. OLE color: 6231512.
HSL color Cylindrical-coordinate representation of color #D8155F: hue angle of 337.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8155F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 95 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.15 |
| HSL | 337.23º | 0.82% | 0.46% | - |
| HSV(B) | 337.23º | 0.9% | 0.85% | - |
| XYZ | 30.65 | 15.96 | 12.29 | - |
| YUV | 87.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 95 | 0 | 0.90 | 0.56 | 0.15 | 337.23 | 0.82 | 0.46 |
| Hex | D8 | 15 | 5F | 0 | 5A | 38 | F | 151 | 52 | 2E |
| Octal | 330 | 25 | 137 | 0 | 132 | 70 | 17 | 521 | 122 | 56 |
| Binary | 11011000 | 10101 | 1011111 | 0 | 1011010 | 111000 | 1111 | 101010001 | 1010010 | 101110 |
Color Harmonies of #D8155F
Complementary color
Monochromatic Colors of #D8155F
Black with #D8155F
Text Example
Text Example
White with #D8155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8155F; }
p { color: rgb(216,21,95); }
H1.HeaderClassName
{
color: #D8155F;
}
.AnyTagClassName
{
color: #D8155F;
}
</style>
background-color css
<style>
a { background-color: #D8155F; }
a { background-color: rgb(216,21,95); }
div.DivClassName
{
background-color: #D8155F;
}
.BgClassName
{
background-color: #D8155F;
}
</style>
border-color css
<style>
span { border-color: #D8155F; }
span { border-color: rgb(216,21,95); }
td.TdClassName
{
border-color: #D8155F;
}
.TagClassName
{
border-color: #D8155F;
}
</style>