Shades of Ruby #D0176C
Tints of Ruby #D0176C
RGB
CMYK
RGB Variations
Color information
#D0176C (or 0xD0176C) is known color: Ruby. HEX triplet: D0, 17 and 6C. RGB value is (208,23,108). Sum of RGB (Red+Green+Blue) = 208+23+108=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0176C is #2FE893. Grayscale: #575757. Windows color (decimal): -3139732 or 7083984. OLE color: 7083984.
HSL color Cylindrical-coordinate representation of color #D0176C: hue angle of 332.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0176C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 108 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.18 |
| HSL | 332.43º | 0.8% | 0.45% | - |
| HSV(B) | 332.43º | 0.89% | 0.82% | - |
| XYZ | 29.03 | 15.11 | 15.57 | - |
| YUV | 88.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 108 | 0 | 0.89 | 0.48 | 0.18 | 332.43 | 0.8 | 0.45 |
| Hex | D0 | 17 | 6C | 0 | 59 | 30 | 12 | 14C | 50 | 2D |
| Octal | 320 | 27 | 154 | 0 | 131 | 60 | 22 | 514 | 120 | 55 |
| Binary | 11010000 | 10111 | 1101100 | 0 | 1011001 | 110000 | 10010 | 101001100 | 1010000 | 101101 |
Color Harmonies of #D0176C
Complementary color
Monochromatic Colors of #D0176C
Black with #D0176C
Text Example
Text Example
White with #D0176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0176C; }
p { color: rgb(208,23,108); }
H1.HeaderClassName
{
color: #D0176C;
}
.AnyTagClassName
{
color: #D0176C;
}
</style>
background-color css
<style>
a { background-color: #D0176C; }
a { background-color: rgb(208,23,108); }
div.DivClassName
{
background-color: #D0176C;
}
.BgClassName
{
background-color: #D0176C;
}
</style>
border-color css
<style>
span { border-color: #D0176C; }
span { border-color: rgb(208,23,108); }
td.TdClassName
{
border-color: #D0176C;
}
.TagClassName
{
border-color: #D0176C;
}
</style>