Shades of Ruby #DD0875
Tints of Ruby #DD0875
RGB
CMYK
RGB Variations
Color information
#DD0875 (or 0xDD0875) is known color: Ruby. HEX triplet: DD, 08 and 75. RGB value is (221,8,117). Sum of RGB (Red+Green+Blue) = 221+8+117=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0875 is #22F78A. Grayscale: #535353. Windows color (decimal): -2291595 or 7669981. OLE color: 7669981.
HSL color Cylindrical-coordinate representation of color #DD0875: hue angle of 329.3º degrees, saturation: 0.93, 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 #DD0875 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.13 |
| HSL | 329.3º | 0.93% | 0.45% | - |
| HSV(B) | 329.3º | 0.96% | 0.87% | - |
| XYZ | 33.12 | 16.83 | 18.33 | - |
| YUV | 84.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 117 | 0 | 0.96 | 0.47 | 0.13 | 329.3 | 0.93 | 0.45 |
| Hex | DD | 8 | 75 | 0 | 60 | 2F | D | 149 | 5D | 2D |
| Octal | 335 | 10 | 165 | 0 | 140 | 57 | 15 | 511 | 135 | 55 |
| Binary | 11011101 | 1000 | 1110101 | 0 | 1100000 | 101111 | 1101 | 101001001 | 1011101 | 101101 |
Color Harmonies of #DD0875
Complementary color
Monochromatic Colors of #DD0875
Black with #DD0875
Text Example
Text Example
White with #DD0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0875; }
p { color: rgb(221,8,117); }
H1.HeaderClassName
{
color: #DD0875;
}
.AnyTagClassName
{
color: #DD0875;
}
</style>
background-color css
<style>
a { background-color: #DD0875; }
a { background-color: rgb(221,8,117); }
div.DivClassName
{
background-color: #DD0875;
}
.BgClassName
{
background-color: #DD0875;
}
</style>
border-color css
<style>
span { border-color: #DD0875; }
span { border-color: rgb(221,8,117); }
td.TdClassName
{
border-color: #DD0875;
}
.TagClassName
{
border-color: #DD0875;
}
</style>