Shades of Ruby #D91568
Tints of Ruby #D91568
RGB
CMYK
RGB Variations
Color information
#D91568 (or 0xD91568) is known color: Ruby. HEX triplet: D9, 15 and 68. RGB value is (217,21,104). Sum of RGB (Red+Green+Blue) = 217+21+104=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D91568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91568 is #26EA97. Grayscale: #585858. Windows color (decimal): -2550424 or 6821337. OLE color: 6821337.
HSL color Cylindrical-coordinate representation of color #D91568: hue angle of 334.59º 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 #D91568 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.15 |
| HSL | 334.59º | 0.82% | 0.47% | - |
| HSV(B) | 334.59º | 0.9% | 0.85% | - |
| XYZ | 31.38 | 16.29 | 14.59 | - |
| YUV | 89.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 104 | 0 | 0.90 | 0.52 | 0.15 | 334.59 | 0.82 | 0.47 |
| Hex | D9 | 15 | 68 | 0 | 5A | 34 | F | 14F | 52 | 2F |
| Octal | 331 | 25 | 150 | 0 | 132 | 64 | 17 | 517 | 122 | 57 |
| Binary | 11011001 | 10101 | 1101000 | 0 | 1011010 | 110100 | 1111 | 101001111 | 1010010 | 101111 |
Color Harmonies of #D91568
Complementary color
Monochromatic Colors of #D91568
Black with #D91568
Text Example
Text Example
White with #D91568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91568; }
p { color: rgb(217,21,104); }
H1.HeaderClassName
{
color: #D91568;
}
.AnyTagClassName
{
color: #D91568;
}
</style>
background-color css
<style>
a { background-color: #D91568; }
a { background-color: rgb(217,21,104); }
div.DivClassName
{
background-color: #D91568;
}
.BgClassName
{
background-color: #D91568;
}
</style>
border-color css
<style>
span { border-color: #D91568; }
span { border-color: rgb(217,21,104); }
td.TdClassName
{
border-color: #D91568;
}
.TagClassName
{
border-color: #D91568;
}
</style>