Shades of Ruby #DD1268
Tints of Ruby #DD1268
RGB
CMYK
RGB Variations
Color information
#DD1268 (or 0xDD1268) is known color: Ruby. HEX triplet: DD, 12 and 68. RGB value is (221,18,104). Sum of RGB (Red+Green+Blue) = 221+18+104=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1268 is #22ED97. Grayscale: #585858. Windows color (decimal): -2289048 or 6820573. OLE color: 6820573.
HSL color Cylindrical-coordinate representation of color #DD1268: hue angle of 334.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1268 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 104 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.13 |
| HSL | 334.58º | 0.85% | 0.47% | - |
| HSV(B) | 334.58º | 0.92% | 0.87% | - |
| XYZ | 32.53 | 16.8 | 14.63 | - |
| YUV | 88.5 | 136.75 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 104 | 0 | 0.92 | 0.53 | 0.13 | 334.58 | 0.85 | 0.47 |
| Hex | DD | 12 | 68 | 0 | 5C | 35 | D | 14F | 55 | 2F |
| Octal | 335 | 22 | 150 | 0 | 134 | 65 | 15 | 517 | 125 | 57 |
| Binary | 11011101 | 10010 | 1101000 | 0 | 1011100 | 110101 | 1101 | 101001111 | 1010101 | 101111 |
Color Harmonies of #DD1268
Complementary color
Monochromatic Colors of #DD1268
Black with #DD1268
Text Example
Text Example
White with #DD1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1268; }
p { color: rgb(221,18,104); }
H1.HeaderClassName
{
color: #DD1268;
}
.AnyTagClassName
{
color: #DD1268;
}
</style>
background-color css
<style>
a { background-color: #DD1268; }
a { background-color: rgb(221,18,104); }
div.DivClassName
{
background-color: #DD1268;
}
.BgClassName
{
background-color: #DD1268;
}
</style>
border-color css
<style>
span { border-color: #DD1268; }
span { border-color: rgb(221,18,104); }
td.TdClassName
{
border-color: #DD1268;
}
.TagClassName
{
border-color: #DD1268;
}
</style>