Shades of Ruby #DD0C64
Tints of Ruby #DD0C64
RGB
CMYK
RGB Variations
Color information
#DD0C64 (or 0xDD0C64) is known color: Ruby. HEX triplet: DD, 0C and 64. RGB value is (221,12,100). Sum of RGB (Red+Green+Blue) = 221+12+100=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C64 is #22F39B. Grayscale: #545454. Windows color (decimal): -2290588 or 6556893. OLE color: 6556893.
HSL color Cylindrical-coordinate representation of color #DD0C64: hue angle of 334.74º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C64 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 100 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.13 |
| HSL | 334.74º | 0.9% | 0.46% | - |
| HSV(B) | 334.74º | 0.95% | 0.87% | - |
| XYZ | 32.25 | 16.56 | 13.55 | - |
| YUV | 84.52 | 136.74 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 100 | 0 | 0.95 | 0.55 | 0.13 | 334.74 | 0.9 | 0.46 |
| Hex | DD | C | 64 | 0 | 5F | 37 | D | 14F | 5A | 2E |
| Octal | 335 | 14 | 144 | 0 | 137 | 67 | 15 | 517 | 132 | 56 |
| Binary | 11011101 | 1100 | 1100100 | 0 | 1011111 | 110111 | 1101 | 101001111 | 1011010 | 101110 |
Color Harmonies of #DD0C64
Complementary color
Monochromatic Colors of #DD0C64
Black with #DD0C64
Text Example
Text Example
White with #DD0C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C64; }
p { color: rgb(221,12,100); }
H1.HeaderClassName
{
color: #DD0C64;
}
.AnyTagClassName
{
color: #DD0C64;
}
</style>
background-color css
<style>
a { background-color: #DD0C64; }
a { background-color: rgb(221,12,100); }
div.DivClassName
{
background-color: #DD0C64;
}
.BgClassName
{
background-color: #DD0C64;
}
</style>
border-color css
<style>
span { border-color: #DD0C64; }
span { border-color: rgb(221,12,100); }
td.TdClassName
{
border-color: #DD0C64;
}
.TagClassName
{
border-color: #DD0C64;
}
</style>