Shades of Ruby #D80468
Tints of Ruby #D80468
RGB
CMYK
RGB Variations
Color information
#D80468 (or 0xD80468) is known color: Ruby. HEX triplet: D8, 04 and 68. RGB value is (216,4,104). Sum of RGB (Red+Green+Blue) = 216+4+104=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D80468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80468 is #27FB97. Grayscale: #4E4E4E. Windows color (decimal): -2620312 or 6816984. OLE color: 6816984.
HSL color Cylindrical-coordinate representation of color #D80468: hue angle of 331.7º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80468 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.15 |
| HSL | 331.7º | 0.96% | 0.43% | - |
| HSV(B) | 331.7º | 0.98% | 0.85% | - |
| XYZ | 30.86 | 15.69 | 14.5 | - |
| YUV | 78.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 104 | 0 | 0.98 | 0.52 | 0.15 | 331.7 | 0.96 | 0.43 |
| Hex | D8 | 4 | 68 | 0 | 62 | 34 | F | 14C | 60 | 2B |
| Octal | 330 | 4 | 150 | 0 | 142 | 64 | 17 | 514 | 140 | 53 |
| Binary | 11011000 | 100 | 1101000 | 0 | 1100010 | 110100 | 1111 | 101001100 | 1100000 | 101011 |
Color Harmonies of #D80468
Complementary color
Monochromatic Colors of #D80468
Black with #D80468
Text Example
Text Example
White with #D80468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80468; }
p { color: rgb(216,4,104); }
H1.HeaderClassName
{
color: #D80468;
}
.AnyTagClassName
{
color: #D80468;
}
</style>
background-color css
<style>
a { background-color: #D80468; }
a { background-color: rgb(216,4,104); }
div.DivClassName
{
background-color: #D80468;
}
.BgClassName
{
background-color: #D80468;
}
</style>
border-color css
<style>
span { border-color: #D80468; }
span { border-color: rgb(216,4,104); }
td.TdClassName
{
border-color: #D80468;
}
.TagClassName
{
border-color: #D80468;
}
</style>