Shades of Ruby #DD1358
Tints of Ruby #DD1358
RGB
CMYK
RGB Variations
Color information
#DD1358 (or 0xDD1358) is known color: Ruby. HEX triplet: DD, 13 and 58. RGB value is (221,19,88). Sum of RGB (Red+Green+Blue) = 221+19+88=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1358 is #22ECA7. Grayscale: #575757. Windows color (decimal): -2288808 or 5772253. OLE color: 5772253.
HSL color Cylindrical-coordinate representation of color #DD1358: hue angle of 339.5º 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 #DD1358 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 88 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.13 |
| HSL | 339.5º | 0.84% | 0.47% | - |
| HSV(B) | 339.5º | 0.91% | 0.87% | - |
| XYZ | 31.81 | 16.54 | 10.75 | - |
| YUV | 87.26 | 128.42 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 88 | 0 | 0.91 | 0.60 | 0.13 | 339.5 | 0.84 | 0.47 |
| Hex | DD | 13 | 58 | 0 | 5B | 3C | D | 154 | 54 | 2F |
| Octal | 335 | 23 | 130 | 0 | 133 | 74 | 15 | 524 | 124 | 57 |
| Binary | 11011101 | 10011 | 1011000 | 0 | 1011011 | 111100 | 1101 | 101010100 | 1010100 | 101111 |
Color Harmonies of #DD1358
Complementary color
Monochromatic Colors of #DD1358
Black with #DD1358
Text Example
Text Example
White with #DD1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1358; }
p { color: rgb(221,19,88); }
H1.HeaderClassName
{
color: #DD1358;
}
.AnyTagClassName
{
color: #DD1358;
}
</style>
background-color css
<style>
a { background-color: #DD1358; }
a { background-color: rgb(221,19,88); }
div.DivClassName
{
background-color: #DD1358;
}
.BgClassName
{
background-color: #DD1358;
}
</style>
border-color css
<style>
span { border-color: #DD1358; }
span { border-color: rgb(221,19,88); }
td.TdClassName
{
border-color: #DD1358;
}
.TagClassName
{
border-color: #DD1358;
}
</style>