Shades of Ruby #DD0F65
Tints of Ruby #DD0F65
RGB
CMYK
RGB Variations
Color information
#DD0F65 (or 0xDD0F65) is known color: Ruby. HEX triplet: DD, 0F and 65. RGB value is (221,15,101). Sum of RGB (Red+Green+Blue) = 221+15+101=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F65 is #22F09A. Grayscale: #565656. Windows color (decimal): -2289819 or 6623197. OLE color: 6623197.
HSL color Cylindrical-coordinate representation of color #DD0F65: hue angle of 334.95º 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 #DD0F65 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 101 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.13 |
| HSL | 334.95º | 0.87% | 0.46% | - |
| HSV(B) | 334.95º | 0.93% | 0.87% | - |
| XYZ | 32.34 | 16.65 | 13.82 | - |
| YUV | 86.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 101 | 0 | 0.93 | 0.54 | 0.13 | 334.95 | 0.87 | 0.46 |
| Hex | DD | F | 65 | 0 | 5D | 36 | D | 14F | 57 | 2E |
| Octal | 335 | 17 | 145 | 0 | 135 | 66 | 15 | 517 | 127 | 56 |
| Binary | 11011101 | 1111 | 1100101 | 0 | 1011101 | 110110 | 1101 | 101001111 | 1010111 | 101110 |
Color Harmonies of #DD0F65
Complementary color
Monochromatic Colors of #DD0F65
Black with #DD0F65
Text Example
Text Example
White with #DD0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F65; }
p { color: rgb(221,15,101); }
H1.HeaderClassName
{
color: #DD0F65;
}
.AnyTagClassName
{
color: #DD0F65;
}
</style>
background-color css
<style>
a { background-color: #DD0F65; }
a { background-color: rgb(221,15,101); }
div.DivClassName
{
background-color: #DD0F65;
}
.BgClassName
{
background-color: #DD0F65;
}
</style>
border-color css
<style>
span { border-color: #DD0F65; }
span { border-color: rgb(221,15,101); }
td.TdClassName
{
border-color: #DD0F65;
}
.TagClassName
{
border-color: #DD0F65;
}
</style>