Shades of Ruby #D81369
Tints of Ruby #D81369
RGB
CMYK
RGB Variations
Color information
#D81369 (or 0xD81369) is known color: Ruby. HEX triplet: D8, 13 and 69. RGB value is (216,19,105). Sum of RGB (Red+Green+Blue) = 216+19+105=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D81369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81369 is #27EC96. Grayscale: #575757. Windows color (decimal): -2616471 or 6886360. OLE color: 6886360.
HSL color Cylindrical-coordinate representation of color #D81369: hue angle of 333.81º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81369 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 105 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.15 |
| HSL | 333.81º | 0.84% | 0.46% | - |
| HSV(B) | 333.81º | 0.91% | 0.85% | - |
| XYZ | 31.1 | 16.08 | 14.83 | - |
| YUV | 87.71 | 137.77 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 105 | 0 | 0.91 | 0.51 | 0.15 | 333.81 | 0.84 | 0.46 |
| Hex | D8 | 13 | 69 | 0 | 5B | 33 | F | 14E | 54 | 2E |
| Octal | 330 | 23 | 151 | 0 | 133 | 63 | 17 | 516 | 124 | 56 |
| Binary | 11011000 | 10011 | 1101001 | 0 | 1011011 | 110011 | 1111 | 101001110 | 1010100 | 101110 |
Color Harmonies of #D81369
Complementary color
Monochromatic Colors of #D81369
Black with #D81369
Text Example
Text Example
White with #D81369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81369; }
p { color: rgb(216,19,105); }
H1.HeaderClassName
{
color: #D81369;
}
.AnyTagClassName
{
color: #D81369;
}
</style>
background-color css
<style>
a { background-color: #D81369; }
a { background-color: rgb(216,19,105); }
div.DivClassName
{
background-color: #D81369;
}
.BgClassName
{
background-color: #D81369;
}
</style>
border-color css
<style>
span { border-color: #D81369; }
span { border-color: rgb(216,19,105); }
td.TdClassName
{
border-color: #D81369;
}
.TagClassName
{
border-color: #D81369;
}
</style>