Shades of Ruby #DD1755
Tints of Ruby #DD1755
RGB
CMYK
RGB Variations
Color information
#DD1755 (or 0xDD1755) is known color: Ruby. HEX triplet: DD, 17 and 55. RGB value is (221,23,85). Sum of RGB (Red+Green+Blue) = 221+23+85=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1755 is #22E8AA. Grayscale: #595959. Windows color (decimal): -2287787 or 5576669. OLE color: 5576669.
HSL color Cylindrical-coordinate representation of color #DD1755: hue angle of 341.21º degrees, saturation: 0.81, 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 #DD1755 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 85 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.13 |
| HSL | 341.21º | 0.81% | 0.48% | - |
| HSV(B) | 341.21º | 0.9% | 0.87% | - |
| XYZ | 31.76 | 16.64 | 10.13 | - |
| YUV | 89.27 | 125.6 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 85 | 0 | 0.90 | 0.62 | 0.13 | 341.21 | 0.81 | 0.48 |
| Hex | DD | 17 | 55 | 0 | 5A | 3E | D | 155 | 51 | 30 |
| Octal | 335 | 27 | 125 | 0 | 132 | 76 | 15 | 525 | 121 | 60 |
| Binary | 11011101 | 10111 | 1010101 | 0 | 1011010 | 111110 | 1101 | 101010101 | 1010001 | 110000 |
Color Harmonies of #DD1755
Complementary color
Monochromatic Colors of #DD1755
Black with #DD1755
Text Example
Text Example
White with #DD1755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1755; }
p { color: rgb(221,23,85); }
H1.HeaderClassName
{
color: #DD1755;
}
.AnyTagClassName
{
color: #DD1755;
}
</style>
background-color css
<style>
a { background-color: #DD1755; }
a { background-color: rgb(221,23,85); }
div.DivClassName
{
background-color: #DD1755;
}
.BgClassName
{
background-color: #DD1755;
}
</style>
border-color css
<style>
span { border-color: #DD1755; }
span { border-color: rgb(221,23,85); }
td.TdClassName
{
border-color: #DD1755;
}
.TagClassName
{
border-color: #DD1755;
}
</style>