Shades of Ruby #D91358
Tints of Ruby #D91358
RGB
CMYK
RGB Variations
Color information
#D91358 (or 0xD91358) is known color: Ruby. HEX triplet: D9, 13 and 58. RGB value is (217,19,88). Sum of RGB (Red+Green+Blue) = 217+19+88=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D91358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91358 is #26ECA7. Grayscale: #555555. Windows color (decimal): -2550952 or 5772249. OLE color: 5772249.
HSL color Cylindrical-coordinate representation of color #D91358: hue angle of 339.09º 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 #D91358 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 88 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.15 |
| HSL | 339.09º | 0.84% | 0.46% | - |
| HSV(B) | 339.09º | 0.91% | 0.85% | - |
| XYZ | 30.61 | 15.92 | 10.69 | - |
| YUV | 86.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 88 | 0 | 0.91 | 0.59 | 0.15 | 339.09 | 0.84 | 0.46 |
| Hex | D9 | 13 | 58 | 0 | 5B | 3B | F | 153 | 54 | 2E |
| Octal | 331 | 23 | 130 | 0 | 133 | 73 | 17 | 523 | 124 | 56 |
| Binary | 11011001 | 10011 | 1011000 | 0 | 1011011 | 111011 | 1111 | 101010011 | 1010100 | 101110 |
Color Harmonies of #D91358
Complementary color
Monochromatic Colors of #D91358
Black with #D91358
Text Example
Text Example
White with #D91358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91358; }
p { color: rgb(217,19,88); }
H1.HeaderClassName
{
color: #D91358;
}
.AnyTagClassName
{
color: #D91358;
}
</style>
background-color css
<style>
a { background-color: #D91358; }
a { background-color: rgb(217,19,88); }
div.DivClassName
{
background-color: #D91358;
}
.BgClassName
{
background-color: #D91358;
}
</style>
border-color css
<style>
span { border-color: #D91358; }
span { border-color: rgb(217,19,88); }
td.TdClassName
{
border-color: #D91358;
}
.TagClassName
{
border-color: #D91358;
}
</style>