Shades of Ruby #DD086B
Tints of Ruby #DD086B
RGB
CMYK
RGB Variations
Color information
#DD086B (or 0xDD086B) is known color: Ruby. HEX triplet: DD, 08 and 6B. RGB value is (221,8,107). Sum of RGB (Red+Green+Blue) = 221+8+107=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD086B is #22F794. Grayscale: #525252. Windows color (decimal): -2291605 or 7014621. OLE color: 7014621.
HSL color Cylindrical-coordinate representation of color #DD086B: hue angle of 332.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD086B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.13 |
| HSL | 332.11º | 0.93% | 0.45% | - |
| HSV(B) | 332.11º | 0.96% | 0.87% | - |
| XYZ | 32.56 | 16.61 | 15.4 | - |
| YUV | 82.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 107 | 0 | 0.96 | 0.52 | 0.13 | 332.11 | 0.93 | 0.45 |
| Hex | DD | 8 | 6B | 0 | 60 | 34 | D | 14C | 5D | 2D |
| Octal | 335 | 10 | 153 | 0 | 140 | 64 | 15 | 514 | 135 | 55 |
| Binary | 11011101 | 1000 | 1101011 | 0 | 1100000 | 110100 | 1101 | 101001100 | 1011101 | 101101 |
Color Harmonies of #DD086B
Complementary color
Monochromatic Colors of #DD086B
Black with #DD086B
Text Example
Text Example
White with #DD086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD086B; }
p { color: rgb(221,8,107); }
H1.HeaderClassName
{
color: #DD086B;
}
.AnyTagClassName
{
color: #DD086B;
}
</style>
background-color css
<style>
a { background-color: #DD086B; }
a { background-color: rgb(221,8,107); }
div.DivClassName
{
background-color: #DD086B;
}
.BgClassName
{
background-color: #DD086B;
}
</style>
border-color css
<style>
span { border-color: #DD086B; }
span { border-color: rgb(221,8,107); }
td.TdClassName
{
border-color: #DD086B;
}
.TagClassName
{
border-color: #DD086B;
}
</style>