Shades of Ruby #D8026C
Tints of Ruby #D8026C
RGB
CMYK
RGB Variations
Color information
#D8026C (or 0xD8026C) is known color: Ruby. HEX triplet: D8, 02 and 6C. RGB value is (216,2,108). Sum of RGB (Red+Green+Blue) = 216+2+108=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8026C is #27FD93. Grayscale: #4D4D4D. Windows color (decimal): -2620820 or 7078616. OLE color: 7078616.
HSL color Cylindrical-coordinate representation of color #D8026C: hue angle of 330.28º 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 #D8026C is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.15 |
| HSL | 330.28º | 0.98% | 0.43% | - |
| HSV(B) | 330.28º | 0.99% | 0.85% | - |
| XYZ | 31.05 | 15.73 | 15.59 | - |
| YUV | 78.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 108 | 0 | 0.99 | 0.50 | 0.15 | 330.28 | 0.98 | 0.43 |
| Hex | D8 | 2 | 6C | 0 | 63 | 32 | F | 14A | 62 | 2B |
| Octal | 330 | 2 | 154 | 0 | 143 | 62 | 17 | 512 | 142 | 53 |
| Binary | 11011000 | 10 | 1101100 | 0 | 1100011 | 110010 | 1111 | 101001010 | 1100010 | 101011 |
Color Harmonies of #D8026C
Complementary color
Monochromatic Colors of #D8026C
Black with #D8026C
Text Example
Text Example
White with #D8026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8026C; }
p { color: rgb(216,2,108); }
H1.HeaderClassName
{
color: #D8026C;
}
.AnyTagClassName
{
color: #D8026C;
}
</style>
background-color css
<style>
a { background-color: #D8026C; }
a { background-color: rgb(216,2,108); }
div.DivClassName
{
background-color: #D8026C;
}
.BgClassName
{
background-color: #D8026C;
}
</style>
border-color css
<style>
span { border-color: #D8026C; }
span { border-color: rgb(216,2,108); }
td.TdClassName
{
border-color: #D8026C;
}
.TagClassName
{
border-color: #D8026C;
}
</style>