Shades of Ruby #D0176E
Tints of Ruby #D0176E
RGB
CMYK
RGB Variations
Color information
#D0176E (or 0xD0176E) is known color: Ruby. HEX triplet: D0, 17 and 6E. RGB value is (208,23,110). Sum of RGB (Red+Green+Blue) = 208+23+110=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0176E is #2FE891. Grayscale: #585858. Windows color (decimal): -3139730 or 7215056. OLE color: 7215056.
HSL color Cylindrical-coordinate representation of color #D0176E: hue angle of 331.78º 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 #D0176E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 110 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.18 |
| HSL | 331.78º | 0.8% | 0.45% | - |
| HSV(B) | 331.78º | 0.89% | 0.82% | - |
| XYZ | 29.13 | 15.15 | 16.14 | - |
| YUV | 88.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 110 | 0 | 0.89 | 0.47 | 0.18 | 331.78 | 0.8 | 0.45 |
| Hex | D0 | 17 | 6E | 0 | 59 | 2F | 12 | 14C | 50 | 2D |
| Octal | 320 | 27 | 156 | 0 | 131 | 57 | 22 | 514 | 120 | 55 |
| Binary | 11010000 | 10111 | 1101110 | 0 | 1011001 | 101111 | 10010 | 101001100 | 1010000 | 101101 |
Color Harmonies of #D0176E
Complementary color
Monochromatic Colors of #D0176E
Black with #D0176E
Text Example
Text Example
White with #D0176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0176E; }
p { color: rgb(208,23,110); }
H1.HeaderClassName
{
color: #D0176E;
}
.AnyTagClassName
{
color: #D0176E;
}
</style>
background-color css
<style>
a { background-color: #D0176E; }
a { background-color: rgb(208,23,110); }
div.DivClassName
{
background-color: #D0176E;
}
.BgClassName
{
background-color: #D0176E;
}
</style>
border-color css
<style>
span { border-color: #D0176E; }
span { border-color: rgb(208,23,110); }
td.TdClassName
{
border-color: #D0176E;
}
.TagClassName
{
border-color: #D0176E;
}
</style>