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