Shades of Ruby #DD0C6E
Tints of Ruby #DD0C6E
RGB
CMYK
RGB Variations
Color information
#DD0C6E (or 0xDD0C6E) is known color: Ruby. HEX triplet: DD, 0C and 6E. RGB value is (221,12,110). Sum of RGB (Red+Green+Blue) = 221+12+110=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C6E is #22F391. Grayscale: #555555. Windows color (decimal): -2290578 or 7212253. OLE color: 7212253.
HSL color Cylindrical-coordinate representation of color #DD0C6E: hue angle of 331.87º 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 #DD0C6E is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 110 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.13 |
| HSL | 331.87º | 0.9% | 0.46% | - |
| HSV(B) | 331.87º | 0.95% | 0.87% | - |
| XYZ | 32.76 | 16.76 | 16.26 | - |
| YUV | 85.66 | 141.74 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 110 | 0 | 0.95 | 0.50 | 0.13 | 331.87 | 0.9 | 0.46 |
| Hex | DD | C | 6E | 0 | 5F | 32 | D | 14C | 5A | 2E |
| Octal | 335 | 14 | 156 | 0 | 137 | 62 | 15 | 514 | 132 | 56 |
| Binary | 11011101 | 1100 | 1101110 | 0 | 1011111 | 110010 | 1101 | 101001100 | 1011010 | 101110 |
Color Harmonies of #DD0C6E
Complementary color
Monochromatic Colors of #DD0C6E
Black with #DD0C6E
Text Example
Text Example
White with #DD0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C6E; }
p { color: rgb(221,12,110); }
H1.HeaderClassName
{
color: #DD0C6E;
}
.AnyTagClassName
{
color: #DD0C6E;
}
</style>
background-color css
<style>
a { background-color: #DD0C6E; }
a { background-color: rgb(221,12,110); }
div.DivClassName
{
background-color: #DD0C6E;
}
.BgClassName
{
background-color: #DD0C6E;
}
</style>
border-color css
<style>
span { border-color: #DD0C6E; }
span { border-color: rgb(221,12,110); }
td.TdClassName
{
border-color: #DD0C6E;
}
.TagClassName
{
border-color: #DD0C6E;
}
</style>