Shades of Ruby #DD146C
Tints of Ruby #DD146C
RGB
CMYK
RGB Variations
Color information
#DD146C (or 0xDD146C) is known color: Ruby. HEX triplet: DD, 14 and 6C. RGB value is (221,20,108). Sum of RGB (Red+Green+Blue) = 221+20+108=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD146C is #22EB93. Grayscale: #595959. Windows color (decimal): -2288532 or 7083229. OLE color: 7083229.
HSL color Cylindrical-coordinate representation of color #DD146C: hue angle of 333.73º 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 #DD146C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 108 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.73º | 0.83% | 0.47% | - |
| HSV(B) | 333.73º | 0.91% | 0.87% | - |
| XYZ | 32.78 | 16.96 | 15.73 | - |
| YUV | 90.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 108 | 0 | 0.91 | 0.51 | 0.13 | 333.73 | 0.83 | 0.47 |
| Hex | DD | 14 | 6C | 0 | 5B | 33 | D | 14E | 53 | 2F |
| Octal | 335 | 24 | 154 | 0 | 133 | 63 | 15 | 516 | 123 | 57 |
| Binary | 11011101 | 10100 | 1101100 | 0 | 1011011 | 110011 | 1101 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DD146C
Complementary color
Monochromatic Colors of #DD146C
Black with #DD146C
Text Example
Text Example
White with #DD146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD146C; }
p { color: rgb(221,20,108); }
H1.HeaderClassName
{
color: #DD146C;
}
.AnyTagClassName
{
color: #DD146C;
}
</style>
background-color css
<style>
a { background-color: #DD146C; }
a { background-color: rgb(221,20,108); }
div.DivClassName
{
background-color: #DD146C;
}
.BgClassName
{
background-color: #DD146C;
}
</style>
border-color css
<style>
span { border-color: #DD146C; }
span { border-color: rgb(221,20,108); }
td.TdClassName
{
border-color: #DD146C;
}
.TagClassName
{
border-color: #DD146C;
}
</style>