Shades of Ruby #DD0C69
Tints of Ruby #DD0C69
RGB
CMYK
RGB Variations
Color information
#DD0C69 (or 0xDD0C69) is known color: Ruby. HEX triplet: DD, 0C and 69. RGB value is (221,12,105). Sum of RGB (Red+Green+Blue) = 221+12+105=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C69 is #22F396. Grayscale: #545454. Windows color (decimal): -2290583 or 6884573. OLE color: 6884573.
HSL color Cylindrical-coordinate representation of color #DD0C69: hue angle of 333.3º 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 #DD0C69 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 105 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.13 |
| HSL | 333.3º | 0.9% | 0.46% | - |
| HSV(B) | 333.3º | 0.95% | 0.87% | - |
| XYZ | 32.5 | 16.66 | 14.87 | - |
| YUV | 85.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 105 | 0 | 0.95 | 0.52 | 0.13 | 333.3 | 0.9 | 0.46 |
| Hex | DD | C | 69 | 0 | 5F | 34 | D | 14D | 5A | 2E |
| Octal | 335 | 14 | 151 | 0 | 137 | 64 | 15 | 515 | 132 | 56 |
| Binary | 11011101 | 1100 | 1101001 | 0 | 1011111 | 110100 | 1101 | 101001101 | 1011010 | 101110 |
Color Harmonies of #DD0C69
Complementary color
Monochromatic Colors of #DD0C69
Black with #DD0C69
Text Example
Text Example
White with #DD0C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C69; }
p { color: rgb(221,12,105); }
H1.HeaderClassName
{
color: #DD0C69;
}
.AnyTagClassName
{
color: #DD0C69;
}
</style>
background-color css
<style>
a { background-color: #DD0C69; }
a { background-color: rgb(221,12,105); }
div.DivClassName
{
background-color: #DD0C69;
}
.BgClassName
{
background-color: #DD0C69;
}
</style>
border-color css
<style>
span { border-color: #DD0C69; }
span { border-color: rgb(221,12,105); }
td.TdClassName
{
border-color: #DD0C69;
}
.TagClassName
{
border-color: #DD0C69;
}
</style>