Shades of Ruby #D1056B
Tints of Ruby #D1056B
RGB
CMYK
RGB Variations
Color information
#D1056B (or 0xD1056B) is known color: Ruby. HEX triplet: D1, 05 and 6B. RGB value is (209,5,107). Sum of RGB (Red+Green+Blue) = 209+5+107=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1056B is #2EFA94. Grayscale: #4D4D4D. Windows color (decimal): -3078805 or 7013841. OLE color: 7013841.
HSL color Cylindrical-coordinate representation of color #D1056B: hue angle of 330º 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 #D1056B is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.18 |
| HSL | 330º | 0.95% | 0.42% | - |
| HSV(B) | 330º | 0.98% | 0.82% | - |
| XYZ | 29 | 14.73 | 15.22 | - |
| YUV | 77.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 107 | 0 | 0.98 | 0.49 | 0.18 | 330 | 0.95 | 0.42 |
| Hex | D1 | 5 | 6B | 0 | 62 | 31 | 12 | 14A | 5F | 2A |
| Octal | 321 | 5 | 153 | 0 | 142 | 61 | 22 | 512 | 137 | 52 |
| Binary | 11010001 | 101 | 1101011 | 0 | 1100010 | 110001 | 10010 | 101001010 | 1011111 | 101010 |
Color Harmonies of #D1056B
Complementary color
Monochromatic Colors of #D1056B
Black with #D1056B
Text Example
Text Example
White with #D1056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1056B; }
p { color: rgb(209,5,107); }
H1.HeaderClassName
{
color: #D1056B;
}
.AnyTagClassName
{
color: #D1056B;
}
</style>
background-color css
<style>
a { background-color: #D1056B; }
a { background-color: rgb(209,5,107); }
div.DivClassName
{
background-color: #D1056B;
}
.BgClassName
{
background-color: #D1056B;
}
</style>
border-color css
<style>
span { border-color: #D1056B; }
span { border-color: rgb(209,5,107); }
td.TdClassName
{
border-color: #D1056B;
}
.TagClassName
{
border-color: #D1056B;
}
</style>