Shades of Ruby #DD0572
Tints of Ruby #DD0572
RGB
CMYK
RGB Variations
Color information
#DD0572 (or 0xDD0572) is known color: Ruby. HEX triplet: DD, 05 and 72. RGB value is (221,5,114). Sum of RGB (Red+Green+Blue) = 221+5+114=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0572 is #22FA8D. Grayscale: #515151. Windows color (decimal): -2292366 or 7472605. OLE color: 7472605.
HSL color Cylindrical-coordinate representation of color #DD0572: hue angle of 329.72º 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 #DD0572 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.13 |
| HSL | 329.72º | 0.96% | 0.44% | - |
| HSV(B) | 329.72º | 0.98% | 0.87% | - |
| XYZ | 32.91 | 16.7 | 17.41 | - |
| YUV | 82.01 | 146.06 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 114 | 0 | 0.98 | 0.48 | 0.13 | 329.72 | 0.96 | 0.44 |
| Hex | DD | 5 | 72 | 0 | 62 | 30 | D | 14A | 60 | 2C |
| Octal | 335 | 5 | 162 | 0 | 142 | 60 | 15 | 512 | 140 | 54 |
| Binary | 11011101 | 101 | 1110010 | 0 | 1100010 | 110000 | 1101 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DD0572
Complementary color
Monochromatic Colors of #DD0572
Black with #DD0572
Text Example
Text Example
White with #DD0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0572; }
p { color: rgb(221,5,114); }
H1.HeaderClassName
{
color: #DD0572;
}
.AnyTagClassName
{
color: #DD0572;
}
</style>
background-color css
<style>
a { background-color: #DD0572; }
a { background-color: rgb(221,5,114); }
div.DivClassName
{
background-color: #DD0572;
}
.BgClassName
{
background-color: #DD0572;
}
</style>
border-color css
<style>
span { border-color: #DD0572; }
span { border-color: rgb(221,5,114); }
td.TdClassName
{
border-color: #DD0572;
}
.TagClassName
{
border-color: #DD0572;
}
</style>