Shades of Ruby #DD1475
Tints of Ruby #DD1475
RGB
CMYK
RGB Variations
Color information
#DD1475 (or 0xDD1475) is known color: Ruby. HEX triplet: DD, 14 and 75. RGB value is (221,20,117). Sum of RGB (Red+Green+Blue) = 221+20+117=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1475 is #22EB8A. Grayscale: #5A5A5A. Windows color (decimal): -2288523 or 7673053. OLE color: 7673053.
HSL color Cylindrical-coordinate representation of color #DD1475: hue angle of 331.04º 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 #DD1475 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 117 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.13 |
| HSL | 331.04º | 0.83% | 0.47% | - |
| HSV(B) | 331.04º | 0.91% | 0.87% | - |
| XYZ | 33.28 | 17.16 | 18.39 | - |
| YUV | 91.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 117 | 0 | 0.91 | 0.47 | 0.13 | 331.04 | 0.83 | 0.47 |
| Hex | DD | 14 | 75 | 0 | 5B | 2F | D | 14B | 53 | 2F |
| Octal | 335 | 24 | 165 | 0 | 133 | 57 | 15 | 513 | 123 | 57 |
| Binary | 11011101 | 10100 | 1110101 | 0 | 1011011 | 101111 | 1101 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DD1475
Complementary color
Monochromatic Colors of #DD1475
Black with #DD1475
Text Example
Text Example
White with #DD1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1475; }
p { color: rgb(221,20,117); }
H1.HeaderClassName
{
color: #DD1475;
}
.AnyTagClassName
{
color: #DD1475;
}
</style>
background-color css
<style>
a { background-color: #DD1475; }
a { background-color: rgb(221,20,117); }
div.DivClassName
{
background-color: #DD1475;
}
.BgClassName
{
background-color: #DD1475;
}
</style>
border-color css
<style>
span { border-color: #DD1475; }
span { border-color: rgb(221,20,117); }
td.TdClassName
{
border-color: #DD1475;
}
.TagClassName
{
border-color: #DD1475;
}
</style>