Shades of Ruby #DD0F74
Tints of Ruby #DD0F74
RGB
CMYK
RGB Variations
Color information
#DD0F74 (or 0xDD0F74) is known color: Ruby. HEX triplet: DD, 0F and 74. RGB value is (221,15,116). Sum of RGB (Red+Green+Blue) = 221+15+116=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F74 is #22F08B. Grayscale: #575757. Windows color (decimal): -2289804 or 7606237. OLE color: 7606237.
HSL color Cylindrical-coordinate representation of color #DD0F74: hue angle of 330.58º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F74 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 116 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.13 |
| HSL | 330.58º | 0.87% | 0.46% | - |
| HSV(B) | 330.58º | 0.93% | 0.87% | - |
| XYZ | 33.14 | 16.97 | 18.05 | - |
| YUV | 88.11 | 143.75 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 116 | 0 | 0.93 | 0.48 | 0.13 | 330.58 | 0.87 | 0.46 |
| Hex | DD | F | 74 | 0 | 5D | 30 | D | 14B | 57 | 2E |
| Octal | 335 | 17 | 164 | 0 | 135 | 60 | 15 | 513 | 127 | 56 |
| Binary | 11011101 | 1111 | 1110100 | 0 | 1011101 | 110000 | 1101 | 101001011 | 1010111 | 101110 |
Color Harmonies of #DD0F74
Complementary color
Monochromatic Colors of #DD0F74
Black with #DD0F74
Text Example
Text Example
White with #DD0F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F74; }
p { color: rgb(221,15,116); }
H1.HeaderClassName
{
color: #DD0F74;
}
.AnyTagClassName
{
color: #DD0F74;
}
</style>
background-color css
<style>
a { background-color: #DD0F74; }
a { background-color: rgb(221,15,116); }
div.DivClassName
{
background-color: #DD0F74;
}
.BgClassName
{
background-color: #DD0F74;
}
</style>
border-color css
<style>
span { border-color: #DD0F74; }
span { border-color: rgb(221,15,116); }
td.TdClassName
{
border-color: #DD0F74;
}
.TagClassName
{
border-color: #DD0F74;
}
</style>