Shades of Ruby #DD195D
Tints of Ruby #DD195D
RGB
CMYK
RGB Variations
Color information
#DD195D (or 0xDD195D) is known color: Ruby. HEX triplet: DD, 19 and 5D. RGB value is (221,25,93). Sum of RGB (Red+Green+Blue) = 221+25+93=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD195D is #22E6A2. Grayscale: #5B5B5B. Windows color (decimal): -2287267 or 6101469. OLE color: 6101469.
HSL color Cylindrical-coordinate representation of color #DD195D: hue angle of 339.18º 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 #DD195D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.13 |
| HSL | 339.18º | 0.8% | 0.48% | - |
| HSV(B) | 339.18º | 0.89% | 0.87% | - |
| XYZ | 32.14 | 16.86 | 11.92 | - |
| YUV | 91.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 93 | 0 | 0.89 | 0.58 | 0.13 | 339.18 | 0.8 | 0.48 |
| Hex | DD | 19 | 5D | 0 | 59 | 3A | D | 153 | 50 | 30 |
| Octal | 335 | 31 | 135 | 0 | 131 | 72 | 15 | 523 | 120 | 60 |
| Binary | 11011101 | 11001 | 1011101 | 0 | 1011001 | 111010 | 1101 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DD195D
Complementary color
Monochromatic Colors of #DD195D
Black with #DD195D
Text Example
Text Example
White with #DD195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD195D; }
p { color: rgb(221,25,93); }
H1.HeaderClassName
{
color: #DD195D;
}
.AnyTagClassName
{
color: #DD195D;
}
</style>
background-color css
<style>
a { background-color: #DD195D; }
a { background-color: rgb(221,25,93); }
div.DivClassName
{
background-color: #DD195D;
}
.BgClassName
{
background-color: #DD195D;
}
</style>
border-color css
<style>
span { border-color: #DD195D; }
span { border-color: rgb(221,25,93); }
td.TdClassName
{
border-color: #DD195D;
}
.TagClassName
{
border-color: #DD195D;
}
</style>