Shades of Ruby #DD0669
Tints of Ruby #DD0669
RGB
CMYK
RGB Variations
Color information
#DD0669 (or 0xDD0669) is known color: Ruby. HEX triplet: DD, 06 and 69. RGB value is (221,6,105). Sum of RGB (Red+Green+Blue) = 221+6+105=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0669 is #22F996. Grayscale: #515151. Windows color (decimal): -2292119 or 6883037. OLE color: 6883037.
HSL color Cylindrical-coordinate representation of color #DD0669: hue angle of 332.37º 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 #DD0669 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.13 |
| HSL | 332.37º | 0.95% | 0.45% | - |
| HSV(B) | 332.37º | 0.97% | 0.87% | - |
| XYZ | 32.43 | 16.52 | 14.84 | - |
| YUV | 81.57 | 141.23 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 105 | 0 | 0.97 | 0.52 | 0.13 | 332.37 | 0.95 | 0.45 |
| Hex | DD | 6 | 69 | 0 | 61 | 34 | D | 14C | 5F | 2D |
| Octal | 335 | 6 | 151 | 0 | 141 | 64 | 15 | 514 | 137 | 55 |
| Binary | 11011101 | 110 | 1101001 | 0 | 1100001 | 110100 | 1101 | 101001100 | 1011111 | 101101 |
Color Harmonies of #DD0669
Complementary color
Monochromatic Colors of #DD0669
Black with #DD0669
Text Example
Text Example
White with #DD0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0669; }
p { color: rgb(221,6,105); }
H1.HeaderClassName
{
color: #DD0669;
}
.AnyTagClassName
{
color: #DD0669;
}
</style>
background-color css
<style>
a { background-color: #DD0669; }
a { background-color: rgb(221,6,105); }
div.DivClassName
{
background-color: #DD0669;
}
.BgClassName
{
background-color: #DD0669;
}
</style>
border-color css
<style>
span { border-color: #DD0669; }
span { border-color: rgb(221,6,105); }
td.TdClassName
{
border-color: #DD0669;
}
.TagClassName
{
border-color: #DD0669;
}
</style>