Shades of Ruby #DD115F
Tints of Ruby #DD115F
RGB
CMYK
RGB Variations
Color information
#DD115F (or 0xDD115F) is known color: Ruby. HEX triplet: DD, 11 and 5F. RGB value is (221,17,95). Sum of RGB (Red+Green+Blue) = 221+17+95=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD115F is #22EEA0. Grayscale: #565656. Windows color (decimal): -2289313 or 6230493. OLE color: 6230493.
HSL color Cylindrical-coordinate representation of color #DD115F: hue angle of 337.06º 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 #DD115F is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 95 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.13 |
| HSL | 337.06º | 0.86% | 0.47% | - |
| HSV(B) | 337.06º | 0.92% | 0.87% | - |
| XYZ | 32.08 | 16.6 | 12.34 | - |
| YUV | 86.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 95 | 0 | 0.92 | 0.57 | 0.13 | 337.06 | 0.86 | 0.47 |
| Hex | DD | 11 | 5F | 0 | 5C | 39 | D | 151 | 56 | 2F |
| Octal | 335 | 21 | 137 | 0 | 134 | 71 | 15 | 521 | 126 | 57 |
| Binary | 11011101 | 10001 | 1011111 | 0 | 1011100 | 111001 | 1101 | 101010001 | 1010110 | 101111 |
Color Harmonies of #DD115F
Complementary color
Monochromatic Colors of #DD115F
Black with #DD115F
Text Example
Text Example
White with #DD115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD115F; }
p { color: rgb(221,17,95); }
H1.HeaderClassName
{
color: #DD115F;
}
.AnyTagClassName
{
color: #DD115F;
}
</style>
background-color css
<style>
a { background-color: #DD115F; }
a { background-color: rgb(221,17,95); }
div.DivClassName
{
background-color: #DD115F;
}
.BgClassName
{
background-color: #DD115F;
}
</style>
border-color css
<style>
span { border-color: #DD115F; }
span { border-color: rgb(221,17,95); }
td.TdClassName
{
border-color: #DD115F;
}
.TagClassName
{
border-color: #DD115F;
}
</style>