Shades of Ruby #D8095F
Tints of Ruby #D8095F
RGB
CMYK
RGB Variations
Color information
#D8095F (or 0xD8095F) is known color: Ruby. HEX triplet: D8, 09 and 5F. RGB value is (216,9,95). Sum of RGB (Red+Green+Blue) = 216+9+95=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D8095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8095F is #27F6A0. Grayscale: #505050. Windows color (decimal): -2619041 or 6228440. OLE color: 6228440.
HSL color Cylindrical-coordinate representation of color #D8095F: hue angle of 335.07º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8095F is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.15 |
| HSL | 335.07º | 0.92% | 0.44% | - |
| HSV(B) | 335.07º | 0.96% | 0.85% | - |
| XYZ | 30.48 | 15.62 | 12.23 | - |
| YUV | 80.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 95 | 0 | 0.96 | 0.56 | 0.15 | 335.07 | 0.92 | 0.44 |
| Hex | D8 | 9 | 5F | 0 | 60 | 38 | F | 14F | 5C | 2C |
| Octal | 330 | 11 | 137 | 0 | 140 | 70 | 17 | 517 | 134 | 54 |
| Binary | 11011000 | 1001 | 1011111 | 0 | 1100000 | 111000 | 1111 | 101001111 | 1011100 | 101100 |
Color Harmonies of #D8095F
Complementary color
Monochromatic Colors of #D8095F
Black with #D8095F
Text Example
Text Example
White with #D8095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8095F; }
p { color: rgb(216,9,95); }
H1.HeaderClassName
{
color: #D8095F;
}
.AnyTagClassName
{
color: #D8095F;
}
</style>
background-color css
<style>
a { background-color: #D8095F; }
a { background-color: rgb(216,9,95); }
div.DivClassName
{
background-color: #D8095F;
}
.BgClassName
{
background-color: #D8095F;
}
</style>
border-color css
<style>
span { border-color: #D8095F; }
span { border-color: rgb(216,9,95); }
td.TdClassName
{
border-color: #D8095F;
}
.TagClassName
{
border-color: #D8095F;
}
</style>