Shades of Ruby #DD076A
Tints of Ruby #DD076A
RGB
CMYK
RGB Variations
Color information
#DD076A (or 0xDD076A) is known color: Ruby. HEX triplet: DD, 07 and 6A. RGB value is (221,7,106). Sum of RGB (Red+Green+Blue) = 221+7+106=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD076A is #22F895. Grayscale: #525252. Windows color (decimal): -2291862 or 6948829. OLE color: 6948829.
HSL color Cylindrical-coordinate representation of color #DD076A: hue angle of 332.24º 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 #DD076A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 106 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.13 |
| HSL | 332.24º | 0.94% | 0.45% | - |
| HSV(B) | 332.24º | 0.97% | 0.87% | - |
| XYZ | 32.5 | 16.56 | 15.12 | - |
| YUV | 82.27 | 141.4 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 106 | 0 | 0.97 | 0.52 | 0.13 | 332.24 | 0.94 | 0.45 |
| Hex | DD | 7 | 6A | 0 | 61 | 34 | D | 14C | 5E | 2D |
| Octal | 335 | 7 | 152 | 0 | 141 | 64 | 15 | 514 | 136 | 55 |
| Binary | 11011101 | 111 | 1101010 | 0 | 1100001 | 110100 | 1101 | 101001100 | 1011110 | 101101 |
Color Harmonies of #DD076A
Complementary color
Monochromatic Colors of #DD076A
Black with #DD076A
Text Example
Text Example
White with #DD076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD076A; }
p { color: rgb(221,7,106); }
H1.HeaderClassName
{
color: #DD076A;
}
.AnyTagClassName
{
color: #DD076A;
}
</style>
background-color css
<style>
a { background-color: #DD076A; }
a { background-color: rgb(221,7,106); }
div.DivClassName
{
background-color: #DD076A;
}
.BgClassName
{
background-color: #DD076A;
}
</style>
border-color css
<style>
span { border-color: #DD076A; }
span { border-color: rgb(221,7,106); }
td.TdClassName
{
border-color: #DD076A;
}
.TagClassName
{
border-color: #DD076A;
}
</style>