Shades of Ruby #DD0574
Tints of Ruby #DD0574
RGB
CMYK
RGB Variations
Color information
#DD0574 (or 0xDD0574) is known color: Ruby. HEX triplet: DD, 05 and 74. RGB value is (221,5,116). Sum of RGB (Red+Green+Blue) = 221+5+116=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0574 is #22FA8B. Grayscale: #525252. Windows color (decimal): -2292364 or 7603677. OLE color: 7603677.
HSL color Cylindrical-coordinate representation of color #DD0574: hue angle of 329.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0574 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.13 |
| HSL | 329.17º | 0.96% | 0.44% | - |
| HSV(B) | 329.17º | 0.98% | 0.87% | - |
| XYZ | 33.03 | 16.74 | 18.01 | - |
| YUV | 82.24 | 147.06 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 116 | 0 | 0.98 | 0.48 | 0.13 | 329.17 | 0.96 | 0.44 |
| Hex | DD | 5 | 74 | 0 | 62 | 30 | D | 149 | 60 | 2C |
| Octal | 335 | 5 | 164 | 0 | 142 | 60 | 15 | 511 | 140 | 54 |
| Binary | 11011101 | 101 | 1110100 | 0 | 1100010 | 110000 | 1101 | 101001001 | 1100000 | 101100 |
Color Harmonies of #DD0574
Complementary color
Monochromatic Colors of #DD0574
Black with #DD0574
Text Example
Text Example
White with #DD0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0574; }
p { color: rgb(221,5,116); }
H1.HeaderClassName
{
color: #DD0574;
}
.AnyTagClassName
{
color: #DD0574;
}
</style>
background-color css
<style>
a { background-color: #DD0574; }
a { background-color: rgb(221,5,116); }
div.DivClassName
{
background-color: #DD0574;
}
.BgClassName
{
background-color: #DD0574;
}
</style>
border-color css
<style>
span { border-color: #DD0574; }
span { border-color: rgb(221,5,116); }
td.TdClassName
{
border-color: #DD0574;
}
.TagClassName
{
border-color: #DD0574;
}
</style>