Shades of Ruby #DD1464
Tints of Ruby #DD1464
RGB
CMYK
RGB Variations
Color information
#DD1464 (or 0xDD1464) is known color: Ruby. HEX triplet: DD, 14 and 64. RGB value is (221,20,100). Sum of RGB (Red+Green+Blue) = 221+20+100=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1464 is #22EB9B. Grayscale: #595959. Windows color (decimal): -2288540 or 6558941. OLE color: 6558941.
HSL color Cylindrical-coordinate representation of color #DD1464: hue angle of 336.12º 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 #DD1464 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 100 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.13 |
| HSL | 336.12º | 0.83% | 0.47% | - |
| HSV(B) | 336.12º | 0.91% | 0.87% | - |
| XYZ | 32.37 | 16.79 | 13.59 | - |
| YUV | 89.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 100 | 0 | 0.91 | 0.55 | 0.13 | 336.12 | 0.83 | 0.47 |
| Hex | DD | 14 | 64 | 0 | 5B | 37 | D | 150 | 53 | 2F |
| Octal | 335 | 24 | 144 | 0 | 133 | 67 | 15 | 520 | 123 | 57 |
| Binary | 11011101 | 10100 | 1100100 | 0 | 1011011 | 110111 | 1101 | 101010000 | 1010011 | 101111 |
Color Harmonies of #DD1464
Complementary color
Monochromatic Colors of #DD1464
Black with #DD1464
Text Example
Text Example
White with #DD1464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1464; }
p { color: rgb(221,20,100); }
H1.HeaderClassName
{
color: #DD1464;
}
.AnyTagClassName
{
color: #DD1464;
}
</style>
background-color css
<style>
a { background-color: #DD1464; }
a { background-color: rgb(221,20,100); }
div.DivClassName
{
background-color: #DD1464;
}
.BgClassName
{
background-color: #DD1464;
}
</style>
border-color css
<style>
span { border-color: #DD1464; }
span { border-color: rgb(221,20,100); }
td.TdClassName
{
border-color: #DD1464;
}
.TagClassName
{
border-color: #DD1464;
}
</style>