Shades of Ruby #DD155E
Tints of Ruby #DD155E
RGB
CMYK
RGB Variations
Color information
#DD155E (or 0xDD155E) is known color: Ruby. HEX triplet: DD, 15 and 5E. RGB value is (221,21,94). Sum of RGB (Red+Green+Blue) = 221+21+94=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD155E is #22EAA1. Grayscale: #595959. Windows color (decimal): -2288290 or 6165981. OLE color: 6165981.
HSL color Cylindrical-coordinate representation of color #DD155E: hue angle of 338.1º 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 #DD155E is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 94 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.13 |
| HSL | 338.1º | 0.83% | 0.47% | - |
| HSV(B) | 338.1º | 0.9% | 0.87% | - |
| XYZ | 32.11 | 16.72 | 12.12 | - |
| YUV | 89.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 94 | 0 | 0.90 | 0.57 | 0.13 | 338.1 | 0.83 | 0.47 |
| Hex | DD | 15 | 5E | 0 | 5A | 39 | D | 152 | 53 | 2F |
| Octal | 335 | 25 | 136 | 0 | 132 | 71 | 15 | 522 | 123 | 57 |
| Binary | 11011101 | 10101 | 1011110 | 0 | 1011010 | 111001 | 1101 | 101010010 | 1010011 | 101111 |
Color Harmonies of #DD155E
Complementary color
Monochromatic Colors of #DD155E
Black with #DD155E
Text Example
Text Example
White with #DD155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD155E; }
p { color: rgb(221,21,94); }
H1.HeaderClassName
{
color: #DD155E;
}
.AnyTagClassName
{
color: #DD155E;
}
</style>
background-color css
<style>
a { background-color: #DD155E; }
a { background-color: rgb(221,21,94); }
div.DivClassName
{
background-color: #DD155E;
}
.BgClassName
{
background-color: #DD155E;
}
</style>
border-color css
<style>
span { border-color: #DD155E; }
span { border-color: rgb(221,21,94); }
td.TdClassName
{
border-color: #DD155E;
}
.TagClassName
{
border-color: #DD155E;
}
</style>