Shades of Ruby #D91752
Tints of Ruby #D91752
RGB
CMYK
RGB Variations
Color information
#D91752 (or 0xD91752) is known color: Ruby. HEX triplet: D9, 17 and 52. RGB value is (217,23,82). Sum of RGB (Red+Green+Blue) = 217+23+82=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D91752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91752 is #26E8AD. Grayscale: #575757. Windows color (decimal): -2549934 or 5380057. OLE color: 5380057.
HSL color Cylindrical-coordinate representation of color #D91752: hue angle of 341.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91752 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 82 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.15 |
| HSL | 341.75º | 0.81% | 0.47% | - |
| HSV(B) | 341.75º | 0.89% | 0.85% | - |
| XYZ | 30.44 | 15.97 | 9.46 | - |
| YUV | 87.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 82 | 0 | 0.89 | 0.62 | 0.15 | 341.75 | 0.81 | 0.47 |
| Hex | D9 | 17 | 52 | 0 | 59 | 3E | F | 156 | 51 | 2F |
| Octal | 331 | 27 | 122 | 0 | 131 | 76 | 17 | 526 | 121 | 57 |
| Binary | 11011001 | 10111 | 1010010 | 0 | 1011001 | 111110 | 1111 | 101010110 | 1010001 | 101111 |
Color Harmonies of #D91752
Complementary color
Monochromatic Colors of #D91752
Black with #D91752
Text Example
Text Example
White with #D91752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91752; }
p { color: rgb(217,23,82); }
H1.HeaderClassName
{
color: #D91752;
}
.AnyTagClassName
{
color: #D91752;
}
</style>
background-color css
<style>
a { background-color: #D91752; }
a { background-color: rgb(217,23,82); }
div.DivClassName
{
background-color: #D91752;
}
.BgClassName
{
background-color: #D91752;
}
</style>
border-color css
<style>
span { border-color: #D91752; }
span { border-color: rgb(217,23,82); }
td.TdClassName
{
border-color: #D91752;
}
.TagClassName
{
border-color: #D91752;
}
</style>