Shades of Ruby #DD175F
Tints of Ruby #DD175F
RGB
CMYK
RGB Variations
Color information
#DD175F (or 0xDD175F) is known color: Ruby. HEX triplet: DD, 17 and 5F. RGB value is (221,23,95). Sum of RGB (Red+Green+Blue) = 221+23+95=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD175F is #22E8A0. Grayscale: #5A5A5A. Windows color (decimal): -2287777 or 6232029. OLE color: 6232029.
HSL color Cylindrical-coordinate representation of color #DD175F: hue angle of 338.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD175F is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 95 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.13 |
| HSL | 338.18º | 0.81% | 0.48% | - |
| HSV(B) | 338.18º | 0.9% | 0.87% | - |
| XYZ | 32.19 | 16.81 | 12.37 | - |
| YUV | 90.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 95 | 0 | 0.90 | 0.57 | 0.13 | 338.18 | 0.81 | 0.48 |
| Hex | DD | 17 | 5F | 0 | 5A | 39 | D | 152 | 51 | 30 |
| Octal | 335 | 27 | 137 | 0 | 132 | 71 | 15 | 522 | 121 | 60 |
| Binary | 11011101 | 10111 | 1011111 | 0 | 1011010 | 111001 | 1101 | 101010010 | 1010001 | 110000 |
Color Harmonies of #DD175F
Complementary color
Monochromatic Colors of #DD175F
Black with #DD175F
Text Example
Text Example
White with #DD175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD175F; }
p { color: rgb(221,23,95); }
H1.HeaderClassName
{
color: #DD175F;
}
.AnyTagClassName
{
color: #DD175F;
}
</style>
background-color css
<style>
a { background-color: #DD175F; }
a { background-color: rgb(221,23,95); }
div.DivClassName
{
background-color: #DD175F;
}
.BgClassName
{
background-color: #DD175F;
}
</style>
border-color css
<style>
span { border-color: #DD175F; }
span { border-color: rgb(221,23,95); }
td.TdClassName
{
border-color: #DD175F;
}
.TagClassName
{
border-color: #DD175F;
}
</style>