Shades of Ruby #D81C6E
Tints of Ruby #D81C6E
RGB
CMYK
RGB Variations
Color information
#D81C6E (or 0xD81C6E) is known color: Ruby. HEX triplet: D8, 1C and 6E. RGB value is (216,28,110). Sum of RGB (Red+Green+Blue) = 216+28+110=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81C6E is #27E391. Grayscale: #5D5D5D. Windows color (decimal): -2614162 or 7216344. OLE color: 7216344.
HSL color Cylindrical-coordinate representation of color #D81C6E: hue angle of 333.83º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81C6E is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 110 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.15 |
| HSL | 333.83º | 0.77% | 0.48% | - |
| HSV(B) | 333.83º | 0.87% | 0.85% | - |
| XYZ | 31.55 | 16.56 | 16.28 | - |
| YUV | 93.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 110 | 0 | 0.87 | 0.49 | 0.15 | 333.83 | 0.77 | 0.48 |
| Hex | D8 | 1C | 6E | 0 | 57 | 31 | F | 14E | 4D | 30 |
| Octal | 330 | 34 | 156 | 0 | 127 | 61 | 17 | 516 | 115 | 60 |
| Binary | 11011000 | 11100 | 1101110 | 0 | 1010111 | 110001 | 1111 | 101001110 | 1001101 | 110000 |
Color Harmonies of #D81C6E
Complementary color
Monochromatic Colors of #D81C6E
Black with #D81C6E
Text Example
Text Example
White with #D81C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C6E; }
p { color: rgb(216,28,110); }
H1.HeaderClassName
{
color: #D81C6E;
}
.AnyTagClassName
{
color: #D81C6E;
}
</style>
background-color css
<style>
a { background-color: #D81C6E; }
a { background-color: rgb(216,28,110); }
div.DivClassName
{
background-color: #D81C6E;
}
.BgClassName
{
background-color: #D81C6E;
}
</style>
border-color css
<style>
span { border-color: #D81C6E; }
span { border-color: rgb(216,28,110); }
td.TdClassName
{
border-color: #D81C6E;
}
.TagClassName
{
border-color: #D81C6E;
}
</style>