Shades of Ruby #DD076C
Tints of Ruby #DD076C
RGB
CMYK
RGB Variations
Color information
#DD076C (or 0xDD076C) is known color: Ruby. HEX triplet: DD, 07 and 6C. RGB value is (221,7,108). Sum of RGB (Red+Green+Blue) = 221+7+108=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD076C is #22F893. Grayscale: #525252. Windows color (decimal): -2291860 or 7079901. OLE color: 7079901.
HSL color Cylindrical-coordinate representation of color #DD076C: hue angle of 331.68º 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 #DD076C is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.13 |
| HSL | 331.68º | 0.94% | 0.45% | - |
| HSV(B) | 331.68º | 0.97% | 0.87% | - |
| XYZ | 32.6 | 16.61 | 15.67 | - |
| YUV | 82.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 108 | 0 | 0.97 | 0.51 | 0.13 | 331.68 | 0.94 | 0.45 |
| Hex | DD | 7 | 6C | 0 | 61 | 33 | D | 14C | 5E | 2D |
| Octal | 335 | 7 | 154 | 0 | 141 | 63 | 15 | 514 | 136 | 55 |
| Binary | 11011101 | 111 | 1101100 | 0 | 1100001 | 110011 | 1101 | 101001100 | 1011110 | 101101 |
Color Harmonies of #DD076C
Complementary color
Monochromatic Colors of #DD076C
Black with #DD076C
Text Example
Text Example
White with #DD076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD076C; }
p { color: rgb(221,7,108); }
H1.HeaderClassName
{
color: #DD076C;
}
.AnyTagClassName
{
color: #DD076C;
}
</style>
background-color css
<style>
a { background-color: #DD076C; }
a { background-color: rgb(221,7,108); }
div.DivClassName
{
background-color: #DD076C;
}
.BgClassName
{
background-color: #DD076C;
}
</style>
border-color css
<style>
span { border-color: #DD076C; }
span { border-color: rgb(221,7,108); }
td.TdClassName
{
border-color: #DD076C;
}
.TagClassName
{
border-color: #DD076C;
}
</style>