Shades of Ruby #DD1657
Tints of Ruby #DD1657
RGB
CMYK
RGB Variations
Color information
#DD1657 (or 0xDD1657) is known color: Ruby. HEX triplet: DD, 16 and 57. RGB value is (221,22,87). Sum of RGB (Red+Green+Blue) = 221+22+87=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1657 is #22E9A8. Grayscale: #585858. Windows color (decimal): -2288041 or 5707485. OLE color: 5707485.
HSL color Cylindrical-coordinate representation of color #DD1657: hue angle of 340.4º 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 #DD1657 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 87 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.13 |
| HSL | 340.4º | 0.82% | 0.48% | - |
| HSV(B) | 340.4º | 0.9% | 0.87% | - |
| XYZ | 31.83 | 16.63 | 10.55 | - |
| YUV | 88.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 87 | 0 | 0.90 | 0.61 | 0.13 | 340.4 | 0.82 | 0.48 |
| Hex | DD | 16 | 57 | 0 | 5A | 3D | D | 154 | 52 | 30 |
| Octal | 335 | 26 | 127 | 0 | 132 | 75 | 15 | 524 | 122 | 60 |
| Binary | 11011101 | 10110 | 1010111 | 0 | 1011010 | 111101 | 1101 | 101010100 | 1010010 | 110000 |
Color Harmonies of #DD1657
Complementary color
Monochromatic Colors of #DD1657
Black with #DD1657
Text Example
Text Example
White with #DD1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1657; }
p { color: rgb(221,22,87); }
H1.HeaderClassName
{
color: #DD1657;
}
.AnyTagClassName
{
color: #DD1657;
}
</style>
background-color css
<style>
a { background-color: #DD1657; }
a { background-color: rgb(221,22,87); }
div.DivClassName
{
background-color: #DD1657;
}
.BgClassName
{
background-color: #DD1657;
}
</style>
border-color css
<style>
span { border-color: #DD1657; }
span { border-color: rgb(221,22,87); }
td.TdClassName
{
border-color: #DD1657;
}
.TagClassName
{
border-color: #DD1657;
}
</style>