Shades of Ruby #DD146F
Tints of Ruby #DD146F
RGB
CMYK
RGB Variations
Color information
#DD146F (or 0xDD146F) is known color: Ruby. HEX triplet: DD, 14 and 6F. RGB value is (221,20,111). Sum of RGB (Red+Green+Blue) = 221+20+111=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD146F is #22EB90. Grayscale: #5A5A5A. Windows color (decimal): -2288529 or 7279837. OLE color: 7279837.
HSL color Cylindrical-coordinate representation of color #DD146F: hue angle of 332.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD146F is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 111 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.13 |
| HSL | 332.84º | 0.83% | 0.47% | - |
| HSV(B) | 332.84º | 0.91% | 0.87% | - |
| XYZ | 32.94 | 17.02 | 16.59 | - |
| YUV | 90.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 111 | 0 | 0.91 | 0.50 | 0.13 | 332.84 | 0.83 | 0.47 |
| Hex | DD | 14 | 6F | 0 | 5B | 32 | D | 14D | 53 | 2F |
| Octal | 335 | 24 | 157 | 0 | 133 | 62 | 15 | 515 | 123 | 57 |
| Binary | 11011101 | 10100 | 1101111 | 0 | 1011011 | 110010 | 1101 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DD146F
Complementary color
Monochromatic Colors of #DD146F
Black with #DD146F
Text Example
Text Example
White with #DD146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD146F; }
p { color: rgb(221,20,111); }
H1.HeaderClassName
{
color: #DD146F;
}
.AnyTagClassName
{
color: #DD146F;
}
</style>
background-color css
<style>
a { background-color: #DD146F; }
a { background-color: rgb(221,20,111); }
div.DivClassName
{
background-color: #DD146F;
}
.BgClassName
{
background-color: #DD146F;
}
</style>
border-color css
<style>
span { border-color: #DD146F; }
span { border-color: rgb(221,20,111); }
td.TdClassName
{
border-color: #DD146F;
}
.TagClassName
{
border-color: #DD146F;
}
</style>