Shades of Ruby #DD0E67
Tints of Ruby #DD0E67
RGB
CMYK
RGB Variations
Color information
#DD0E67 (or 0xDD0E67) is known color: Ruby. HEX triplet: DD, 0E and 67. RGB value is (221,14,103). Sum of RGB (Red+Green+Blue) = 221+14+103=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E67 is #22F198. Grayscale: #555555. Windows color (decimal): -2290073 or 6754013. OLE color: 6754013.
HSL color Cylindrical-coordinate representation of color #DD0E67: hue angle of 334.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E67 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 103 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.13 |
| HSL | 334.2º | 0.88% | 0.46% | - |
| HSV(B) | 334.2º | 0.94% | 0.87% | - |
| XYZ | 32.42 | 16.67 | 14.34 | - |
| YUV | 86.04 | 137.58 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 103 | 0 | 0.94 | 0.53 | 0.13 | 334.2 | 0.88 | 0.46 |
| Hex | DD | E | 67 | 0 | 5E | 35 | D | 14E | 58 | 2E |
| Octal | 335 | 16 | 147 | 0 | 136 | 65 | 15 | 516 | 130 | 56 |
| Binary | 11011101 | 1110 | 1100111 | 0 | 1011110 | 110101 | 1101 | 101001110 | 1011000 | 101110 |
Color Harmonies of #DD0E67
Complementary color
Monochromatic Colors of #DD0E67
Black with #DD0E67
Text Example
Text Example
White with #DD0E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E67; }
p { color: rgb(221,14,103); }
H1.HeaderClassName
{
color: #DD0E67;
}
.AnyTagClassName
{
color: #DD0E67;
}
</style>
background-color css
<style>
a { background-color: #DD0E67; }
a { background-color: rgb(221,14,103); }
div.DivClassName
{
background-color: #DD0E67;
}
.BgClassName
{
background-color: #DD0E67;
}
</style>
border-color css
<style>
span { border-color: #DD0E67; }
span { border-color: rgb(221,14,103); }
td.TdClassName
{
border-color: #DD0E67;
}
.TagClassName
{
border-color: #DD0E67;
}
</style>