Shades of Ruby #DD1C61
Tints of Ruby #DD1C61
RGB
CMYK
RGB Variations
Color information
#DD1C61 (or 0xDD1C61) is known color: Ruby. HEX triplet: DD, 1C and 61. RGB value is (221,28,97). Sum of RGB (Red+Green+Blue) = 221+28+97=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C61 is #22E39E. Grayscale: #5D5D5D. Windows color (decimal): -2286495 or 6364381. OLE color: 6364381.
HSL color Cylindrical-coordinate representation of color #DD1C61: hue angle of 338.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C61 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 97 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.13 |
| HSL | 338.55º | 0.78% | 0.49% | - |
| HSV(B) | 338.55º | 0.87% | 0.87% | - |
| XYZ | 32.39 | 17.07 | 12.9 | - |
| YUV | 93.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 97 | 0 | 0.87 | 0.56 | 0.13 | 338.55 | 0.78 | 0.49 |
| Hex | DD | 1C | 61 | 0 | 57 | 38 | D | 153 | 4E | 31 |
| Octal | 335 | 34 | 141 | 0 | 127 | 70 | 15 | 523 | 116 | 61 |
| Binary | 11011101 | 11100 | 1100001 | 0 | 1010111 | 111000 | 1101 | 101010011 | 1001110 | 110001 |
Color Harmonies of #DD1C61
Complementary color
Monochromatic Colors of #DD1C61
Black with #DD1C61
Text Example
Text Example
White with #DD1C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C61; }
p { color: rgb(221,28,97); }
H1.HeaderClassName
{
color: #DD1C61;
}
.AnyTagClassName
{
color: #DD1C61;
}
</style>
background-color css
<style>
a { background-color: #DD1C61; }
a { background-color: rgb(221,28,97); }
div.DivClassName
{
background-color: #DD1C61;
}
.BgClassName
{
background-color: #DD1C61;
}
</style>
border-color css
<style>
span { border-color: #DD1C61; }
span { border-color: rgb(221,28,97); }
td.TdClassName
{
border-color: #DD1C61;
}
.TagClassName
{
border-color: #DD1C61;
}
</style>