Shades of Ruby #DD1267
Tints of Ruby #DD1267
RGB
CMYK
RGB Variations
Color information
#DD1267 (or 0xDD1267) is known color: Ruby. HEX triplet: DD, 12 and 67. RGB value is (221,18,103). Sum of RGB (Red+Green+Blue) = 221+18+103=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1267 is #22ED98. Grayscale: #585858. Windows color (decimal): -2289049 or 6755037. OLE color: 6755037.
HSL color Cylindrical-coordinate representation of color #DD1267: hue angle of 334.88º 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 #DD1267 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 103 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.13 |
| HSL | 334.88º | 0.85% | 0.47% | - |
| HSV(B) | 334.88º | 0.92% | 0.87% | - |
| XYZ | 32.48 | 16.78 | 14.36 | - |
| YUV | 88.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 103 | 0 | 0.92 | 0.53 | 0.13 | 334.88 | 0.85 | 0.47 |
| Hex | DD | 12 | 67 | 0 | 5C | 35 | D | 14F | 55 | 2F |
| Octal | 335 | 22 | 147 | 0 | 134 | 65 | 15 | 517 | 125 | 57 |
| Binary | 11011101 | 10010 | 1100111 | 0 | 1011100 | 110101 | 1101 | 101001111 | 1010101 | 101111 |
Color Harmonies of #DD1267
Complementary color
Monochromatic Colors of #DD1267
Black with #DD1267
Text Example
Text Example
White with #DD1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1267; }
p { color: rgb(221,18,103); }
H1.HeaderClassName
{
color: #DD1267;
}
.AnyTagClassName
{
color: #DD1267;
}
</style>
background-color css
<style>
a { background-color: #DD1267; }
a { background-color: rgb(221,18,103); }
div.DivClassName
{
background-color: #DD1267;
}
.BgClassName
{
background-color: #DD1267;
}
</style>
border-color css
<style>
span { border-color: #DD1267; }
span { border-color: rgb(221,18,103); }
td.TdClassName
{
border-color: #DD1267;
}
.TagClassName
{
border-color: #DD1267;
}
</style>