Shades of Ruby #DD076D
Tints of Ruby #DD076D
RGB
CMYK
RGB Variations
Color information
#DD076D (or 0xDD076D) is known color: Ruby. HEX triplet: DD, 07 and 6D. RGB value is (221,7,109). Sum of RGB (Red+Green+Blue) = 221+7+109=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD076D is #22F892. Grayscale: #525252. Windows color (decimal): -2291859 or 7145437. OLE color: 7145437.
HSL color Cylindrical-coordinate representation of color #DD076D: hue angle of 331.4º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD076D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.13 |
| HSL | 331.4º | 0.94% | 0.45% | - |
| HSV(B) | 331.4º | 0.97% | 0.87% | - |
| XYZ | 32.66 | 16.63 | 15.96 | - |
| YUV | 82.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 109 | 0 | 0.97 | 0.51 | 0.13 | 331.4 | 0.94 | 0.45 |
| Hex | DD | 7 | 6D | 0 | 61 | 33 | D | 14B | 5E | 2D |
| Octal | 335 | 7 | 155 | 0 | 141 | 63 | 15 | 513 | 136 | 55 |
| Binary | 11011101 | 111 | 1101101 | 0 | 1100001 | 110011 | 1101 | 101001011 | 1011110 | 101101 |
Color Harmonies of #DD076D
Complementary color
Monochromatic Colors of #DD076D
Black with #DD076D
Text Example
Text Example
White with #DD076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD076D; }
p { color: rgb(221,7,109); }
H1.HeaderClassName
{
color: #DD076D;
}
.AnyTagClassName
{
color: #DD076D;
}
</style>
background-color css
<style>
a { background-color: #DD076D; }
a { background-color: rgb(221,7,109); }
div.DivClassName
{
background-color: #DD076D;
}
.BgClassName
{
background-color: #DD076D;
}
</style>
border-color css
<style>
span { border-color: #DD076D; }
span { border-color: rgb(221,7,109); }
td.TdClassName
{
border-color: #DD076D;
}
.TagClassName
{
border-color: #DD076D;
}
</style>