Shades of Ruby #DD1678
Tints of Ruby #DD1678
RGB
CMYK
RGB Variations
Color information
#DD1678 (or 0xDD1678) is known color: Ruby. HEX triplet: DD, 16 and 78. RGB value is (221,22,120). Sum of RGB (Red+Green+Blue) = 221+22+120=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1678 is #22E987. Grayscale: #5C5C5C. Windows color (decimal): -2288008 or 7870173. OLE color: 7870173.
HSL color Cylindrical-coordinate representation of color #DD1678: hue angle of 330.45º 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 #DD1678 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 120 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.13 |
| HSL | 330.45º | 0.82% | 0.48% | - |
| HSV(B) | 330.45º | 0.9% | 0.87% | - |
| XYZ | 33.5 | 17.3 | 19.34 | - |
| YUV | 92.67 | 143.43 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 120 | 0 | 0.90 | 0.46 | 0.13 | 330.45 | 0.82 | 0.48 |
| Hex | DD | 16 | 78 | 0 | 5A | 2E | D | 14A | 52 | 30 |
| Octal | 335 | 26 | 170 | 0 | 132 | 56 | 15 | 512 | 122 | 60 |
| Binary | 11011101 | 10110 | 1111000 | 0 | 1011010 | 101110 | 1101 | 101001010 | 1010010 | 110000 |
Color Harmonies of #DD1678
Complementary color
Monochromatic Colors of #DD1678
Black with #DD1678
Text Example
Text Example
White with #DD1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1678; }
p { color: rgb(221,22,120); }
H1.HeaderClassName
{
color: #DD1678;
}
.AnyTagClassName
{
color: #DD1678;
}
</style>
background-color css
<style>
a { background-color: #DD1678; }
a { background-color: rgb(221,22,120); }
div.DivClassName
{
background-color: #DD1678;
}
.BgClassName
{
background-color: #DD1678;
}
</style>
border-color css
<style>
span { border-color: #DD1678; }
span { border-color: rgb(221,22,120); }
td.TdClassName
{
border-color: #DD1678;
}
.TagClassName
{
border-color: #DD1678;
}
</style>