Shades of Ruby #DD1667
Tints of Ruby #DD1667
RGB
CMYK
RGB Variations
Color information
#DD1667 (or 0xDD1667) is known color: Ruby. HEX triplet: DD, 16 and 67. RGB value is (221,22,103). Sum of RGB (Red+Green+Blue) = 221+22+103=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1667 is #22E998. Grayscale: #5A5A5A. Windows color (decimal): -2288025 or 6756061. OLE color: 6756061.
HSL color Cylindrical-coordinate representation of color #DD1667: hue angle of 335.58º degrees, saturation: 0.82, 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 #DD1667 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 103 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.13 |
| HSL | 335.58º | 0.82% | 0.48% | - |
| HSV(B) | 335.58º | 0.9% | 0.87% | - |
| XYZ | 32.55 | 16.93 | 14.38 | - |
| YUV | 90.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 103 | 0 | 0.90 | 0.53 | 0.13 | 335.58 | 0.82 | 0.48 |
| Hex | DD | 16 | 67 | 0 | 5A | 35 | D | 150 | 52 | 30 |
| Octal | 335 | 26 | 147 | 0 | 132 | 65 | 15 | 520 | 122 | 60 |
| Binary | 11011101 | 10110 | 1100111 | 0 | 1011010 | 110101 | 1101 | 101010000 | 1010010 | 110000 |
Color Harmonies of #DD1667
Complementary color
Monochromatic Colors of #DD1667
Black with #DD1667
Text Example
Text Example
White with #DD1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1667; }
p { color: rgb(221,22,103); }
H1.HeaderClassName
{
color: #DD1667;
}
.AnyTagClassName
{
color: #DD1667;
}
</style>
background-color css
<style>
a { background-color: #DD1667; }
a { background-color: rgb(221,22,103); }
div.DivClassName
{
background-color: #DD1667;
}
.BgClassName
{
background-color: #DD1667;
}
</style>
border-color css
<style>
span { border-color: #DD1667; }
span { border-color: rgb(221,22,103); }
td.TdClassName
{
border-color: #DD1667;
}
.TagClassName
{
border-color: #DD1667;
}
</style>