Shades of Ruby #DD145C
Tints of Ruby #DD145C
RGB
CMYK
RGB Variations
Color information
#DD145C (or 0xDD145C) is known color: Ruby. HEX triplet: DD, 14 and 5C. RGB value is (221,20,92). Sum of RGB (Red+Green+Blue) = 221+20+92=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD145C is #22EBA3. Grayscale: #585858. Windows color (decimal): -2288548 or 6034653. OLE color: 6034653.
HSL color Cylindrical-coordinate representation of color #DD145C: hue angle of 338.51º 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 #DD145C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 92 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.13 |
| HSL | 338.51º | 0.83% | 0.47% | - |
| HSV(B) | 338.51º | 0.91% | 0.87% | - |
| XYZ | 32 | 16.65 | 11.65 | - |
| YUV | 88.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 92 | 0 | 0.91 | 0.58 | 0.13 | 338.51 | 0.83 | 0.47 |
| Hex | DD | 14 | 5C | 0 | 5B | 3A | D | 153 | 53 | 2F |
| Octal | 335 | 24 | 134 | 0 | 133 | 72 | 15 | 523 | 123 | 57 |
| Binary | 11011101 | 10100 | 1011100 | 0 | 1011011 | 111010 | 1101 | 101010011 | 1010011 | 101111 |
Color Harmonies of #DD145C
Complementary color
Monochromatic Colors of #DD145C
Black with #DD145C
Text Example
Text Example
White with #DD145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD145C; }
p { color: rgb(221,20,92); }
H1.HeaderClassName
{
color: #DD145C;
}
.AnyTagClassName
{
color: #DD145C;
}
</style>
background-color css
<style>
a { background-color: #DD145C; }
a { background-color: rgb(221,20,92); }
div.DivClassName
{
background-color: #DD145C;
}
.BgClassName
{
background-color: #DD145C;
}
</style>
border-color css
<style>
span { border-color: #DD145C; }
span { border-color: rgb(221,20,92); }
td.TdClassName
{
border-color: #DD145C;
}
.TagClassName
{
border-color: #DD145C;
}
</style>