Shades of Ruby #D80270
Tints of Ruby #D80270
RGB
CMYK
RGB Variations
Color information
#D80270 (or 0xD80270) is known color: Ruby. HEX triplet: D8, 02 and 70. RGB value is (216,2,112). Sum of RGB (Red+Green+Blue) = 216+2+112=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D80270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80270 is #27FD8F. Grayscale: #4E4E4E. Windows color (decimal): -2620816 or 7340760. OLE color: 7340760.
HSL color Cylindrical-coordinate representation of color #D80270: hue angle of 329.16º 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 #D80270 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.15 |
| HSL | 329.16º | 0.98% | 0.43% | - |
| HSV(B) | 329.16º | 0.99% | 0.85% | - |
| XYZ | 31.27 | 15.81 | 16.73 | - |
| YUV | 78.53 | 146.9 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 112 | 0 | 0.99 | 0.48 | 0.15 | 329.16 | 0.98 | 0.43 |
| Hex | D8 | 2 | 70 | 0 | 63 | 30 | F | 149 | 62 | 2B |
| Octal | 330 | 2 | 160 | 0 | 143 | 60 | 17 | 511 | 142 | 53 |
| Binary | 11011000 | 10 | 1110000 | 0 | 1100011 | 110000 | 1111 | 101001001 | 1100010 | 101011 |
Color Harmonies of #D80270
Complementary color
Monochromatic Colors of #D80270
Black with #D80270
Text Example
Text Example
White with #D80270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80270; }
p { color: rgb(216,2,112); }
H1.HeaderClassName
{
color: #D80270;
}
.AnyTagClassName
{
color: #D80270;
}
</style>
background-color css
<style>
a { background-color: #D80270; }
a { background-color: rgb(216,2,112); }
div.DivClassName
{
background-color: #D80270;
}
.BgClassName
{
background-color: #D80270;
}
</style>
border-color css
<style>
span { border-color: #D80270; }
span { border-color: rgb(216,2,112); }
td.TdClassName
{
border-color: #D80270;
}
.TagClassName
{
border-color: #D80270;
}
</style>