Shades of Ruby #D91852
Tints of Ruby #D91852
RGB
CMYK
RGB Variations
Color information
#D91852 (or 0xD91852) is known color: Ruby. HEX triplet: D9, 18 and 52. RGB value is (217,24,82). Sum of RGB (Red+Green+Blue) = 217+24+82=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D91852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91852 is #26E7AD. Grayscale: #585858. Windows color (decimal): -2549678 or 5380313. OLE color: 5380313.
HSL color Cylindrical-coordinate representation of color #D91852: hue angle of 341.97º degrees, saturation: 0.8, 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 #D91852 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 82 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.15 |
| HSL | 341.97º | 0.8% | 0.47% | - |
| HSV(B) | 341.97º | 0.89% | 0.85% | - |
| XYZ | 30.46 | 16.01 | 9.47 | - |
| YUV | 88.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 82 | 0 | 0.89 | 0.62 | 0.15 | 341.97 | 0.8 | 0.47 |
| Hex | D9 | 18 | 52 | 0 | 59 | 3E | F | 156 | 50 | 2F |
| Octal | 331 | 30 | 122 | 0 | 131 | 76 | 17 | 526 | 120 | 57 |
| Binary | 11011001 | 11000 | 1010010 | 0 | 1011001 | 111110 | 1111 | 101010110 | 1010000 | 101111 |
Color Harmonies of #D91852
Complementary color
Monochromatic Colors of #D91852
Black with #D91852
Text Example
Text Example
White with #D91852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91852; }
p { color: rgb(217,24,82); }
H1.HeaderClassName
{
color: #D91852;
}
.AnyTagClassName
{
color: #D91852;
}
</style>
background-color css
<style>
a { background-color: #D91852; }
a { background-color: rgb(217,24,82); }
div.DivClassName
{
background-color: #D91852;
}
.BgClassName
{
background-color: #D91852;
}
</style>
border-color css
<style>
span { border-color: #D91852; }
span { border-color: rgb(217,24,82); }
td.TdClassName
{
border-color: #D91852;
}
.TagClassName
{
border-color: #D91852;
}
</style>