Shades of Ruby #D81358
Tints of Ruby #D81358
RGB
CMYK
RGB Variations
Color information
#D81358 (or 0xD81358) is known color: Ruby. HEX triplet: D8, 13 and 58. RGB value is (216,19,88). Sum of RGB (Red+Green+Blue) = 216+19+88=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D81358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81358 is #27ECA7. Grayscale: #555555. Windows color (decimal): -2616488 or 5772248. OLE color: 5772248.
HSL color Cylindrical-coordinate representation of color #D81358: hue angle of 338.98º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81358 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 88 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.15 |
| HSL | 338.98º | 0.84% | 0.46% | - |
| HSV(B) | 338.98º | 0.91% | 0.85% | - |
| XYZ | 30.31 | 15.77 | 10.68 | - |
| YUV | 85.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 88 | 0 | 0.91 | 0.59 | 0.15 | 338.98 | 0.84 | 0.46 |
| Hex | D8 | 13 | 58 | 0 | 5B | 3B | F | 153 | 54 | 2E |
| Octal | 330 | 23 | 130 | 0 | 133 | 73 | 17 | 523 | 124 | 56 |
| Binary | 11011000 | 10011 | 1011000 | 0 | 1011011 | 111011 | 1111 | 101010011 | 1010100 | 101110 |
Color Harmonies of #D81358
Complementary color
Monochromatic Colors of #D81358
Black with #D81358
Text Example
Text Example
White with #D81358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81358; }
p { color: rgb(216,19,88); }
H1.HeaderClassName
{
color: #D81358;
}
.AnyTagClassName
{
color: #D81358;
}
</style>
background-color css
<style>
a { background-color: #D81358; }
a { background-color: rgb(216,19,88); }
div.DivClassName
{
background-color: #D81358;
}
.BgClassName
{
background-color: #D81358;
}
</style>
border-color css
<style>
span { border-color: #D81358; }
span { border-color: rgb(216,19,88); }
td.TdClassName
{
border-color: #D81358;
}
.TagClassName
{
border-color: #D81358;
}
</style>