Shades of Ruby #D81974
Tints of Ruby #D81974
RGB
CMYK
RGB Variations
Color information
#D81974 (or 0xD81974) is known color: Ruby. HEX triplet: D8, 19 and 74. RGB value is (216,25,116). Sum of RGB (Red+Green+Blue) = 216+25+116=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D81974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81974 is #27E68B. Grayscale: #5C5C5C. Windows color (decimal): -2614924 or 7608792. OLE color: 7608792.
HSL color Cylindrical-coordinate representation of color #D81974: hue angle of 331.41º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81974 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 116 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.15 |
| HSL | 331.41º | 0.79% | 0.47% | - |
| HSV(B) | 331.41º | 0.88% | 0.85% | - |
| XYZ | 31.82 | 16.56 | 18.04 | - |
| YUV | 92.48 | 141.28 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 116 | 0 | 0.88 | 0.46 | 0.15 | 331.41 | 0.79 | 0.47 |
| Hex | D8 | 19 | 74 | 0 | 58 | 2E | F | 14B | 4F | 2F |
| Octal | 330 | 31 | 164 | 0 | 130 | 56 | 17 | 513 | 117 | 57 |
| Binary | 11011000 | 11001 | 1110100 | 0 | 1011000 | 101110 | 1111 | 101001011 | 1001111 | 101111 |
Color Harmonies of #D81974
Complementary color
Monochromatic Colors of #D81974
Black with #D81974
Text Example
Text Example
White with #D81974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81974; }
p { color: rgb(216,25,116); }
H1.HeaderClassName
{
color: #D81974;
}
.AnyTagClassName
{
color: #D81974;
}
</style>
background-color css
<style>
a { background-color: #D81974; }
a { background-color: rgb(216,25,116); }
div.DivClassName
{
background-color: #D81974;
}
.BgClassName
{
background-color: #D81974;
}
</style>
border-color css
<style>
span { border-color: #D81974; }
span { border-color: rgb(216,25,116); }
td.TdClassName
{
border-color: #D81974;
}
.TagClassName
{
border-color: #D81974;
}
</style>