Shades of Ruby #DD1361
Tints of Ruby #DD1361
RGB
CMYK
RGB Variations
Color information
#DD1361 (or 0xDD1361) is known color: Ruby. HEX triplet: DD, 13 and 61. RGB value is (221,19,97). Sum of RGB (Red+Green+Blue) = 221+19+97=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1361 is #22EC9E. Grayscale: #585858. Windows color (decimal): -2288799 or 6362077. OLE color: 6362077.
HSL color Cylindrical-coordinate representation of color #DD1361: hue angle of 336.83º degrees, saturation: 0.84, 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 #DD1361 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 97 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.13 |
| HSL | 336.83º | 0.84% | 0.47% | - |
| HSV(B) | 336.83º | 0.91% | 0.87% | - |
| XYZ | 32.21 | 16.7 | 12.84 | - |
| YUV | 88.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 97 | 0 | 0.91 | 0.56 | 0.13 | 336.83 | 0.84 | 0.47 |
| Hex | DD | 13 | 61 | 0 | 5B | 38 | D | 151 | 54 | 2F |
| Octal | 335 | 23 | 141 | 0 | 133 | 70 | 15 | 521 | 124 | 57 |
| Binary | 11011101 | 10011 | 1100001 | 0 | 1011011 | 111000 | 1101 | 101010001 | 1010100 | 101111 |
Color Harmonies of #DD1361
Complementary color
Monochromatic Colors of #DD1361
Black with #DD1361
Text Example
Text Example
White with #DD1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1361; }
p { color: rgb(221,19,97); }
H1.HeaderClassName
{
color: #DD1361;
}
.AnyTagClassName
{
color: #DD1361;
}
</style>
background-color css
<style>
a { background-color: #DD1361; }
a { background-color: rgb(221,19,97); }
div.DivClassName
{
background-color: #DD1361;
}
.BgClassName
{
background-color: #DD1361;
}
</style>
border-color css
<style>
span { border-color: #DD1361; }
span { border-color: rgb(221,19,97); }
td.TdClassName
{
border-color: #DD1361;
}
.TagClassName
{
border-color: #DD1361;
}
</style>