Shades of Ruby #DD1767
Tints of Ruby #DD1767
RGB
CMYK
RGB Variations
Color information
#DD1767 (or 0xDD1767) is known color: Ruby. HEX triplet: DD, 17 and 67. RGB value is (221,23,103). Sum of RGB (Red+Green+Blue) = 221+23+103=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1767 is #22E898. Grayscale: #5B5B5B. Windows color (decimal): -2287769 or 6756317. OLE color: 6756317.
HSL color Cylindrical-coordinate representation of color #DD1767: hue angle of 335.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1767 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 103 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.13 |
| HSL | 335.76º | 0.81% | 0.48% | - |
| HSV(B) | 335.76º | 0.9% | 0.87% | - |
| XYZ | 32.57 | 16.96 | 14.39 | - |
| YUV | 91.32 | 134.6 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 103 | 0 | 0.90 | 0.53 | 0.13 | 335.76 | 0.81 | 0.48 |
| Hex | DD | 17 | 67 | 0 | 5A | 35 | D | 150 | 51 | 30 |
| Octal | 335 | 27 | 147 | 0 | 132 | 65 | 15 | 520 | 121 | 60 |
| Binary | 11011101 | 10111 | 1100111 | 0 | 1011010 | 110101 | 1101 | 101010000 | 1010001 | 110000 |
Color Harmonies of #DD1767
Complementary color
Monochromatic Colors of #DD1767
Black with #DD1767
Text Example
Text Example
White with #DD1767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1767; }
p { color: rgb(221,23,103); }
H1.HeaderClassName
{
color: #DD1767;
}
.AnyTagClassName
{
color: #DD1767;
}
</style>
background-color css
<style>
a { background-color: #DD1767; }
a { background-color: rgb(221,23,103); }
div.DivClassName
{
background-color: #DD1767;
}
.BgClassName
{
background-color: #DD1767;
}
</style>
border-color css
<style>
span { border-color: #DD1767; }
span { border-color: rgb(221,23,103); }
td.TdClassName
{
border-color: #DD1767;
}
.TagClassName
{
border-color: #DD1767;
}
</style>