Shades of Ruby #D80B74
Tints of Ruby #D80B74
RGB
CMYK
RGB Variations
Color information
#D80B74 (or 0xD80B74) is known color: Ruby. HEX triplet: D8, 0B and 74. RGB value is (216,11,116). Sum of RGB (Red+Green+Blue) = 216+11+116=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80B74 is #27F48B. Grayscale: #545454. Windows color (decimal): -2618508 or 7605208. OLE color: 7605208.
HSL color Cylindrical-coordinate representation of color #D80B74: hue angle of 329.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B74 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 116 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.15 |
| HSL | 329.27º | 0.9% | 0.45% | - |
| HSV(B) | 329.27º | 0.95% | 0.85% | - |
| XYZ | 31.59 | 16.1 | 17.97 | - |
| YUV | 84.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 116 | 0 | 0.95 | 0.46 | 0.15 | 329.27 | 0.9 | 0.45 |
| Hex | D8 | B | 74 | 0 | 5F | 2E | F | 149 | 5A | 2D |
| Octal | 330 | 13 | 164 | 0 | 137 | 56 | 17 | 511 | 132 | 55 |
| Binary | 11011000 | 1011 | 1110100 | 0 | 1011111 | 101110 | 1111 | 101001001 | 1011010 | 101101 |
Color Harmonies of #D80B74
Complementary color
Monochromatic Colors of #D80B74
Black with #D80B74
Text Example
Text Example
White with #D80B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B74; }
p { color: rgb(216,11,116); }
H1.HeaderClassName
{
color: #D80B74;
}
.AnyTagClassName
{
color: #D80B74;
}
</style>
background-color css
<style>
a { background-color: #D80B74; }
a { background-color: rgb(216,11,116); }
div.DivClassName
{
background-color: #D80B74;
}
.BgClassName
{
background-color: #D80B74;
}
</style>
border-color css
<style>
span { border-color: #D80B74; }
span { border-color: rgb(216,11,116); }
td.TdClassName
{
border-color: #D80B74;
}
.TagClassName
{
border-color: #D80B74;
}
</style>