Shades of Ruby #DD066E
Tints of Ruby #DD066E
RGB
CMYK
RGB Variations
Color information
#DD066E (or 0xDD066E) is known color: Ruby. HEX triplet: DD, 06 and 6E. RGB value is (221,6,110). Sum of RGB (Red+Green+Blue) = 221+6+110=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD066E is #22F991. Grayscale: #515151. Windows color (decimal): -2292114 or 7210717. OLE color: 7210717.
HSL color Cylindrical-coordinate representation of color #DD066E: hue angle of 330.98º degrees, saturation: 0.95, 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 #DD066E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 110 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.13 |
| HSL | 330.98º | 0.95% | 0.45% | - |
| HSV(B) | 330.98º | 0.97% | 0.87% | - |
| XYZ | 32.7 | 16.63 | 16.24 | - |
| YUV | 82.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 110 | 0 | 0.97 | 0.50 | 0.13 | 330.98 | 0.95 | 0.45 |
| Hex | DD | 6 | 6E | 0 | 61 | 32 | D | 14B | 5F | 2D |
| Octal | 335 | 6 | 156 | 0 | 141 | 62 | 15 | 513 | 137 | 55 |
| Binary | 11011101 | 110 | 1101110 | 0 | 1100001 | 110010 | 1101 | 101001011 | 1011111 | 101101 |
Color Harmonies of #DD066E
Complementary color
Monochromatic Colors of #DD066E
Black with #DD066E
Text Example
Text Example
White with #DD066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD066E; }
p { color: rgb(221,6,110); }
H1.HeaderClassName
{
color: #DD066E;
}
.AnyTagClassName
{
color: #DD066E;
}
</style>
background-color css
<style>
a { background-color: #DD066E; }
a { background-color: rgb(221,6,110); }
div.DivClassName
{
background-color: #DD066E;
}
.BgClassName
{
background-color: #DD066E;
}
</style>
border-color css
<style>
span { border-color: #DD066E; }
span { border-color: rgb(221,6,110); }
td.TdClassName
{
border-color: #DD066E;
}
.TagClassName
{
border-color: #DD066E;
}
</style>