Shades of Ruby #DD1D5A
Tints of Ruby #DD1D5A
RGB
CMYK
RGB Variations
Color information
#DD1D5A (or 0xDD1D5A) is known color: Ruby. HEX triplet: DD, 1D and 5A. RGB value is (221,29,90). Sum of RGB (Red+Green+Blue) = 221+29+90=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D5A is #22E2A5. Grayscale: #5D5D5D. Windows color (decimal): -2286246 or 5905885. OLE color: 5905885.
HSL color Cylindrical-coordinate representation of color #DD1D5A: hue angle of 340.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1D5A is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 90 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.13 |
| HSL | 340.94º | 0.77% | 0.49% | - |
| HSV(B) | 340.94º | 0.87% | 0.87% | - |
| XYZ | 32.1 | 16.99 | 11.26 | - |
| YUV | 93.36 | 126.11 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 90 | 0 | 0.87 | 0.59 | 0.13 | 340.94 | 0.77 | 0.49 |
| Hex | DD | 1D | 5A | 0 | 57 | 3B | D | 155 | 4D | 31 |
| Octal | 335 | 35 | 132 | 0 | 127 | 73 | 15 | 525 | 115 | 61 |
| Binary | 11011101 | 11101 | 1011010 | 0 | 1010111 | 111011 | 1101 | 101010101 | 1001101 | 110001 |
Color Harmonies of #DD1D5A
Complementary color
Monochromatic Colors of #DD1D5A
Black with #DD1D5A
Text Example
Text Example
White with #DD1D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D5A; }
p { color: rgb(221,29,90); }
H1.HeaderClassName
{
color: #DD1D5A;
}
.AnyTagClassName
{
color: #DD1D5A;
}
</style>
background-color css
<style>
a { background-color: #DD1D5A; }
a { background-color: rgb(221,29,90); }
div.DivClassName
{
background-color: #DD1D5A;
}
.BgClassName
{
background-color: #DD1D5A;
}
</style>
border-color css
<style>
span { border-color: #DD1D5A; }
span { border-color: rgb(221,29,90); }
td.TdClassName
{
border-color: #DD1D5A;
}
.TagClassName
{
border-color: #DD1D5A;
}
</style>