Shades of Ruby #DD0F5E
Tints of Ruby #DD0F5E
RGB
CMYK
RGB Variations
Color information
#DD0F5E (or 0xDD0F5E) is known color: Ruby. HEX triplet: DD, 0F and 5E. RGB value is (221,15,94). Sum of RGB (Red+Green+Blue) = 221+15+94=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F5E is #22F0A1. Grayscale: #555555. Windows color (decimal): -2289826 or 6164445. OLE color: 6164445.
HSL color Cylindrical-coordinate representation of color #DD0F5E: hue angle of 336.99º 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 #DD0F5E is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 94 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.13 |
| HSL | 336.99º | 0.87% | 0.46% | - |
| HSV(B) | 336.99º | 0.93% | 0.87% | - |
| XYZ | 32.01 | 16.52 | 12.09 | - |
| YUV | 85.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 94 | 0 | 0.93 | 0.57 | 0.13 | 336.99 | 0.87 | 0.46 |
| Hex | DD | F | 5E | 0 | 5D | 39 | D | 151 | 57 | 2E |
| Octal | 335 | 17 | 136 | 0 | 135 | 71 | 15 | 521 | 127 | 56 |
| Binary | 11011101 | 1111 | 1011110 | 0 | 1011101 | 111001 | 1101 | 101010001 | 1010111 | 101110 |
Color Harmonies of #DD0F5E
Complementary color
Monochromatic Colors of #DD0F5E
Black with #DD0F5E
Text Example
Text Example
White with #DD0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F5E; }
p { color: rgb(221,15,94); }
H1.HeaderClassName
{
color: #DD0F5E;
}
.AnyTagClassName
{
color: #DD0F5E;
}
</style>
background-color css
<style>
a { background-color: #DD0F5E; }
a { background-color: rgb(221,15,94); }
div.DivClassName
{
background-color: #DD0F5E;
}
.BgClassName
{
background-color: #DD0F5E;
}
</style>
border-color css
<style>
span { border-color: #DD0F5E; }
span { border-color: rgb(221,15,94); }
td.TdClassName
{
border-color: #DD0F5E;
}
.TagClassName
{
border-color: #DD0F5E;
}
</style>