Shades of Ruby #DD0F76
Tints of Ruby #DD0F76
RGB
CMYK
RGB Variations
Color information
#DD0F76 (or 0xDD0F76) is known color: Ruby. HEX triplet: DD, 0F and 76. RGB value is (221,15,118). Sum of RGB (Red+Green+Blue) = 221+15+118=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F76 is #22F089. Grayscale: #585858. Windows color (decimal): -2289802 or 7737309. OLE color: 7737309.
HSL color Cylindrical-coordinate representation of color #DD0F76: hue angle of 330º 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 #DD0F76 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 118 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.13 |
| HSL | 330º | 0.87% | 0.46% | - |
| HSV(B) | 330º | 0.93% | 0.87% | - |
| XYZ | 33.26 | 17.02 | 18.67 | - |
| YUV | 88.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 118 | 0 | 0.93 | 0.47 | 0.13 | 330 | 0.87 | 0.46 |
| Hex | DD | F | 76 | 0 | 5D | 2F | D | 14A | 57 | 2E |
| Octal | 335 | 17 | 166 | 0 | 135 | 57 | 15 | 512 | 127 | 56 |
| Binary | 11011101 | 1111 | 1110110 | 0 | 1011101 | 101111 | 1101 | 101001010 | 1010111 | 101110 |
Color Harmonies of #DD0F76
Complementary color
Monochromatic Colors of #DD0F76
Black with #DD0F76
Text Example
Text Example
White with #DD0F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F76; }
p { color: rgb(221,15,118); }
H1.HeaderClassName
{
color: #DD0F76;
}
.AnyTagClassName
{
color: #DD0F76;
}
</style>
background-color css
<style>
a { background-color: #DD0F76; }
a { background-color: rgb(221,15,118); }
div.DivClassName
{
background-color: #DD0F76;
}
.BgClassName
{
background-color: #DD0F76;
}
</style>
border-color css
<style>
span { border-color: #DD0F76; }
span { border-color: rgb(221,15,118); }
td.TdClassName
{
border-color: #DD0F76;
}
.TagClassName
{
border-color: #DD0F76;
}
</style>