Shades of Ruby #DD0973
Tints of Ruby #DD0973
RGB
CMYK
RGB Variations
Color information
#DD0973 (or 0xDD0973) is known color: Ruby. HEX triplet: DD, 09 and 73. RGB value is (221,9,115). Sum of RGB (Red+Green+Blue) = 221+9+115=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0973 is #22F68C. Grayscale: #545454. Windows color (decimal): -2291341 or 7539165. OLE color: 7539165.
HSL color Cylindrical-coordinate representation of color #DD0973: hue angle of 330º 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 #DD0973 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.13 |
| HSL | 330º | 0.92% | 0.45% | - |
| HSV(B) | 330º | 0.96% | 0.87% | - |
| XYZ | 33.01 | 16.81 | 17.72 | - |
| YUV | 84.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 115 | 0 | 0.96 | 0.48 | 0.13 | 330 | 0.92 | 0.45 |
| Hex | DD | 9 | 73 | 0 | 60 | 30 | D | 14A | 5C | 2D |
| Octal | 335 | 11 | 163 | 0 | 140 | 60 | 15 | 512 | 134 | 55 |
| Binary | 11011101 | 1001 | 1110011 | 0 | 1100000 | 110000 | 1101 | 101001010 | 1011100 | 101101 |
Color Harmonies of #DD0973
Complementary color
Monochromatic Colors of #DD0973
Black with #DD0973
Text Example
Text Example
White with #DD0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0973; }
p { color: rgb(221,9,115); }
H1.HeaderClassName
{
color: #DD0973;
}
.AnyTagClassName
{
color: #DD0973;
}
</style>
background-color css
<style>
a { background-color: #DD0973; }
a { background-color: rgb(221,9,115); }
div.DivClassName
{
background-color: #DD0973;
}
.BgClassName
{
background-color: #DD0973;
}
</style>
border-color css
<style>
span { border-color: #DD0973; }
span { border-color: rgb(221,9,115); }
td.TdClassName
{
border-color: #DD0973;
}
.TagClassName
{
border-color: #DD0973;
}
</style>