Shades of Ruby #DD115E
Tints of Ruby #DD115E
RGB
CMYK
RGB Variations
Color information
#DD115E (or 0xDD115E) is known color: Ruby. HEX triplet: DD, 11 and 5E. RGB value is (221,17,94). Sum of RGB (Red+Green+Blue) = 221+17+94=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD115E is #22EEA1. Grayscale: #565656. Windows color (decimal): -2289314 or 6164957. OLE color: 6164957.
HSL color Cylindrical-coordinate representation of color #DD115E: hue angle of 337.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD115E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 94 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.13 |
| HSL | 337.35º | 0.86% | 0.47% | - |
| HSV(B) | 337.35º | 0.92% | 0.87% | - |
| XYZ | 32.04 | 16.58 | 12.1 | - |
| YUV | 86.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 94 | 0 | 0.92 | 0.57 | 0.13 | 337.35 | 0.86 | 0.47 |
| Hex | DD | 11 | 5E | 0 | 5C | 39 | D | 151 | 56 | 2F |
| Octal | 335 | 21 | 136 | 0 | 134 | 71 | 15 | 521 | 126 | 57 |
| Binary | 11011101 | 10001 | 1011110 | 0 | 1011100 | 111001 | 1101 | 101010001 | 1010110 | 101111 |
Color Harmonies of #DD115E
Complementary color
Monochromatic Colors of #DD115E
Black with #DD115E
Text Example
Text Example
White with #DD115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD115E; }
p { color: rgb(221,17,94); }
H1.HeaderClassName
{
color: #DD115E;
}
.AnyTagClassName
{
color: #DD115E;
}
</style>
background-color css
<style>
a { background-color: #DD115E; }
a { background-color: rgb(221,17,94); }
div.DivClassName
{
background-color: #DD115E;
}
.BgClassName
{
background-color: #DD115E;
}
</style>
border-color css
<style>
span { border-color: #DD115E; }
span { border-color: rgb(221,17,94); }
td.TdClassName
{
border-color: #DD115E;
}
.TagClassName
{
border-color: #DD115E;
}
</style>