Shades of Ruby #DD155F
Tints of Ruby #DD155F
RGB
CMYK
RGB Variations
Color information
#DD155F (or 0xDD155F) is known color: Ruby. HEX triplet: DD, 15 and 5F. RGB value is (221,21,95). Sum of RGB (Red+Green+Blue) = 221+21+95=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD155F is #22EAA0. Grayscale: #595959. Windows color (decimal): -2288289 or 6231517. OLE color: 6231517.
HSL color Cylindrical-coordinate representation of color #DD155F: hue angle of 337.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD155F is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 95 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.13 |
| HSL | 337.8º | 0.83% | 0.47% | - |
| HSV(B) | 337.8º | 0.9% | 0.87% | - |
| XYZ | 32.15 | 16.73 | 12.36 | - |
| YUV | 89.24 | 131.26 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 95 | 0 | 0.90 | 0.57 | 0.13 | 337.8 | 0.83 | 0.47 |
| Hex | DD | 15 | 5F | 0 | 5A | 39 | D | 152 | 53 | 2F |
| Octal | 335 | 25 | 137 | 0 | 132 | 71 | 15 | 522 | 123 | 57 |
| Binary | 11011101 | 10101 | 1011111 | 0 | 1011010 | 111001 | 1101 | 101010010 | 1010011 | 101111 |
Color Harmonies of #DD155F
Complementary color
Monochromatic Colors of #DD155F
Black with #DD155F
Text Example
Text Example
White with #DD155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD155F; }
p { color: rgb(221,21,95); }
H1.HeaderClassName
{
color: #DD155F;
}
.AnyTagClassName
{
color: #DD155F;
}
</style>
background-color css
<style>
a { background-color: #DD155F; }
a { background-color: rgb(221,21,95); }
div.DivClassName
{
background-color: #DD155F;
}
.BgClassName
{
background-color: #DD155F;
}
</style>
border-color css
<style>
span { border-color: #DD155F; }
span { border-color: rgb(221,21,95); }
td.TdClassName
{
border-color: #DD155F;
}
.TagClassName
{
border-color: #DD155F;
}
</style>