Shades of Ruby #DD0D75
Tints of Ruby #DD0D75
RGB
CMYK
RGB Variations
Color information
#DD0D75 (or 0xDD0D75) is known color: Ruby. HEX triplet: DD, 0D and 75. RGB value is (221,13,117). Sum of RGB (Red+Green+Blue) = 221+13+117=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D75 is #22F28A. Grayscale: #565656. Windows color (decimal): -2290315 or 7671261. OLE color: 7671261.
HSL color Cylindrical-coordinate representation of color #DD0D75: hue angle of 330º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D75 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 117 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.13 |
| HSL | 330º | 0.89% | 0.46% | - |
| HSV(B) | 330º | 0.94% | 0.87% | - |
| XYZ | 33.17 | 16.94 | 18.35 | - |
| YUV | 87.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 117 | 0 | 0.94 | 0.47 | 0.13 | 330 | 0.89 | 0.46 |
| Hex | DD | D | 75 | 0 | 5E | 2F | D | 14A | 59 | 2E |
| Octal | 335 | 15 | 165 | 0 | 136 | 57 | 15 | 512 | 131 | 56 |
| Binary | 11011101 | 1101 | 1110101 | 0 | 1011110 | 101111 | 1101 | 101001010 | 1011001 | 101110 |
Color Harmonies of #DD0D75
Complementary color
Monochromatic Colors of #DD0D75
Black with #DD0D75
Text Example
Text Example
White with #DD0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D75; }
p { color: rgb(221,13,117); }
H1.HeaderClassName
{
color: #DD0D75;
}
.AnyTagClassName
{
color: #DD0D75;
}
</style>
background-color css
<style>
a { background-color: #DD0D75; }
a { background-color: rgb(221,13,117); }
div.DivClassName
{
background-color: #DD0D75;
}
.BgClassName
{
background-color: #DD0D75;
}
</style>
border-color css
<style>
span { border-color: #DD0D75; }
span { border-color: rgb(221,13,117); }
td.TdClassName
{
border-color: #DD0D75;
}
.TagClassName
{
border-color: #DD0D75;
}
</style>