Shades of Ruby #D5016C
Tints of Ruby #D5016C
RGB
CMYK
RGB Variations
Color information
#D5016C (or 0xD5016C) is known color: Ruby. HEX triplet: D5, 01 and 6C. RGB value is (213,1,108). Sum of RGB (Red+Green+Blue) = 213+1+108=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5016C is #2AFE93. Grayscale: #4C4C4C. Windows color (decimal): -2817684 or 7078357. OLE color: 7078357.
HSL color Cylindrical-coordinate representation of color #D5016C: hue angle of 329.72º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5016C is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.16 |
| HSL | 329.72º | 0.99% | 0.42% | - |
| HSV(B) | 329.72º | 1% | 0.84% | - |
| XYZ | 30.16 | 15.25 | 15.54 | - |
| YUV | 76.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 108 | 0 | 1.00 | 0.49 | 0.16 | 329.72 | 0.99 | 0.42 |
| Hex | D5 | 1 | 6C | 0 | 64 | 31 | 10 | 14A | 63 | 2A |
| Octal | 325 | 1 | 154 | 0 | 144 | 61 | 20 | 512 | 143 | 52 |
| Binary | 11010101 | 1 | 1101100 | 0 | 1100100 | 110001 | 10000 | 101001010 | 1100011 | 101010 |
Color Harmonies of #D5016C
Complementary color
Monochromatic Colors of #D5016C
Black with #D5016C
Text Example
Text Example
White with #D5016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5016C; }
p { color: rgb(213,1,108); }
H1.HeaderClassName
{
color: #D5016C;
}
.AnyTagClassName
{
color: #D5016C;
}
</style>
background-color css
<style>
a { background-color: #D5016C; }
a { background-color: rgb(213,1,108); }
div.DivClassName
{
background-color: #D5016C;
}
.BgClassName
{
background-color: #D5016C;
}
</style>
border-color css
<style>
span { border-color: #D5016C; }
span { border-color: rgb(213,1,108); }
td.TdClassName
{
border-color: #D5016C;
}
.TagClassName
{
border-color: #D5016C;
}
</style>