Shades of Ruby #D81A6B
Tints of Ruby #D81A6B
RGB
CMYK
RGB Variations
Color information
#D81A6B (or 0xD81A6B) is known color: Ruby. HEX triplet: D8, 1A and 6B. RGB value is (216,26,107). Sum of RGB (Red+Green+Blue) = 216+26+107=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A6B is #27E594. Grayscale: #5B5B5B. Windows color (decimal): -2614677 or 7019224. OLE color: 7019224.
HSL color Cylindrical-coordinate representation of color #D81A6B: hue angle of 334.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A6B is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 107 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.15 |
| HSL | 334.42º | 0.79% | 0.47% | - |
| HSV(B) | 334.42º | 0.88% | 0.85% | - |
| XYZ | 31.34 | 16.4 | 15.42 | - |
| YUV | 92.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 107 | 0 | 0.88 | 0.50 | 0.15 | 334.42 | 0.79 | 0.47 |
| Hex | D8 | 1A | 6B | 0 | 58 | 32 | F | 14E | 4F | 2F |
| Octal | 330 | 32 | 153 | 0 | 130 | 62 | 17 | 516 | 117 | 57 |
| Binary | 11011000 | 11010 | 1101011 | 0 | 1011000 | 110010 | 1111 | 101001110 | 1001111 | 101111 |
Color Harmonies of #D81A6B
Complementary color
Monochromatic Colors of #D81A6B
Black with #D81A6B
Text Example
Text Example
White with #D81A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A6B; }
p { color: rgb(216,26,107); }
H1.HeaderClassName
{
color: #D81A6B;
}
.AnyTagClassName
{
color: #D81A6B;
}
</style>
background-color css
<style>
a { background-color: #D81A6B; }
a { background-color: rgb(216,26,107); }
div.DivClassName
{
background-color: #D81A6B;
}
.BgClassName
{
background-color: #D81A6B;
}
</style>
border-color css
<style>
span { border-color: #D81A6B; }
span { border-color: rgb(216,26,107); }
td.TdClassName
{
border-color: #D81A6B;
}
.TagClassName
{
border-color: #D81A6B;
}
</style>