Shades of Ruby #DD1B5B
Tints of Ruby #DD1B5B
RGB
CMYK
RGB Variations
Color information
#DD1B5B (or 0xDD1B5B) is known color: Ruby. HEX triplet: DD, 1B and 5B. RGB value is (221,27,91). Sum of RGB (Red+Green+Blue) = 221+27+91=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B5B is #22E4A4. Grayscale: #5C5C5C. Windows color (decimal): -2286757 or 5970909. OLE color: 5970909.
HSL color Cylindrical-coordinate representation of color #DD1B5B: hue angle of 340.21º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B5B is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 91 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.13 |
| HSL | 340.21º | 0.78% | 0.49% | - |
| HSV(B) | 340.21º | 0.88% | 0.87% | - |
| XYZ | 32.1 | 16.91 | 11.47 | - |
| YUV | 92.3 | 127.27 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 91 | 0 | 0.88 | 0.59 | 0.13 | 340.21 | 0.78 | 0.49 |
| Hex | DD | 1B | 5B | 0 | 58 | 3B | D | 154 | 4E | 31 |
| Octal | 335 | 33 | 133 | 0 | 130 | 73 | 15 | 524 | 116 | 61 |
| Binary | 11011101 | 11011 | 1011011 | 0 | 1011000 | 111011 | 1101 | 101010100 | 1001110 | 110001 |
Color Harmonies of #DD1B5B
Complementary color
Monochromatic Colors of #DD1B5B
Black with #DD1B5B
Text Example
Text Example
White with #DD1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B5B; }
p { color: rgb(221,27,91); }
H1.HeaderClassName
{
color: #DD1B5B;
}
.AnyTagClassName
{
color: #DD1B5B;
}
</style>
background-color css
<style>
a { background-color: #DD1B5B; }
a { background-color: rgb(221,27,91); }
div.DivClassName
{
background-color: #DD1B5B;
}
.BgClassName
{
background-color: #DD1B5B;
}
</style>
border-color css
<style>
span { border-color: #DD1B5B; }
span { border-color: rgb(221,27,91); }
td.TdClassName
{
border-color: #DD1B5B;
}
.TagClassName
{
border-color: #DD1B5B;
}
</style>