Shades of Ruby #D0056D
Tints of Ruby #D0056D
RGB
CMYK
RGB Variations
Color information
#D0056D (or 0xD0056D) is known color: Ruby. HEX triplet: D0, 05 and 6D. RGB value is (208,5,109). Sum of RGB (Red+Green+Blue) = 208+5+109=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0056D is #2FFA92. Grayscale: #4D4D4D. Windows color (decimal): -3144339 or 7144912. OLE color: 7144912.
HSL color Cylindrical-coordinate representation of color #D0056D: hue angle of 329.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0056D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.18 |
| HSL | 329.26º | 0.95% | 0.42% | - |
| HSV(B) | 329.26º | 0.98% | 0.82% | - |
| XYZ | 28.83 | 14.62 | 15.77 | - |
| YUV | 77.55 | 145.75 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 109 | 0 | 0.98 | 0.48 | 0.18 | 329.26 | 0.95 | 0.42 |
| Hex | D0 | 5 | 6D | 0 | 62 | 30 | 12 | 149 | 5F | 2A |
| Octal | 320 | 5 | 155 | 0 | 142 | 60 | 22 | 511 | 137 | 52 |
| Binary | 11010000 | 101 | 1101101 | 0 | 1100010 | 110000 | 10010 | 101001001 | 1011111 | 101010 |
Color Harmonies of #D0056D
Complementary color
Monochromatic Colors of #D0056D
Black with #D0056D
Text Example
Text Example
White with #D0056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0056D; }
p { color: rgb(208,5,109); }
H1.HeaderClassName
{
color: #D0056D;
}
.AnyTagClassName
{
color: #D0056D;
}
</style>
background-color css
<style>
a { background-color: #D0056D; }
a { background-color: rgb(208,5,109); }
div.DivClassName
{
background-color: #D0056D;
}
.BgClassName
{
background-color: #D0056D;
}
</style>
border-color css
<style>
span { border-color: #D0056D; }
span { border-color: rgb(208,5,109); }
td.TdClassName
{
border-color: #D0056D;
}
.TagClassName
{
border-color: #D0056D;
}
</style>