Shades of Ruby #D80F63
Tints of Ruby #D80F63
RGB
CMYK
RGB Variations
Color information
#D80F63 (or 0xD80F63) is known color: Ruby. HEX triplet: D8, 0F and 63. RGB value is (216,15,99). Sum of RGB (Red+Green+Blue) = 216+15+99=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F63 is #27F09C. Grayscale: #545454. Windows color (decimal): -2617501 or 6492120. OLE color: 6492120.
HSL color Cylindrical-coordinate representation of color #D80F63: hue angle of 334.93º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F63 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 99 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.15 |
| HSL | 334.93º | 0.87% | 0.45% | - |
| HSV(B) | 334.93º | 0.93% | 0.85% | - |
| XYZ | 30.74 | 15.84 | 13.24 | - |
| YUV | 84.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 99 | 0 | 0.93 | 0.54 | 0.15 | 334.93 | 0.87 | 0.45 |
| Hex | D8 | F | 63 | 0 | 5D | 36 | F | 14F | 57 | 2D |
| Octal | 330 | 17 | 143 | 0 | 135 | 66 | 17 | 517 | 127 | 55 |
| Binary | 11011000 | 1111 | 1100011 | 0 | 1011101 | 110110 | 1111 | 101001111 | 1010111 | 101101 |
Color Harmonies of #D80F63
Complementary color
Monochromatic Colors of #D80F63
Black with #D80F63
Text Example
Text Example
White with #D80F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F63; }
p { color: rgb(216,15,99); }
H1.HeaderClassName
{
color: #D80F63;
}
.AnyTagClassName
{
color: #D80F63;
}
</style>
background-color css
<style>
a { background-color: #D80F63; }
a { background-color: rgb(216,15,99); }
div.DivClassName
{
background-color: #D80F63;
}
.BgClassName
{
background-color: #D80F63;
}
</style>
border-color css
<style>
span { border-color: #D80F63; }
span { border-color: rgb(216,15,99); }
td.TdClassName
{
border-color: #D80F63;
}
.TagClassName
{
border-color: #D80F63;
}
</style>