Shades of Ruby #DD1A58
Tints of Ruby #DD1A58
RGB
CMYK
RGB Variations
Color information
#DD1A58 (or 0xDD1A58) is known color: Ruby. HEX triplet: DD, 1A and 58. RGB value is (221,26,88). Sum of RGB (Red+Green+Blue) = 221+26+88=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1A58 is #22E5A7. Grayscale: #5B5B5B. Windows color (decimal): -2287016 or 5774045. OLE color: 5774045.
HSL color Cylindrical-coordinate representation of color #DD1A58: hue angle of 340.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A58 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 88 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.13 |
| HSL | 340.92º | 0.79% | 0.48% | - |
| HSV(B) | 340.92º | 0.88% | 0.87% | - |
| XYZ | 31.95 | 16.82 | 10.79 | - |
| YUV | 91.37 | 126.1 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 88 | 0 | 0.88 | 0.60 | 0.13 | 340.92 | 0.79 | 0.48 |
| Hex | DD | 1A | 58 | 0 | 58 | 3C | D | 155 | 4F | 30 |
| Octal | 335 | 32 | 130 | 0 | 130 | 74 | 15 | 525 | 117 | 60 |
| Binary | 11011101 | 11010 | 1011000 | 0 | 1011000 | 111100 | 1101 | 101010101 | 1001111 | 110000 |
Color Harmonies of #DD1A58
Complementary color
Monochromatic Colors of #DD1A58
Black with #DD1A58
Text Example
Text Example
White with #DD1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A58; }
p { color: rgb(221,26,88); }
H1.HeaderClassName
{
color: #DD1A58;
}
.AnyTagClassName
{
color: #DD1A58;
}
</style>
background-color css
<style>
a { background-color: #DD1A58; }
a { background-color: rgb(221,26,88); }
div.DivClassName
{
background-color: #DD1A58;
}
.BgClassName
{
background-color: #DD1A58;
}
</style>
border-color css
<style>
span { border-color: #DD1A58; }
span { border-color: rgb(221,26,88); }
td.TdClassName
{
border-color: #DD1A58;
}
.TagClassName
{
border-color: #DD1A58;
}
</style>