Shades of Ruby #D80469
Tints of Ruby #D80469
RGB
CMYK
RGB Variations
Color information
#D80469 (or 0xD80469) is known color: Ruby. HEX triplet: D8, 04 and 69. RGB value is (216,4,105). Sum of RGB (Red+Green+Blue) = 216+4+105=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D80469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80469 is #27FB96. Grayscale: #4E4E4E. Windows color (decimal): -2620311 or 6882520. OLE color: 6882520.
HSL color Cylindrical-coordinate representation of color #D80469: hue angle of 331.42º 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 #D80469 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.15 |
| HSL | 331.42º | 0.96% | 0.43% | - |
| HSV(B) | 331.42º | 0.98% | 0.85% | - |
| XYZ | 30.91 | 15.71 | 14.77 | - |
| YUV | 78.9 | 142.74 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 105 | 0 | 0.98 | 0.51 | 0.15 | 331.42 | 0.96 | 0.43 |
| Hex | D8 | 4 | 69 | 0 | 62 | 33 | F | 14B | 60 | 2B |
| Octal | 330 | 4 | 151 | 0 | 142 | 63 | 17 | 513 | 140 | 53 |
| Binary | 11011000 | 100 | 1101001 | 0 | 1100010 | 110011 | 1111 | 101001011 | 1100000 | 101011 |
Color Harmonies of #D80469
Complementary color
Monochromatic Colors of #D80469
Black with #D80469
Text Example
Text Example
White with #D80469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80469; }
p { color: rgb(216,4,105); }
H1.HeaderClassName
{
color: #D80469;
}
.AnyTagClassName
{
color: #D80469;
}
</style>
background-color css
<style>
a { background-color: #D80469; }
a { background-color: rgb(216,4,105); }
div.DivClassName
{
background-color: #D80469;
}
.BgClassName
{
background-color: #D80469;
}
</style>
border-color css
<style>
span { border-color: #D80469; }
span { border-color: rgb(216,4,105); }
td.TdClassName
{
border-color: #D80469;
}
.TagClassName
{
border-color: #D80469;
}
</style>