Shades of Ruby #DD1455
Tints of Ruby #DD1455
RGB
CMYK
RGB Variations
Color information
#DD1455 (or 0xDD1455) is known color: Ruby. HEX triplet: DD, 14 and 55. RGB value is (221,20,85). Sum of RGB (Red+Green+Blue) = 221+20+85=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1455 is #22EBAA. Grayscale: #575757. Windows color (decimal): -2288555 or 5575901. OLE color: 5575901.
HSL color Cylindrical-coordinate representation of color #DD1455: hue angle of 340.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1455 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 85 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.13 |
| HSL | 340.6º | 0.83% | 0.47% | - |
| HSV(B) | 340.6º | 0.91% | 0.87% | - |
| XYZ | 31.71 | 16.53 | 10.11 | - |
| YUV | 87.51 | 126.59 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 85 | 0 | 0.91 | 0.62 | 0.13 | 340.6 | 0.83 | 0.47 |
| Hex | DD | 14 | 55 | 0 | 5B | 3E | D | 155 | 53 | 2F |
| Octal | 335 | 24 | 125 | 0 | 133 | 76 | 15 | 525 | 123 | 57 |
| Binary | 11011101 | 10100 | 1010101 | 0 | 1011011 | 111110 | 1101 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DD1455
Complementary color
Monochromatic Colors of #DD1455
Black with #DD1455
Text Example
Text Example
White with #DD1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1455; }
p { color: rgb(221,20,85); }
H1.HeaderClassName
{
color: #DD1455;
}
.AnyTagClassName
{
color: #DD1455;
}
</style>
background-color css
<style>
a { background-color: #DD1455; }
a { background-color: rgb(221,20,85); }
div.DivClassName
{
background-color: #DD1455;
}
.BgClassName
{
background-color: #DD1455;
}
</style>
border-color css
<style>
span { border-color: #DD1455; }
span { border-color: rgb(221,20,85); }
td.TdClassName
{
border-color: #DD1455;
}
.TagClassName
{
border-color: #DD1455;
}
</style>