Shades of Ruby #DD0975
Tints of Ruby #DD0975
RGB
CMYK
RGB Variations
Color information
#DD0975 (or 0xDD0975) is known color: Ruby. HEX triplet: DD, 09 and 75. RGB value is (221,9,117). Sum of RGB (Red+Green+Blue) = 221+9+117=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0975 is #22F68A. Grayscale: #545454. Windows color (decimal): -2291339 or 7670237. OLE color: 7670237.
HSL color Cylindrical-coordinate representation of color #DD0975: hue angle of 329.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0975 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.13 |
| HSL | 329.43º | 0.92% | 0.45% | - |
| HSV(B) | 329.43º | 0.96% | 0.87% | - |
| XYZ | 33.13 | 16.85 | 18.34 | - |
| YUV | 84.7 | 146.24 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 117 | 0 | 0.96 | 0.47 | 0.13 | 329.43 | 0.92 | 0.45 |
| Hex | DD | 9 | 75 | 0 | 60 | 2F | D | 149 | 5C | 2D |
| Octal | 335 | 11 | 165 | 0 | 140 | 57 | 15 | 511 | 134 | 55 |
| Binary | 11011101 | 1001 | 1110101 | 0 | 1100000 | 101111 | 1101 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DD0975
Complementary color
Monochromatic Colors of #DD0975
Black with #DD0975
Text Example
Text Example
White with #DD0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0975; }
p { color: rgb(221,9,117); }
H1.HeaderClassName
{
color: #DD0975;
}
.AnyTagClassName
{
color: #DD0975;
}
</style>
background-color css
<style>
a { background-color: #DD0975; }
a { background-color: rgb(221,9,117); }
div.DivClassName
{
background-color: #DD0975;
}
.BgClassName
{
background-color: #DD0975;
}
</style>
border-color css
<style>
span { border-color: #DD0975; }
span { border-color: rgb(221,9,117); }
td.TdClassName
{
border-color: #DD0975;
}
.TagClassName
{
border-color: #DD0975;
}
</style>