Shades of Ruby #DD1754
Tints of Ruby #DD1754
RGB
CMYK
RGB Variations
Color information
#DD1754 (or 0xDD1754) is known color: Ruby. HEX triplet: DD, 17 and 54. RGB value is (221,23,84). Sum of RGB (Red+Green+Blue) = 221+23+84=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1754 is #22E8AB. Grayscale: #595959. Windows color (decimal): -2287788 or 5511133. OLE color: 5511133.
HSL color Cylindrical-coordinate representation of color #DD1754: hue angle of 341.52º 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 #DD1754 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 84 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.13 |
| HSL | 341.52º | 0.81% | 0.48% | - |
| HSV(B) | 341.52º | 0.9% | 0.87% | - |
| XYZ | 31.73 | 16.63 | 9.92 | - |
| YUV | 89.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 84 | 0 | 0.90 | 0.62 | 0.13 | 341.52 | 0.81 | 0.48 |
| Hex | DD | 17 | 54 | 0 | 5A | 3E | D | 156 | 51 | 30 |
| Octal | 335 | 27 | 124 | 0 | 132 | 76 | 15 | 526 | 121 | 60 |
| Binary | 11011101 | 10111 | 1010100 | 0 | 1011010 | 111110 | 1101 | 101010110 | 1010001 | 110000 |
Color Harmonies of #DD1754
Complementary color
Monochromatic Colors of #DD1754
Black with #DD1754
Text Example
Text Example
White with #DD1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1754; }
p { color: rgb(221,23,84); }
H1.HeaderClassName
{
color: #DD1754;
}
.AnyTagClassName
{
color: #DD1754;
}
</style>
background-color css
<style>
a { background-color: #DD1754; }
a { background-color: rgb(221,23,84); }
div.DivClassName
{
background-color: #DD1754;
}
.BgClassName
{
background-color: #DD1754;
}
</style>
border-color css
<style>
span { border-color: #DD1754; }
span { border-color: rgb(221,23,84); }
td.TdClassName
{
border-color: #DD1754;
}
.TagClassName
{
border-color: #DD1754;
}
</style>