Shades of Ruby #DD0174
Tints of Ruby #DD0174
RGB
CMYK
RGB Variations
Color information
#DD0174 (or 0xDD0174) is known color: Ruby. HEX triplet: DD, 01 and 74. RGB value is (221,1,116). Sum of RGB (Red+Green+Blue) = 221+1+116=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0174 is #22FE8B. Grayscale: #4F4F4F. Windows color (decimal): -2293388 or 7602653. OLE color: 7602653.
HSL color Cylindrical-coordinate representation of color #DD0174: hue angle of 328.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0174 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.13 |
| HSL | 328.64º | 0.99% | 0.44% | - |
| HSV(B) | 328.64º | 1% | 0.87% | - |
| XYZ | 32.98 | 16.65 | 18 | - |
| YUV | 79.89 | 148.39 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 116 | 0 | 1.00 | 0.48 | 0.13 | 328.64 | 0.99 | 0.44 |
| Hex | DD | 1 | 74 | 0 | 64 | 30 | D | 149 | 63 | 2C |
| Octal | 335 | 1 | 164 | 0 | 144 | 60 | 15 | 511 | 143 | 54 |
| Binary | 11011101 | 1 | 1110100 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100011 | 101100 |
Color Harmonies of #DD0174
Complementary color
Monochromatic Colors of #DD0174
Black with #DD0174
Text Example
Text Example
White with #DD0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0174; }
p { color: rgb(221,1,116); }
H1.HeaderClassName
{
color: #DD0174;
}
.AnyTagClassName
{
color: #DD0174;
}
</style>
background-color css
<style>
a { background-color: #DD0174; }
a { background-color: rgb(221,1,116); }
div.DivClassName
{
background-color: #DD0174;
}
.BgClassName
{
background-color: #DD0174;
}
</style>
border-color css
<style>
span { border-color: #DD0174; }
span { border-color: rgb(221,1,116); }
td.TdClassName
{
border-color: #DD0174;
}
.TagClassName
{
border-color: #DD0174;
}
</style>