Shades of Ruby #D81468
Tints of Ruby #D81468
RGB
CMYK
RGB Variations
Color information
#D81468 (or 0xD81468) is known color: Ruby. HEX triplet: D8, 14 and 68. RGB value is (216,20,104). Sum of RGB (Red+Green+Blue) = 216+20+104=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D81468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81468 is #27EB97. Grayscale: #585858. Windows color (decimal): -2616216 or 6821080. OLE color: 6821080.
HSL color Cylindrical-coordinate representation of color #D81468: hue angle of 334.29º degrees, saturation: 0.83, 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 #D81468 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.15 |
| HSL | 334.29º | 0.83% | 0.46% | - |
| HSV(B) | 334.29º | 0.91% | 0.85% | - |
| XYZ | 31.07 | 16.1 | 14.57 | - |
| YUV | 88.18 | 136.93 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 104 | 0 | 0.91 | 0.52 | 0.15 | 334.29 | 0.83 | 0.46 |
| Hex | D8 | 14 | 68 | 0 | 5B | 34 | F | 14E | 53 | 2E |
| Octal | 330 | 24 | 150 | 0 | 133 | 64 | 17 | 516 | 123 | 56 |
| Binary | 11011000 | 10100 | 1101000 | 0 | 1011011 | 110100 | 1111 | 101001110 | 1010011 | 101110 |
Color Harmonies of #D81468
Complementary color
Monochromatic Colors of #D81468
Black with #D81468
Text Example
Text Example
White with #D81468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81468; }
p { color: rgb(216,20,104); }
H1.HeaderClassName
{
color: #D81468;
}
.AnyTagClassName
{
color: #D81468;
}
</style>
background-color css
<style>
a { background-color: #D81468; }
a { background-color: rgb(216,20,104); }
div.DivClassName
{
background-color: #D81468;
}
.BgClassName
{
background-color: #D81468;
}
</style>
border-color css
<style>
span { border-color: #D81468; }
span { border-color: rgb(216,20,104); }
td.TdClassName
{
border-color: #D81468;
}
.TagClassName
{
border-color: #D81468;
}
</style>