Shades of Ruby #DD1069
Tints of Ruby #DD1069
RGB
CMYK
RGB Variations
Color information
#DD1069 (or 0xDD1069) is known color: Ruby. HEX triplet: DD, 10 and 69. RGB value is (221,16,105). Sum of RGB (Red+Green+Blue) = 221+16+105=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1069 is #22EF96. Grayscale: #575757. Windows color (decimal): -2289559 or 6885597. OLE color: 6885597.
HSL color Cylindrical-coordinate representation of color #DD1069: hue angle of 333.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1069 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.13 |
| HSL | 333.95º | 0.86% | 0.46% | - |
| HSV(B) | 333.95º | 0.93% | 0.87% | - |
| XYZ | 32.55 | 16.76 | 14.88 | - |
| YUV | 87.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 105 | 0 | 0.93 | 0.52 | 0.13 | 333.95 | 0.86 | 0.46 |
| Hex | DD | 10 | 69 | 0 | 5D | 34 | D | 14E | 56 | 2E |
| Octal | 335 | 20 | 151 | 0 | 135 | 64 | 15 | 516 | 126 | 56 |
| Binary | 11011101 | 10000 | 1101001 | 0 | 1011101 | 110100 | 1101 | 101001110 | 1010110 | 101110 |
Color Harmonies of #DD1069
Complementary color
Monochromatic Colors of #DD1069
Black with #DD1069
Text Example
Text Example
White with #DD1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1069; }
p { color: rgb(221,16,105); }
H1.HeaderClassName
{
color: #DD1069;
}
.AnyTagClassName
{
color: #DD1069;
}
</style>
background-color css
<style>
a { background-color: #DD1069; }
a { background-color: rgb(221,16,105); }
div.DivClassName
{
background-color: #DD1069;
}
.BgClassName
{
background-color: #DD1069;
}
</style>
border-color css
<style>
span { border-color: #DD1069; }
span { border-color: rgb(221,16,105); }
td.TdClassName
{
border-color: #DD1069;
}
.TagClassName
{
border-color: #DD1069;
}
</style>