Shades of Ruby #DD1651
Tints of Ruby #DD1651
RGB
CMYK
RGB Variations
Color information
#DD1651 (or 0xDD1651) is known color: Ruby. HEX triplet: DD, 16 and 51. RGB value is (221,22,81). Sum of RGB (Red+Green+Blue) = 221+22+81=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1651 is #22E9AE. Grayscale: #585858. Windows color (decimal): -2288047 or 5314269. OLE color: 5314269.
HSL color Cylindrical-coordinate representation of color #DD1651: hue angle of 342.21º 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 #DD1651 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 81 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.13 |
| HSL | 342.21º | 0.82% | 0.48% | - |
| HSV(B) | 342.21º | 0.9% | 0.87% | - |
| XYZ | 31.59 | 16.54 | 9.31 | - |
| YUV | 88.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 81 | 0 | 0.90 | 0.63 | 0.13 | 342.21 | 0.82 | 0.48 |
| Hex | DD | 16 | 51 | 0 | 5A | 3F | D | 156 | 52 | 30 |
| Octal | 335 | 26 | 121 | 0 | 132 | 77 | 15 | 526 | 122 | 60 |
| Binary | 11011101 | 10110 | 1010001 | 0 | 1011010 | 111111 | 1101 | 101010110 | 1010010 | 110000 |
Color Harmonies of #DD1651
Complementary color
Monochromatic Colors of #DD1651
Black with #DD1651
Text Example
Text Example
White with #DD1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1651; }
p { color: rgb(221,22,81); }
H1.HeaderClassName
{
color: #DD1651;
}
.AnyTagClassName
{
color: #DD1651;
}
</style>
background-color css
<style>
a { background-color: #DD1651; }
a { background-color: rgb(221,22,81); }
div.DivClassName
{
background-color: #DD1651;
}
.BgClassName
{
background-color: #DD1651;
}
</style>
border-color css
<style>
span { border-color: #DD1651; }
span { border-color: rgb(221,22,81); }
td.TdClassName
{
border-color: #DD1651;
}
.TagClassName
{
border-color: #DD1651;
}
</style>