Shades of Ruby #D81B52
Tints of Ruby #D81B52
RGB
CMYK
RGB Variations
Color information
#D81B52 (or 0xD81B52) is known color: Ruby. HEX triplet: D8, 1B and 52. RGB value is (216,27,82). Sum of RGB (Red+Green+Blue) = 216+27+82=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B52 is #27E4AD. Grayscale: #595959. Windows color (decimal): -2614446 or 5381080. OLE color: 5381080.
HSL color Cylindrical-coordinate representation of color #D81B52: hue angle of 342.54º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B52 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 82 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.15 |
| HSL | 342.54º | 0.78% | 0.48% | - |
| HSV(B) | 342.54º | 0.88% | 0.85% | - |
| XYZ | 30.23 | 15.99 | 9.48 | - |
| YUV | 89.78 | 123.62 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 82 | 0 | 0.88 | 0.62 | 0.15 | 342.54 | 0.78 | 0.48 |
| Hex | D8 | 1B | 52 | 0 | 58 | 3E | F | 157 | 4E | 30 |
| Octal | 330 | 33 | 122 | 0 | 130 | 76 | 17 | 527 | 116 | 60 |
| Binary | 11011000 | 11011 | 1010010 | 0 | 1011000 | 111110 | 1111 | 101010111 | 1001110 | 110000 |
Color Harmonies of #D81B52
Complementary color
Monochromatic Colors of #D81B52
Black with #D81B52
Text Example
Text Example
White with #D81B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B52; }
p { color: rgb(216,27,82); }
H1.HeaderClassName
{
color: #D81B52;
}
.AnyTagClassName
{
color: #D81B52;
}
</style>
background-color css
<style>
a { background-color: #D81B52; }
a { background-color: rgb(216,27,82); }
div.DivClassName
{
background-color: #D81B52;
}
.BgClassName
{
background-color: #D81B52;
}
</style>
border-color css
<style>
span { border-color: #D81B52; }
span { border-color: rgb(216,27,82); }
td.TdClassName
{
border-color: #D81B52;
}
.TagClassName
{
border-color: #D81B52;
}
</style>