Shades of Ruby #D91362
Tints of Ruby #D91362
RGB
CMYK
RGB Variations
Color information
#D91362 (or 0xD91362) is known color: Ruby. HEX triplet: D9, 13 and 62. RGB value is (217,19,98). Sum of RGB (Red+Green+Blue) = 217+19+98=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D91362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91362 is #26EC9D. Grayscale: #575757. Windows color (decimal): -2550942 or 6427609. OLE color: 6427609.
HSL color Cylindrical-coordinate representation of color #D91362: hue angle of 336.06º 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 #D91362 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.15 |
| HSL | 336.06º | 0.84% | 0.46% | - |
| HSV(B) | 336.06º | 0.91% | 0.85% | - |
| XYZ | 31.05 | 16.1 | 13.03 | - |
| YUV | 87.21 | 134.1 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 98 | 0 | 0.91 | 0.55 | 0.15 | 336.06 | 0.84 | 0.46 |
| Hex | D9 | 13 | 62 | 0 | 5B | 37 | F | 150 | 54 | 2E |
| Octal | 331 | 23 | 142 | 0 | 133 | 67 | 17 | 520 | 124 | 56 |
| Binary | 11011001 | 10011 | 1100010 | 0 | 1011011 | 110111 | 1111 | 101010000 | 1010100 | 101110 |
Color Harmonies of #D91362
Complementary color
Monochromatic Colors of #D91362
Black with #D91362
Text Example
Text Example
White with #D91362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91362; }
p { color: rgb(217,19,98); }
H1.HeaderClassName
{
color: #D91362;
}
.AnyTagClassName
{
color: #D91362;
}
</style>
background-color css
<style>
a { background-color: #D91362; }
a { background-color: rgb(217,19,98); }
div.DivClassName
{
background-color: #D91362;
}
.BgClassName
{
background-color: #D91362;
}
</style>
border-color css
<style>
span { border-color: #D91362; }
span { border-color: rgb(217,19,98); }
td.TdClassName
{
border-color: #D91362;
}
.TagClassName
{
border-color: #D91362;
}
</style>