Shades of Ruby #DD0C68
Tints of Ruby #DD0C68
RGB
CMYK
RGB Variations
Color information
#DD0C68 (or 0xDD0C68) is known color: Ruby. HEX triplet: DD, 0C and 68. RGB value is (221,12,104). Sum of RGB (Red+Green+Blue) = 221+12+104=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C68 is #22F397. Grayscale: #545454. Windows color (decimal): -2290584 or 6819037. OLE color: 6819037.
HSL color Cylindrical-coordinate representation of color #DD0C68: hue angle of 333.59º 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 #DD0C68 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 104 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.13 |
| HSL | 333.59º | 0.9% | 0.46% | - |
| HSV(B) | 333.59º | 0.95% | 0.87% | - |
| XYZ | 32.45 | 16.63 | 14.6 | - |
| YUV | 84.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 104 | 0 | 0.95 | 0.53 | 0.13 | 333.59 | 0.9 | 0.46 |
| Hex | DD | C | 68 | 0 | 5F | 35 | D | 14E | 5A | 2E |
| Octal | 335 | 14 | 150 | 0 | 137 | 65 | 15 | 516 | 132 | 56 |
| Binary | 11011101 | 1100 | 1101000 | 0 | 1011111 | 110101 | 1101 | 101001110 | 1011010 | 101110 |
Color Harmonies of #DD0C68
Complementary color
Monochromatic Colors of #DD0C68
Black with #DD0C68
Text Example
Text Example
White with #DD0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C68; }
p { color: rgb(221,12,104); }
H1.HeaderClassName
{
color: #DD0C68;
}
.AnyTagClassName
{
color: #DD0C68;
}
</style>
background-color css
<style>
a { background-color: #DD0C68; }
a { background-color: rgb(221,12,104); }
div.DivClassName
{
background-color: #DD0C68;
}
.BgClassName
{
background-color: #DD0C68;
}
</style>
border-color css
<style>
span { border-color: #DD0C68; }
span { border-color: rgb(221,12,104); }
td.TdClassName
{
border-color: #DD0C68;
}
.TagClassName
{
border-color: #DD0C68;
}
</style>