Shades of Ruby #DD195F
Tints of Ruby #DD195F
RGB
CMYK
RGB Variations
Color information
#DD195F (or 0xDD195F) is known color: Ruby. HEX triplet: DD, 19 and 5F. RGB value is (221,25,95). Sum of RGB (Red+Green+Blue) = 221+25+95=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD195F is #22E6A0. Grayscale: #5B5B5B. Windows color (decimal): -2287265 or 6232541. OLE color: 6232541.
HSL color Cylindrical-coordinate representation of color #DD195F: hue angle of 338.57º 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 #DD195F is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 95 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.13 |
| HSL | 338.57º | 0.8% | 0.48% | - |
| HSV(B) | 338.57º | 0.89% | 0.87% | - |
| XYZ | 32.23 | 16.89 | 12.39 | - |
| YUV | 91.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 95 | 0 | 0.89 | 0.57 | 0.13 | 338.57 | 0.8 | 0.48 |
| Hex | DD | 19 | 5F | 0 | 59 | 39 | D | 153 | 50 | 30 |
| Octal | 335 | 31 | 137 | 0 | 131 | 71 | 15 | 523 | 120 | 60 |
| Binary | 11011101 | 11001 | 1011111 | 0 | 1011001 | 111001 | 1101 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DD195F
Complementary color
Monochromatic Colors of #DD195F
Black with #DD195F
Text Example
Text Example
White with #DD195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD195F; }
p { color: rgb(221,25,95); }
H1.HeaderClassName
{
color: #DD195F;
}
.AnyTagClassName
{
color: #DD195F;
}
</style>
background-color css
<style>
a { background-color: #DD195F; }
a { background-color: rgb(221,25,95); }
div.DivClassName
{
background-color: #DD195F;
}
.BgClassName
{
background-color: #DD195F;
}
</style>
border-color css
<style>
span { border-color: #DD195F; }
span { border-color: rgb(221,25,95); }
td.TdClassName
{
border-color: #DD195F;
}
.TagClassName
{
border-color: #DD195F;
}
</style>