Shades of Ruby #D80273
Tints of Ruby #D80273
RGB
CMYK
RGB Variations
Color information
#D80273 (or 0xD80273) is known color: Ruby. HEX triplet: D8, 02 and 73. RGB value is (216,2,115). Sum of RGB (Red+Green+Blue) = 216+2+115=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D80273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80273 is #27FD8C. Grayscale: #4E4E4E. Windows color (decimal): -2620813 or 7537368. OLE color: 7537368.
HSL color Cylindrical-coordinate representation of color #D80273: hue angle of 328.32º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80273 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.15 |
| HSL | 328.32º | 0.98% | 0.43% | - |
| HSV(B) | 328.32º | 0.99% | 0.85% | - |
| XYZ | 31.44 | 15.88 | 17.63 | - |
| YUV | 78.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 115 | 0 | 0.99 | 0.47 | 0.15 | 328.32 | 0.98 | 0.43 |
| Hex | D8 | 2 | 73 | 0 | 63 | 2F | F | 148 | 62 | 2B |
| Octal | 330 | 2 | 163 | 0 | 143 | 57 | 17 | 510 | 142 | 53 |
| Binary | 11011000 | 10 | 1110011 | 0 | 1100011 | 101111 | 1111 | 101001000 | 1100010 | 101011 |
Color Harmonies of #D80273
Complementary color
Monochromatic Colors of #D80273
Black with #D80273
Text Example
Text Example
White with #D80273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80273; }
p { color: rgb(216,2,115); }
H1.HeaderClassName
{
color: #D80273;
}
.AnyTagClassName
{
color: #D80273;
}
</style>
background-color css
<style>
a { background-color: #D80273; }
a { background-color: rgb(216,2,115); }
div.DivClassName
{
background-color: #D80273;
}
.BgClassName
{
background-color: #D80273;
}
</style>
border-color css
<style>
span { border-color: #D80273; }
span { border-color: rgb(216,2,115); }
td.TdClassName
{
border-color: #D80273;
}
.TagClassName
{
border-color: #D80273;
}
</style>