Shades of Ruby #DD0F70
Tints of Ruby #DD0F70
RGB
CMYK
RGB Variations
Color information
#DD0F70 (or 0xDD0F70) is known color: Ruby. HEX triplet: DD, 0F and 70. RGB value is (221,15,112). Sum of RGB (Red+Green+Blue) = 221+15+112=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F70 is #22F08F. Grayscale: #575757. Windows color (decimal): -2289808 or 7344093. OLE color: 7344093.
HSL color Cylindrical-coordinate representation of color #DD0F70: hue angle of 331.75º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F70 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 112 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.13 |
| HSL | 331.75º | 0.87% | 0.46% | - |
| HSV(B) | 331.75º | 0.93% | 0.87% | - |
| XYZ | 32.91 | 16.88 | 16.85 | - |
| YUV | 87.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 112 | 0 | 0.93 | 0.49 | 0.13 | 331.75 | 0.87 | 0.46 |
| Hex | DD | F | 70 | 0 | 5D | 31 | D | 14C | 57 | 2E |
| Octal | 335 | 17 | 160 | 0 | 135 | 61 | 15 | 514 | 127 | 56 |
| Binary | 11011101 | 1111 | 1110000 | 0 | 1011101 | 110001 | 1101 | 101001100 | 1010111 | 101110 |
Color Harmonies of #DD0F70
Complementary color
Monochromatic Colors of #DD0F70
Black with #DD0F70
Text Example
Text Example
White with #DD0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F70; }
p { color: rgb(221,15,112); }
H1.HeaderClassName
{
color: #DD0F70;
}
.AnyTagClassName
{
color: #DD0F70;
}
</style>
background-color css
<style>
a { background-color: #DD0F70; }
a { background-color: rgb(221,15,112); }
div.DivClassName
{
background-color: #DD0F70;
}
.BgClassName
{
background-color: #DD0F70;
}
</style>
border-color css
<style>
span { border-color: #DD0F70; }
span { border-color: rgb(221,15,112); }
td.TdClassName
{
border-color: #DD0F70;
}
.TagClassName
{
border-color: #DD0F70;
}
</style>