Shades of Ruby #D81E6D
Tints of Ruby #D81E6D
RGB
CMYK
RGB Variations
Color information
#D81E6D (or 0xD81E6D) is known color: Ruby. HEX triplet: D8, 1E and 6D. RGB value is (216,30,109). Sum of RGB (Red+Green+Blue) = 216+30+109=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E6D is #27E192. Grayscale: #5E5E5E. Windows color (decimal): -2613651 or 7151320. OLE color: 7151320.
HSL color Cylindrical-coordinate representation of color #D81E6D: hue angle of 334.52º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E6D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 109 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.15 |
| HSL | 334.52º | 0.76% | 0.48% | - |
| HSV(B) | 334.52º | 0.86% | 0.85% | - |
| XYZ | 31.54 | 16.63 | 16.02 | - |
| YUV | 94.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 109 | 0 | 0.86 | 0.50 | 0.15 | 334.52 | 0.76 | 0.48 |
| Hex | D8 | 1E | 6D | 0 | 56 | 32 | F | 14F | 4C | 30 |
| Octal | 330 | 36 | 155 | 0 | 126 | 62 | 17 | 517 | 114 | 60 |
| Binary | 11011000 | 11110 | 1101101 | 0 | 1010110 | 110010 | 1111 | 101001111 | 1001100 | 110000 |
Color Harmonies of #D81E6D
Complementary color
Monochromatic Colors of #D81E6D
Black with #D81E6D
Text Example
Text Example
White with #D81E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E6D; }
p { color: rgb(216,30,109); }
H1.HeaderClassName
{
color: #D81E6D;
}
.AnyTagClassName
{
color: #D81E6D;
}
</style>
background-color css
<style>
a { background-color: #D81E6D; }
a { background-color: rgb(216,30,109); }
div.DivClassName
{
background-color: #D81E6D;
}
.BgClassName
{
background-color: #D81E6D;
}
</style>
border-color css
<style>
span { border-color: #D81E6D; }
span { border-color: rgb(216,30,109); }
td.TdClassName
{
border-color: #D81E6D;
}
.TagClassName
{
border-color: #D81E6D;
}
</style>