Shades of Ruby #DD0B63
Tints of Ruby #DD0B63
RGB
CMYK
RGB Variations
Color information
#DD0B63 (or 0xDD0B63) is known color: Ruby. HEX triplet: DD, 0B and 63. RGB value is (221,11,99). Sum of RGB (Red+Green+Blue) = 221+11+99=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0B63 is #22F49C. Grayscale: #535353. Windows color (decimal): -2290845 or 6491101. OLE color: 6491101.
HSL color Cylindrical-coordinate representation of color #DD0B63: hue angle of 334.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B63 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 99 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.13 |
| HSL | 334.86º | 0.91% | 0.45% | - |
| HSV(B) | 334.86º | 0.95% | 0.87% | - |
| XYZ | 32.19 | 16.51 | 13.29 | - |
| YUV | 83.82 | 136.57 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 99 | 0 | 0.95 | 0.55 | 0.13 | 334.86 | 0.91 | 0.45 |
| Hex | DD | B | 63 | 0 | 5F | 37 | D | 14F | 5B | 2D |
| Octal | 335 | 13 | 143 | 0 | 137 | 67 | 15 | 517 | 133 | 55 |
| Binary | 11011101 | 1011 | 1100011 | 0 | 1011111 | 110111 | 1101 | 101001111 | 1011011 | 101101 |
Color Harmonies of #DD0B63
Complementary color
Monochromatic Colors of #DD0B63
Black with #DD0B63
Text Example
Text Example
White with #DD0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B63; }
p { color: rgb(221,11,99); }
H1.HeaderClassName
{
color: #DD0B63;
}
.AnyTagClassName
{
color: #DD0B63;
}
</style>
background-color css
<style>
a { background-color: #DD0B63; }
a { background-color: rgb(221,11,99); }
div.DivClassName
{
background-color: #DD0B63;
}
.BgClassName
{
background-color: #DD0B63;
}
</style>
border-color css
<style>
span { border-color: #DD0B63; }
span { border-color: rgb(221,11,99); }
td.TdClassName
{
border-color: #DD0B63;
}
.TagClassName
{
border-color: #DD0B63;
}
</style>