Shades of Ruby #DD1654
Tints of Ruby #DD1654
RGB
CMYK
RGB Variations
Color information
#DD1654 (or 0xDD1654) is known color: Ruby. HEX triplet: DD, 16 and 54. RGB value is (221,22,84). Sum of RGB (Red+Green+Blue) = 221+22+84=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1654 is #22E9AB. Grayscale: #585858. Windows color (decimal): -2288044 or 5510877. OLE color: 5510877.
HSL color Cylindrical-coordinate representation of color #DD1654: hue angle of 341.31º 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 #DD1654 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 84 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.13 |
| HSL | 341.31º | 0.82% | 0.48% | - |
| HSV(B) | 341.31º | 0.9% | 0.87% | - |
| XYZ | 31.71 | 16.59 | 9.92 | - |
| YUV | 88.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 84 | 0 | 0.90 | 0.62 | 0.13 | 341.31 | 0.82 | 0.48 |
| Hex | DD | 16 | 54 | 0 | 5A | 3E | D | 155 | 52 | 30 |
| Octal | 335 | 26 | 124 | 0 | 132 | 76 | 15 | 525 | 122 | 60 |
| Binary | 11011101 | 10110 | 1010100 | 0 | 1011010 | 111110 | 1101 | 101010101 | 1010010 | 110000 |
Color Harmonies of #DD1654
Complementary color
Monochromatic Colors of #DD1654
Black with #DD1654
Text Example
Text Example
White with #DD1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1654; }
p { color: rgb(221,22,84); }
H1.HeaderClassName
{
color: #DD1654;
}
.AnyTagClassName
{
color: #DD1654;
}
</style>
background-color css
<style>
a { background-color: #DD1654; }
a { background-color: rgb(221,22,84); }
div.DivClassName
{
background-color: #DD1654;
}
.BgClassName
{
background-color: #DD1654;
}
</style>
border-color css
<style>
span { border-color: #DD1654; }
span { border-color: rgb(221,22,84); }
td.TdClassName
{
border-color: #DD1654;
}
.TagClassName
{
border-color: #DD1654;
}
</style>