Shades of Ruby #DD185D
Tints of Ruby #DD185D
RGB
CMYK
RGB Variations
Color information
#DD185D (or 0xDD185D) is known color: Ruby. HEX triplet: DD, 18 and 5D. RGB value is (221,24,93). Sum of RGB (Red+Green+Blue) = 221+24+93=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD185D is #22E7A2. Grayscale: #5A5A5A. Windows color (decimal): -2287523 or 6101213. OLE color: 6101213.
HSL color Cylindrical-coordinate representation of color #DD185D: hue angle of 338.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD185D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 93 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.13 |
| HSL | 338.98º | 0.8% | 0.48% | - |
| HSV(B) | 338.98º | 0.89% | 0.87% | - |
| XYZ | 32.12 | 16.82 | 11.91 | - |
| YUV | 90.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 93 | 0 | 0.89 | 0.58 | 0.13 | 338.98 | 0.8 | 0.48 |
| Hex | DD | 18 | 5D | 0 | 59 | 3A | D | 153 | 50 | 30 |
| Octal | 335 | 30 | 135 | 0 | 131 | 72 | 15 | 523 | 120 | 60 |
| Binary | 11011101 | 11000 | 1011101 | 0 | 1011001 | 111010 | 1101 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DD185D
Complementary color
Monochromatic Colors of #DD185D
Black with #DD185D
Text Example
Text Example
White with #DD185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD185D; }
p { color: rgb(221,24,93); }
H1.HeaderClassName
{
color: #DD185D;
}
.AnyTagClassName
{
color: #DD185D;
}
</style>
background-color css
<style>
a { background-color: #DD185D; }
a { background-color: rgb(221,24,93); }
div.DivClassName
{
background-color: #DD185D;
}
.BgClassName
{
background-color: #DD185D;
}
</style>
border-color css
<style>
span { border-color: #DD185D; }
span { border-color: rgb(221,24,93); }
td.TdClassName
{
border-color: #DD185D;
}
.TagClassName
{
border-color: #DD185D;
}
</style>