Shades of Ruby #DD0475
Tints of Ruby #DD0475
RGB
CMYK
RGB Variations
Color information
#DD0475 (or 0xDD0475) is known color: Ruby. HEX triplet: DD, 04 and 75. RGB value is (221,4,117). Sum of RGB (Red+Green+Blue) = 221+4+117=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0475 is #22FB8A. Grayscale: #515151. Windows color (decimal): -2292619 or 7668957. OLE color: 7668957.
HSL color Cylindrical-coordinate representation of color #DD0475: hue angle of 328.76º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0475 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.13 |
| HSL | 328.76º | 0.96% | 0.44% | - |
| HSV(B) | 328.76º | 0.98% | 0.87% | - |
| XYZ | 33.07 | 16.74 | 18.32 | - |
| YUV | 81.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 117 | 0 | 0.98 | 0.47 | 0.13 | 328.76 | 0.96 | 0.44 |
| Hex | DD | 4 | 75 | 0 | 62 | 2F | D | 149 | 60 | 2C |
| Octal | 335 | 4 | 165 | 0 | 142 | 57 | 15 | 511 | 140 | 54 |
| Binary | 11011101 | 100 | 1110101 | 0 | 1100010 | 101111 | 1101 | 101001001 | 1100000 | 101100 |
Color Harmonies of #DD0475
Complementary color
Monochromatic Colors of #DD0475
Black with #DD0475
Text Example
Text Example
White with #DD0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0475; }
p { color: rgb(221,4,117); }
H1.HeaderClassName
{
color: #DD0475;
}
.AnyTagClassName
{
color: #DD0475;
}
</style>
background-color css
<style>
a { background-color: #DD0475; }
a { background-color: rgb(221,4,117); }
div.DivClassName
{
background-color: #DD0475;
}
.BgClassName
{
background-color: #DD0475;
}
</style>
border-color css
<style>
span { border-color: #DD0475; }
span { border-color: rgb(221,4,117); }
td.TdClassName
{
border-color: #DD0475;
}
.TagClassName
{
border-color: #DD0475;
}
</style>