Shades of Ruby #D0175F
Tints of Ruby #D0175F
RGB
CMYK
RGB Variations
Color information
#D0175F (or 0xD0175F) is known color: Ruby. HEX triplet: D0, 17 and 5F. RGB value is (208,23,95). Sum of RGB (Red+Green+Blue) = 208+23+95=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0175F is #2FE8A0. Grayscale: #565656. Windows color (decimal): -3139745 or 6232016. OLE color: 6232016.
HSL color Cylindrical-coordinate representation of color #D0175F: hue angle of 336.65º 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 #D0175F is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 95 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.18 |
| HSL | 336.65º | 0.8% | 0.45% | - |
| HSV(B) | 336.65º | 0.89% | 0.82% | - |
| XYZ | 28.38 | 14.85 | 12.2 | - |
| YUV | 86.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 95 | 0 | 0.89 | 0.54 | 0.18 | 336.65 | 0.8 | 0.45 |
| Hex | D0 | 17 | 5F | 0 | 59 | 36 | 12 | 151 | 50 | 2D |
| Octal | 320 | 27 | 137 | 0 | 131 | 66 | 22 | 521 | 120 | 55 |
| Binary | 11010000 | 10111 | 1011111 | 0 | 1011001 | 110110 | 10010 | 101010001 | 1010000 | 101101 |
Color Harmonies of #D0175F
Complementary color
Monochromatic Colors of #D0175F
Black with #D0175F
Text Example
Text Example
White with #D0175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0175F; }
p { color: rgb(208,23,95); }
H1.HeaderClassName
{
color: #D0175F;
}
.AnyTagClassName
{
color: #D0175F;
}
</style>
background-color css
<style>
a { background-color: #D0175F; }
a { background-color: rgb(208,23,95); }
div.DivClassName
{
background-color: #D0175F;
}
.BgClassName
{
background-color: #D0175F;
}
</style>
border-color css
<style>
span { border-color: #D0175F; }
span { border-color: rgb(208,23,95); }
td.TdClassName
{
border-color: #D0175F;
}
.TagClassName
{
border-color: #D0175F;
}
</style>