Shades of Ruby #DD0A70
Tints of Ruby #DD0A70
RGB
CMYK
RGB Variations
Color information
#DD0A70 (or 0xDD0A70) is known color: Ruby. HEX triplet: DD, 0A and 70. RGB value is (221,10,112). Sum of RGB (Red+Green+Blue) = 221+10+112=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A70 is #22F58F. Grayscale: #545454. Windows color (decimal): -2291088 or 7342813. OLE color: 7342813.
HSL color Cylindrical-coordinate representation of color #DD0A70: hue angle of 331º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A70 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.13 |
| HSL | 331º | 0.91% | 0.45% | - |
| HSV(B) | 331º | 0.95% | 0.87% | - |
| XYZ | 32.85 | 16.76 | 16.83 | - |
| YUV | 84.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 112 | 0 | 0.95 | 0.49 | 0.13 | 331 | 0.91 | 0.45 |
| Hex | DD | A | 70 | 0 | 5F | 31 | D | 14B | 5B | 2D |
| Octal | 335 | 12 | 160 | 0 | 137 | 61 | 15 | 513 | 133 | 55 |
| Binary | 11011101 | 1010 | 1110000 | 0 | 1011111 | 110001 | 1101 | 101001011 | 1011011 | 101101 |
Color Harmonies of #DD0A70
Complementary color
Monochromatic Colors of #DD0A70
Black with #DD0A70
Text Example
Text Example
White with #DD0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A70; }
p { color: rgb(221,10,112); }
H1.HeaderClassName
{
color: #DD0A70;
}
.AnyTagClassName
{
color: #DD0A70;
}
</style>
background-color css
<style>
a { background-color: #DD0A70; }
a { background-color: rgb(221,10,112); }
div.DivClassName
{
background-color: #DD0A70;
}
.BgClassName
{
background-color: #DD0A70;
}
</style>
border-color css
<style>
span { border-color: #DD0A70; }
span { border-color: rgb(221,10,112); }
td.TdClassName
{
border-color: #DD0A70;
}
.TagClassName
{
border-color: #DD0A70;
}
</style>