Shades of Ruby #D91553
Tints of Ruby #D91553
RGB
CMYK
RGB Variations
Color information
#D91553 (or 0xD91553) is known color: Ruby. HEX triplet: D9, 15 and 53. RGB value is (217,21,83). Sum of RGB (Red+Green+Blue) = 217+21+83=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D91553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91553 is #26EAAC. Grayscale: #565656. Windows color (decimal): -2550445 or 5445081. OLE color: 5445081.
HSL color Cylindrical-coordinate representation of color #D91553: hue angle of 341.02º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91553 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.15 |
| HSL | 341.02º | 0.82% | 0.47% | - |
| HSV(B) | 341.02º | 0.9% | 0.85% | - |
| XYZ | 30.44 | 15.91 | 9.65 | - |
| YUV | 86.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 83 | 0 | 0.90 | 0.62 | 0.15 | 341.02 | 0.82 | 0.47 |
| Hex | D9 | 15 | 53 | 0 | 5A | 3E | F | 155 | 52 | 2F |
| Octal | 331 | 25 | 123 | 0 | 132 | 76 | 17 | 525 | 122 | 57 |
| Binary | 11011001 | 10101 | 1010011 | 0 | 1011010 | 111110 | 1111 | 101010101 | 1010010 | 101111 |
Color Harmonies of #D91553
Complementary color
Monochromatic Colors of #D91553
Black with #D91553
Text Example
Text Example
White with #D91553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91553; }
p { color: rgb(217,21,83); }
H1.HeaderClassName
{
color: #D91553;
}
.AnyTagClassName
{
color: #D91553;
}
</style>
background-color css
<style>
a { background-color: #D91553; }
a { background-color: rgb(217,21,83); }
div.DivClassName
{
background-color: #D91553;
}
.BgClassName
{
background-color: #D91553;
}
</style>
border-color css
<style>
span { border-color: #D91553; }
span { border-color: rgb(217,21,83); }
td.TdClassName
{
border-color: #D91553;
}
.TagClassName
{
border-color: #D91553;
}
</style>