Shades of Ruby #D80372
Tints of Ruby #D80372
RGB
CMYK
RGB Variations
Color information
#D80372 (or 0xD80372) is known color: Ruby. HEX triplet: D8, 03 and 72. RGB value is (216,3,114). Sum of RGB (Red+Green+Blue) = 216+3+114=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D80372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80372 is #27FC8D. Grayscale: #4F4F4F. Windows color (decimal): -2620558 or 7472088. OLE color: 7472088.
HSL color Cylindrical-coordinate representation of color #D80372: hue angle of 328.73º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80372 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.15 |
| HSL | 328.73º | 0.97% | 0.43% | - |
| HSV(B) | 328.73º | 0.99% | 0.85% | - |
| XYZ | 31.39 | 15.88 | 17.33 | - |
| YUV | 79.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 114 | 0 | 0.99 | 0.47 | 0.15 | 328.73 | 0.97 | 0.43 |
| Hex | D8 | 3 | 72 | 0 | 63 | 2F | F | 149 | 61 | 2B |
| Octal | 330 | 3 | 162 | 0 | 143 | 57 | 17 | 511 | 141 | 53 |
| Binary | 11011000 | 11 | 1110010 | 0 | 1100011 | 101111 | 1111 | 101001001 | 1100001 | 101011 |
Color Harmonies of #D80372
Complementary color
Monochromatic Colors of #D80372
Black with #D80372
Text Example
Text Example
White with #D80372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80372; }
p { color: rgb(216,3,114); }
H1.HeaderClassName
{
color: #D80372;
}
.AnyTagClassName
{
color: #D80372;
}
</style>
background-color css
<style>
a { background-color: #D80372; }
a { background-color: rgb(216,3,114); }
div.DivClassName
{
background-color: #D80372;
}
.BgClassName
{
background-color: #D80372;
}
</style>
border-color css
<style>
span { border-color: #D80372; }
span { border-color: rgb(216,3,114); }
td.TdClassName
{
border-color: #D80372;
}
.TagClassName
{
border-color: #D80372;
}
</style>