Shades of Ruby #D80474
Tints of Ruby #D80474
RGB
CMYK
RGB Variations
Color information
#D80474 (or 0xD80474) is known color: Ruby. HEX triplet: D8, 04 and 74. RGB value is (216,4,116). Sum of RGB (Red+Green+Blue) = 216+4+116=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D80474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80474 is #27FB8B. Grayscale: #4F4F4F. Windows color (decimal): -2620300 or 7603416. OLE color: 7603416.
HSL color Cylindrical-coordinate representation of color #D80474: hue angle of 328.3º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80474 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.15 |
| HSL | 328.3º | 0.96% | 0.43% | - |
| HSV(B) | 328.3º | 0.98% | 0.85% | - |
| XYZ | 31.51 | 15.95 | 17.94 | - |
| YUV | 80.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 116 | 0 | 0.98 | 0.46 | 0.15 | 328.3 | 0.96 | 0.43 |
| Hex | D8 | 4 | 74 | 0 | 62 | 2E | F | 148 | 60 | 2B |
| Octal | 330 | 4 | 164 | 0 | 142 | 56 | 17 | 510 | 140 | 53 |
| Binary | 11011000 | 100 | 1110100 | 0 | 1100010 | 101110 | 1111 | 101001000 | 1100000 | 101011 |
Color Harmonies of #D80474
Complementary color
Monochromatic Colors of #D80474
Black with #D80474
Text Example
Text Example
White with #D80474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80474; }
p { color: rgb(216,4,116); }
H1.HeaderClassName
{
color: #D80474;
}
.AnyTagClassName
{
color: #D80474;
}
</style>
background-color css
<style>
a { background-color: #D80474; }
a { background-color: rgb(216,4,116); }
div.DivClassName
{
background-color: #D80474;
}
.BgClassName
{
background-color: #D80474;
}
</style>
border-color css
<style>
span { border-color: #D80474; }
span { border-color: rgb(216,4,116); }
td.TdClassName
{
border-color: #D80474;
}
.TagClassName
{
border-color: #D80474;
}
</style>