Shades of Ruby #DD126E
Tints of Ruby #DD126E
RGB
CMYK
RGB Variations
Color information
#DD126E (or 0xDD126E) is known color: Ruby. HEX triplet: DD, 12 and 6E. RGB value is (221,18,110). Sum of RGB (Red+Green+Blue) = 221+18+110=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD126E is #22ED91. Grayscale: #595959. Windows color (decimal): -2289042 or 7213789. OLE color: 7213789.
HSL color Cylindrical-coordinate representation of color #DD126E: hue angle of 332.81º degrees, saturation: 0.85, 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 #DD126E is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 110 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.13 |
| HSL | 332.81º | 0.85% | 0.47% | - |
| HSV(B) | 332.81º | 0.92% | 0.87% | - |
| XYZ | 32.85 | 16.93 | 16.29 | - |
| YUV | 89.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 110 | 0 | 0.92 | 0.50 | 0.13 | 332.81 | 0.85 | 0.47 |
| Hex | DD | 12 | 6E | 0 | 5C | 32 | D | 14D | 55 | 2F |
| Octal | 335 | 22 | 156 | 0 | 134 | 62 | 15 | 515 | 125 | 57 |
| Binary | 11011101 | 10010 | 1101110 | 0 | 1011100 | 110010 | 1101 | 101001101 | 1010101 | 101111 |
Color Harmonies of #DD126E
Complementary color
Monochromatic Colors of #DD126E
Black with #DD126E
Text Example
Text Example
White with #DD126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD126E; }
p { color: rgb(221,18,110); }
H1.HeaderClassName
{
color: #DD126E;
}
.AnyTagClassName
{
color: #DD126E;
}
</style>
background-color css
<style>
a { background-color: #DD126E; }
a { background-color: rgb(221,18,110); }
div.DivClassName
{
background-color: #DD126E;
}
.BgClassName
{
background-color: #DD126E;
}
</style>
border-color css
<style>
span { border-color: #DD126E; }
span { border-color: rgb(221,18,110); }
td.TdClassName
{
border-color: #DD126E;
}
.TagClassName
{
border-color: #DD126E;
}
</style>