Shades of Ruby #D5006F
Tints of Ruby #D5006F
RGB
CMYK
RGB Variations
Color information
#D5006F (or 0xD5006F) is known color: Ruby. HEX triplet: D5, 00 and 6F. RGB value is (213,0,111). Sum of RGB (Red+Green+Blue) = 213+0+111=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5006F is #2AFF90. Grayscale: #4C4C4C. Windows color (decimal): -2817937 or 7274709. OLE color: 7274709.
HSL color Cylindrical-coordinate representation of color #D5006F: hue angle of 328.73º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5006F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.48 | 0.16 |
| HSL | 328.73º | 1% | 0.42% | - |
| HSV(B) | 328.73º | 1% | 0.84% | - |
| XYZ | 30.31 | 15.29 | 16.39 | - |
| YUV | 76.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 111 | 0 | 1 | 0.48 | 0.16 | 328.73 | 1 | 0.42 |
| Hex | D5 | 0 | 6F | 0 | 64 | 30 | 10 | 149 | 64 | 2A |
| Octal | 325 | 0 | 157 | 0 | 144 | 60 | 20 | 511 | 144 | 52 |
| Binary | 11010101 | 0 | 1101111 | 0 | 1100100 | 110000 | 10000 | 101001001 | 1100100 | 101010 |
Color Harmonies of #D5006F
Complementary color
Monochromatic Colors of #D5006F
Black with #D5006F
Text Example
Text Example
White with #D5006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5006F; }
p { color: rgb(213,0,111); }
H1.HeaderClassName
{
color: #D5006F;
}
.AnyTagClassName
{
color: #D5006F;
}
</style>
background-color css
<style>
a { background-color: #D5006F; }
a { background-color: rgb(213,0,111); }
div.DivClassName
{
background-color: #D5006F;
}
.BgClassName
{
background-color: #D5006F;
}
</style>
border-color css
<style>
span { border-color: #D5006F; }
span { border-color: rgb(213,0,111); }
td.TdClassName
{
border-color: #D5006F;
}
.TagClassName
{
border-color: #D5006F;
}
</style>