Shades of Ruby #D82072
Tints of Ruby #D82072
RGB
CMYK
RGB Variations
Color information
#D82072 (or 0xD82072) is known color: Ruby. HEX triplet: D8, 20 and 72. RGB value is (216,32,114). Sum of RGB (Red+Green+Blue) = 216+32+114=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D82072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82072 is #27DF8D. Grayscale: #606060. Windows color (decimal): -2613134 or 7479512. OLE color: 7479512.
HSL color Cylindrical-coordinate representation of color #D82072: hue angle of 333.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82072 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 114 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.15 |
| HSL | 333.26º | 0.74% | 0.49% | - |
| HSV(B) | 333.26º | 0.85% | 0.85% | - |
| XYZ | 31.87 | 16.85 | 17.49 | - |
| YUV | 96.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 114 | 0 | 0.85 | 0.47 | 0.15 | 333.26 | 0.74 | 0.49 |
| Hex | D8 | 20 | 72 | 0 | 55 | 2F | F | 14D | 4A | 31 |
| Octal | 330 | 40 | 162 | 0 | 125 | 57 | 17 | 515 | 112 | 61 |
| Binary | 11011000 | 100000 | 1110010 | 0 | 1010101 | 101111 | 1111 | 101001101 | 1001010 | 110001 |
Color Harmonies of #D82072
Complementary color
Monochromatic Colors of #D82072
Black with #D82072
Text Example
Text Example
White with #D82072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82072; }
p { color: rgb(216,32,114); }
H1.HeaderClassName
{
color: #D82072;
}
.AnyTagClassName
{
color: #D82072;
}
</style>
background-color css
<style>
a { background-color: #D82072; }
a { background-color: rgb(216,32,114); }
div.DivClassName
{
background-color: #D82072;
}
.BgClassName
{
background-color: #D82072;
}
</style>
border-color css
<style>
span { border-color: #D82072; }
span { border-color: rgb(216,32,114); }
td.TdClassName
{
border-color: #D82072;
}
.TagClassName
{
border-color: #D82072;
}
</style>