Shades of Ruby #DD1072
Tints of Ruby #DD1072
RGB
CMYK
RGB Variations
Color information
#DD1072 (or 0xDD1072) is known color: Ruby. HEX triplet: DD, 10 and 72. RGB value is (221,16,114). Sum of RGB (Red+Green+Blue) = 221+16+114=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1072 is #22EF8D. Grayscale: #585858. Windows color (decimal): -2289550 or 7475421. OLE color: 7475421.
HSL color Cylindrical-coordinate representation of color #DD1072: hue angle of 331.32º degrees, saturation: 0.86, 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 #DD1072 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 114 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.13 |
| HSL | 331.32º | 0.86% | 0.46% | - |
| HSV(B) | 331.32º | 0.93% | 0.87% | - |
| XYZ | 33.04 | 16.96 | 17.45 | - |
| YUV | 88.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 114 | 0 | 0.93 | 0.48 | 0.13 | 331.32 | 0.86 | 0.46 |
| Hex | DD | 10 | 72 | 0 | 5D | 30 | D | 14B | 56 | 2E |
| Octal | 335 | 20 | 162 | 0 | 135 | 60 | 15 | 513 | 126 | 56 |
| Binary | 11011101 | 10000 | 1110010 | 0 | 1011101 | 110000 | 1101 | 101001011 | 1010110 | 101110 |
Color Harmonies of #DD1072
Complementary color
Monochromatic Colors of #DD1072
Black with #DD1072
Text Example
Text Example
White with #DD1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1072; }
p { color: rgb(221,16,114); }
H1.HeaderClassName
{
color: #DD1072;
}
.AnyTagClassName
{
color: #DD1072;
}
</style>
background-color css
<style>
a { background-color: #DD1072; }
a { background-color: rgb(221,16,114); }
div.DivClassName
{
background-color: #DD1072;
}
.BgClassName
{
background-color: #DD1072;
}
</style>
border-color css
<style>
span { border-color: #DD1072; }
span { border-color: rgb(221,16,114); }
td.TdClassName
{
border-color: #DD1072;
}
.TagClassName
{
border-color: #DD1072;
}
</style>