Shades of Ruby #DD1B73
Tints of Ruby #DD1B73
RGB
CMYK
RGB Variations
Color information
#DD1B73 (or 0xDD1B73) is known color: Ruby. HEX triplet: DD, 1B and 73. RGB value is (221,27,115). Sum of RGB (Red+Green+Blue) = 221+27+115=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B73 is #22E48C. Grayscale: #5E5E5E. Windows color (decimal): -2286733 or 7543773. OLE color: 7543773.
HSL color Cylindrical-coordinate representation of color #DD1B73: hue angle of 332.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B73 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 115 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.13 |
| HSL | 332.78º | 0.78% | 0.49% | - |
| HSV(B) | 332.78º | 0.88% | 0.87% | - |
| XYZ | 33.31 | 17.39 | 17.82 | - |
| YUV | 95.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 115 | 0 | 0.88 | 0.48 | 0.13 | 332.78 | 0.78 | 0.49 |
| Hex | DD | 1B | 73 | 0 | 58 | 30 | D | 14D | 4E | 31 |
| Octal | 335 | 33 | 163 | 0 | 130 | 60 | 15 | 515 | 116 | 61 |
| Binary | 11011101 | 11011 | 1110011 | 0 | 1011000 | 110000 | 1101 | 101001101 | 1001110 | 110001 |
Color Harmonies of #DD1B73
Complementary color
Monochromatic Colors of #DD1B73
Black with #DD1B73
Text Example
Text Example
White with #DD1B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B73; }
p { color: rgb(221,27,115); }
H1.HeaderClassName
{
color: #DD1B73;
}
.AnyTagClassName
{
color: #DD1B73;
}
</style>
background-color css
<style>
a { background-color: #DD1B73; }
a { background-color: rgb(221,27,115); }
div.DivClassName
{
background-color: #DD1B73;
}
.BgClassName
{
background-color: #DD1B73;
}
</style>
border-color css
<style>
span { border-color: #DD1B73; }
span { border-color: rgb(221,27,115); }
td.TdClassName
{
border-color: #DD1B73;
}
.TagClassName
{
border-color: #DD1B73;
}
</style>