Shades of Ruby #DD1375
Tints of Ruby #DD1375
RGB
CMYK
RGB Variations
Color information
#DD1375 (or 0xDD1375) is known color: Ruby. HEX triplet: DD, 13 and 75. RGB value is (221,19,117). Sum of RGB (Red+Green+Blue) = 221+19+117=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1375 is #22EC8A. Grayscale: #5A5A5A. Windows color (decimal): -2288779 or 7672797. OLE color: 7672797.
HSL color Cylindrical-coordinate representation of color #DD1375: hue angle of 330.89º 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 #DD1375 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 117 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.13 |
| HSL | 330.89º | 0.84% | 0.47% | - |
| HSV(B) | 330.89º | 0.91% | 0.87% | - |
| XYZ | 33.26 | 17.12 | 18.38 | - |
| YUV | 90.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 117 | 0 | 0.91 | 0.47 | 0.13 | 330.89 | 0.84 | 0.47 |
| Hex | DD | 13 | 75 | 0 | 5B | 2F | D | 14B | 54 | 2F |
| Octal | 335 | 23 | 165 | 0 | 133 | 57 | 15 | 513 | 124 | 57 |
| Binary | 11011101 | 10011 | 1110101 | 0 | 1011011 | 101111 | 1101 | 101001011 | 1010100 | 101111 |
Color Harmonies of #DD1375
Complementary color
Monochromatic Colors of #DD1375
Black with #DD1375
Text Example
Text Example
White with #DD1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1375; }
p { color: rgb(221,19,117); }
H1.HeaderClassName
{
color: #DD1375;
}
.AnyTagClassName
{
color: #DD1375;
}
</style>
background-color css
<style>
a { background-color: #DD1375; }
a { background-color: rgb(221,19,117); }
div.DivClassName
{
background-color: #DD1375;
}
.BgClassName
{
background-color: #DD1375;
}
</style>
border-color css
<style>
span { border-color: #DD1375; }
span { border-color: rgb(221,19,117); }
td.TdClassName
{
border-color: #DD1375;
}
.TagClassName
{
border-color: #DD1375;
}
</style>