Shades of Ruby #D2056D
Tints of Ruby #D2056D
RGB
CMYK
RGB Variations
Color information
#D2056D (or 0xD2056D) is known color: Ruby. HEX triplet: D2, 05 and 6D. RGB value is (210,5,109). Sum of RGB (Red+Green+Blue) = 210+5+109=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2056D is #2DFA92. Grayscale: #4D4D4D. Windows color (decimal): -3013267 or 7144914. OLE color: 7144914.
HSL color Cylindrical-coordinate representation of color #D2056D: hue angle of 329.56º 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 #D2056D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.18 |
| HSL | 329.56º | 0.95% | 0.42% | - |
| HSV(B) | 329.56º | 0.98% | 0.82% | - |
| XYZ | 29.39 | 14.91 | 15.8 | - |
| YUV | 78.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 109 | 0 | 0.98 | 0.48 | 0.18 | 329.56 | 0.95 | 0.42 |
| Hex | D2 | 5 | 6D | 0 | 62 | 30 | 12 | 14A | 5F | 2A |
| Octal | 322 | 5 | 155 | 0 | 142 | 60 | 22 | 512 | 137 | 52 |
| Binary | 11010010 | 101 | 1101101 | 0 | 1100010 | 110000 | 10010 | 101001010 | 1011111 | 101010 |
Color Harmonies of #D2056D
Complementary color
Monochromatic Colors of #D2056D
Black with #D2056D
Text Example
Text Example
White with #D2056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2056D; }
p { color: rgb(210,5,109); }
H1.HeaderClassName
{
color: #D2056D;
}
.AnyTagClassName
{
color: #D2056D;
}
</style>
background-color css
<style>
a { background-color: #D2056D; }
a { background-color: rgb(210,5,109); }
div.DivClassName
{
background-color: #D2056D;
}
.BgClassName
{
background-color: #D2056D;
}
</style>
border-color css
<style>
span { border-color: #D2056D; }
span { border-color: rgb(210,5,109); }
td.TdClassName
{
border-color: #D2056D;
}
.TagClassName
{
border-color: #D2056D;
}
</style>