Shades of Ruby #DD165A
Tints of Ruby #DD165A
RGB
CMYK
RGB Variations
Color information
#DD165A (or 0xDD165A) is known color: Ruby. HEX triplet: DD, 16 and 5A. RGB value is (221,22,90). Sum of RGB (Red+Green+Blue) = 221+22+90=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD165A is #22E9A5. Grayscale: #595959. Windows color (decimal): -2288038 or 5904093. OLE color: 5904093.
HSL color Cylindrical-coordinate representation of color #DD165A: hue angle of 339.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD165A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 90 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.13 |
| HSL | 339.5º | 0.82% | 0.48% | - |
| HSV(B) | 339.5º | 0.9% | 0.87% | - |
| XYZ | 31.95 | 16.68 | 11.21 | - |
| YUV | 89.25 | 128.43 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 90 | 0 | 0.90 | 0.59 | 0.13 | 339.5 | 0.82 | 0.48 |
| Hex | DD | 16 | 5A | 0 | 5A | 3B | D | 153 | 52 | 30 |
| Octal | 335 | 26 | 132 | 0 | 132 | 73 | 15 | 523 | 122 | 60 |
| Binary | 11011101 | 10110 | 1011010 | 0 | 1011010 | 111011 | 1101 | 101010011 | 1010010 | 110000 |
Color Harmonies of #DD165A
Complementary color
Monochromatic Colors of #DD165A
Black with #DD165A
Text Example
Text Example
White with #DD165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD165A; }
p { color: rgb(221,22,90); }
H1.HeaderClassName
{
color: #DD165A;
}
.AnyTagClassName
{
color: #DD165A;
}
</style>
background-color css
<style>
a { background-color: #DD165A; }
a { background-color: rgb(221,22,90); }
div.DivClassName
{
background-color: #DD165A;
}
.BgClassName
{
background-color: #DD165A;
}
</style>
border-color css
<style>
span { border-color: #DD165A; }
span { border-color: rgb(221,22,90); }
td.TdClassName
{
border-color: #DD165A;
}
.TagClassName
{
border-color: #DD165A;
}
</style>