Shades of Ruby #DD195E
Tints of Ruby #DD195E
RGB
CMYK
RGB Variations
Color information
#DD195E (or 0xDD195E) is known color: Ruby. HEX triplet: DD, 19 and 5E. RGB value is (221,25,94). Sum of RGB (Red+Green+Blue) = 221+25+94=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD195E is #22E6A1. Grayscale: #5B5B5B. Windows color (decimal): -2287266 or 6167005. OLE color: 6167005.
HSL color Cylindrical-coordinate representation of color #DD195E: hue angle of 338.88º 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 #DD195E is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 94 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.13 |
| HSL | 338.88º | 0.8% | 0.48% | - |
| HSV(B) | 338.88º | 0.89% | 0.87% | - |
| XYZ | 32.19 | 16.88 | 12.15 | - |
| YUV | 91.47 | 129.43 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 94 | 0 | 0.89 | 0.57 | 0.13 | 338.88 | 0.8 | 0.48 |
| Hex | DD | 19 | 5E | 0 | 59 | 39 | D | 153 | 50 | 30 |
| Octal | 335 | 31 | 136 | 0 | 131 | 71 | 15 | 523 | 120 | 60 |
| Binary | 11011101 | 11001 | 1011110 | 0 | 1011001 | 111001 | 1101 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DD195E
Complementary color
Monochromatic Colors of #DD195E
Black with #DD195E
Text Example
Text Example
White with #DD195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD195E; }
p { color: rgb(221,25,94); }
H1.HeaderClassName
{
color: #DD195E;
}
.AnyTagClassName
{
color: #DD195E;
}
</style>
background-color css
<style>
a { background-color: #DD195E; }
a { background-color: rgb(221,25,94); }
div.DivClassName
{
background-color: #DD195E;
}
.BgClassName
{
background-color: #DD195E;
}
</style>
border-color css
<style>
span { border-color: #DD195E; }
span { border-color: rgb(221,25,94); }
td.TdClassName
{
border-color: #DD195E;
}
.TagClassName
{
border-color: #DD195E;
}
</style>