Shades of Ruby #DD0570
Tints of Ruby #DD0570
RGB
CMYK
RGB Variations
Color information
#DD0570 (or 0xDD0570) is known color: Ruby. HEX triplet: DD, 05 and 70. RGB value is (221,5,112). Sum of RGB (Red+Green+Blue) = 221+5+112=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0570 is #22FA8F. Grayscale: #515151. Windows color (decimal): -2292368 or 7341533. OLE color: 7341533.
HSL color Cylindrical-coordinate representation of color #DD0570: hue angle of 330.28º 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 #DD0570 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.13 |
| HSL | 330.28º | 0.96% | 0.44% | - |
| HSV(B) | 330.28º | 0.98% | 0.87% | - |
| XYZ | 32.8 | 16.65 | 16.81 | - |
| YUV | 81.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 112 | 0 | 0.98 | 0.49 | 0.13 | 330.28 | 0.96 | 0.44 |
| Hex | DD | 5 | 70 | 0 | 62 | 31 | D | 14A | 60 | 2C |
| Octal | 335 | 5 | 160 | 0 | 142 | 61 | 15 | 512 | 140 | 54 |
| Binary | 11011101 | 101 | 1110000 | 0 | 1100010 | 110001 | 1101 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DD0570
Complementary color
Monochromatic Colors of #DD0570
Black with #DD0570
Text Example
Text Example
White with #DD0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0570; }
p { color: rgb(221,5,112); }
H1.HeaderClassName
{
color: #DD0570;
}
.AnyTagClassName
{
color: #DD0570;
}
</style>
background-color css
<style>
a { background-color: #DD0570; }
a { background-color: rgb(221,5,112); }
div.DivClassName
{
background-color: #DD0570;
}
.BgClassName
{
background-color: #DD0570;
}
</style>
border-color css
<style>
span { border-color: #DD0570; }
span { border-color: rgb(221,5,112); }
td.TdClassName
{
border-color: #DD0570;
}
.TagClassName
{
border-color: #DD0570;
}
</style>