Shades of Ruby #DD2070
Tints of Ruby #DD2070
RGB
CMYK
RGB Variations
Color information
#DD2070 (or 0xDD2070) is known color: Ruby. HEX triplet: DD, 20 and 70. RGB value is (221,32,112). Sum of RGB (Red+Green+Blue) = 221+32+112=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2070 is #22DF8F. Grayscale: #616161. Windows color (decimal): -2285456 or 7348445. OLE color: 7348445.
HSL color Cylindrical-coordinate representation of color #DD2070: hue angle of 334.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2070 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 112 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.13 |
| HSL | 334.6º | 0.75% | 0.5% | - |
| HSV(B) | 334.6º | 0.86% | 0.87% | - |
| XYZ | 33.26 | 17.58 | 16.97 | - |
| YUV | 97.63 | 136.12 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 112 | 0 | 0.86 | 0.49 | 0.13 | 334.6 | 0.75 | 0.5 |
| Hex | DD | 20 | 70 | 0 | 56 | 31 | D | 14F | 4B | 32 |
| Octal | 335 | 40 | 160 | 0 | 126 | 61 | 15 | 517 | 113 | 62 |
| Binary | 11011101 | 100000 | 1110000 | 0 | 1010110 | 110001 | 1101 | 101001111 | 1001011 | 110010 |
Color Harmonies of #DD2070
Complementary color
Monochromatic Colors of #DD2070
Black with #DD2070
Text Example
Text Example
White with #DD2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2070; }
p { color: rgb(221,32,112); }
H1.HeaderClassName
{
color: #DD2070;
}
.AnyTagClassName
{
color: #DD2070;
}
</style>
background-color css
<style>
a { background-color: #DD2070; }
a { background-color: rgb(221,32,112); }
div.DivClassName
{
background-color: #DD2070;
}
.BgClassName
{
background-color: #DD2070;
}
</style>
border-color css
<style>
span { border-color: #DD2070; }
span { border-color: rgb(221,32,112); }
td.TdClassName
{
border-color: #DD2070;
}
.TagClassName
{
border-color: #DD2070;
}
</style>