Shades of Ruby #DD0C70
Tints of Ruby #DD0C70
RGB
CMYK
RGB Variations
Color information
#DD0C70 (or 0xDD0C70) is known color: Ruby. HEX triplet: DD, 0C and 70. RGB value is (221,12,112). Sum of RGB (Red+Green+Blue) = 221+12+112=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C70 is #22F38F. Grayscale: #555555. Windows color (decimal): -2290576 or 7343325. OLE color: 7343325.
HSL color Cylindrical-coordinate representation of color #DD0C70: hue angle of 331.29º 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 #DD0C70 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 112 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.13 |
| HSL | 331.29º | 0.9% | 0.46% | - |
| HSV(B) | 331.29º | 0.95% | 0.87% | - |
| XYZ | 32.87 | 16.8 | 16.84 | - |
| YUV | 85.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 112 | 0 | 0.95 | 0.49 | 0.13 | 331.29 | 0.9 | 0.46 |
| Hex | DD | C | 70 | 0 | 5F | 31 | D | 14B | 5A | 2E |
| Octal | 335 | 14 | 160 | 0 | 137 | 61 | 15 | 513 | 132 | 56 |
| Binary | 11011101 | 1100 | 1110000 | 0 | 1011111 | 110001 | 1101 | 101001011 | 1011010 | 101110 |
Color Harmonies of #DD0C70
Complementary color
Monochromatic Colors of #DD0C70
Black with #DD0C70
Text Example
Text Example
White with #DD0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C70; }
p { color: rgb(221,12,112); }
H1.HeaderClassName
{
color: #DD0C70;
}
.AnyTagClassName
{
color: #DD0C70;
}
</style>
background-color css
<style>
a { background-color: #DD0C70; }
a { background-color: rgb(221,12,112); }
div.DivClassName
{
background-color: #DD0C70;
}
.BgClassName
{
background-color: #DD0C70;
}
</style>
border-color css
<style>
span { border-color: #DD0C70; }
span { border-color: rgb(221,12,112); }
td.TdClassName
{
border-color: #DD0C70;
}
.TagClassName
{
border-color: #DD0C70;
}
</style>