Shades of Ruby #DD1457
Tints of Ruby #DD1457
RGB
CMYK
RGB Variations
Color information
#DD1457 (or 0xDD1457) is known color: Ruby. HEX triplet: DD, 14 and 57. RGB value is (221,20,87). Sum of RGB (Red+Green+Blue) = 221+20+87=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1457 is #22EBA8. Grayscale: #575757. Windows color (decimal): -2288553 or 5706973. OLE color: 5706973.
HSL color Cylindrical-coordinate representation of color #DD1457: hue angle of 340º 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 #DD1457 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 87 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.13 |
| HSL | 340º | 0.83% | 0.47% | - |
| HSV(B) | 340º | 0.91% | 0.87% | - |
| XYZ | 31.79 | 16.56 | 10.54 | - |
| YUV | 87.74 | 127.59 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 87 | 0 | 0.91 | 0.61 | 0.13 | 340 | 0.83 | 0.47 |
| Hex | DD | 14 | 57 | 0 | 5B | 3D | D | 154 | 53 | 2F |
| Octal | 335 | 24 | 127 | 0 | 133 | 75 | 15 | 524 | 123 | 57 |
| Binary | 11011101 | 10100 | 1010111 | 0 | 1011011 | 111101 | 1101 | 101010100 | 1010011 | 101111 |
Color Harmonies of #DD1457
Complementary color
Monochromatic Colors of #DD1457
Black with #DD1457
Text Example
Text Example
White with #DD1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1457; }
p { color: rgb(221,20,87); }
H1.HeaderClassName
{
color: #DD1457;
}
.AnyTagClassName
{
color: #DD1457;
}
</style>
background-color css
<style>
a { background-color: #DD1457; }
a { background-color: rgb(221,20,87); }
div.DivClassName
{
background-color: #DD1457;
}
.BgClassName
{
background-color: #DD1457;
}
</style>
border-color css
<style>
span { border-color: #DD1457; }
span { border-color: rgb(221,20,87); }
td.TdClassName
{
border-color: #DD1457;
}
.TagClassName
{
border-color: #DD1457;
}
</style>