Shades of Ruby #D5086A
Tints of Ruby #D5086A
RGB
CMYK
RGB Variations
Color information
#D5086A (or 0xD5086A) is known color: Ruby. HEX triplet: D5, 08 and 6A. RGB value is (213,8,106). Sum of RGB (Red+Green+Blue) = 213+8+106=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5086A is #2AF795. Grayscale: #505050. Windows color (decimal): -2815894 or 6949077. OLE color: 6949077.
HSL color Cylindrical-coordinate representation of color #D5086A: hue angle of 331.32º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5086A is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 106 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.16 |
| HSL | 331.32º | 0.93% | 0.43% | - |
| HSV(B) | 331.32º | 0.96% | 0.84% | - |
| XYZ | 30.13 | 15.36 | 15.01 | - |
| YUV | 80.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 106 | 0 | 0.96 | 0.50 | 0.16 | 331.32 | 0.93 | 0.43 |
| Hex | D5 | 8 | 6A | 0 | 60 | 32 | 10 | 14B | 5D | 2B |
| Octal | 325 | 10 | 152 | 0 | 140 | 62 | 20 | 513 | 135 | 53 |
| Binary | 11010101 | 1000 | 1101010 | 0 | 1100000 | 110010 | 10000 | 101001011 | 1011101 | 101011 |
Color Harmonies of #D5086A
Complementary color
Monochromatic Colors of #D5086A
Black with #D5086A
Text Example
Text Example
White with #D5086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5086A; }
p { color: rgb(213,8,106); }
H1.HeaderClassName
{
color: #D5086A;
}
.AnyTagClassName
{
color: #D5086A;
}
</style>
background-color css
<style>
a { background-color: #D5086A; }
a { background-color: rgb(213,8,106); }
div.DivClassName
{
background-color: #D5086A;
}
.BgClassName
{
background-color: #D5086A;
}
</style>
border-color css
<style>
span { border-color: #D5086A; }
span { border-color: rgb(213,8,106); }
td.TdClassName
{
border-color: #D5086A;
}
.TagClassName
{
border-color: #D5086A;
}
</style>