Shades of Ruby #DD0D6B
Tints of Ruby #DD0D6B
RGB
CMYK
RGB Variations
Color information
#DD0D6B (or 0xDD0D6B) is known color: Ruby. HEX triplet: DD, 0D and 6B. RGB value is (221,13,107). Sum of RGB (Red+Green+Blue) = 221+13+107=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D6B is #22F294. Grayscale: #555555. Windows color (decimal): -2290325 or 7015901. OLE color: 7015901.
HSL color Cylindrical-coordinate representation of color #DD0D6B: hue angle of 332.88º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D6B is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.13 |
| HSL | 332.88º | 0.89% | 0.46% | - |
| HSV(B) | 332.88º | 0.94% | 0.87% | - |
| XYZ | 32.62 | 16.72 | 15.42 | - |
| YUV | 85.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 107 | 0 | 0.94 | 0.52 | 0.13 | 332.88 | 0.89 | 0.46 |
| Hex | DD | D | 6B | 0 | 5E | 34 | D | 14D | 59 | 2E |
| Octal | 335 | 15 | 153 | 0 | 136 | 64 | 15 | 515 | 131 | 56 |
| Binary | 11011101 | 1101 | 1101011 | 0 | 1011110 | 110100 | 1101 | 101001101 | 1011001 | 101110 |
Color Harmonies of #DD0D6B
Complementary color
Monochromatic Colors of #DD0D6B
Black with #DD0D6B
Text Example
Text Example
White with #DD0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D6B; }
p { color: rgb(221,13,107); }
H1.HeaderClassName
{
color: #DD0D6B;
}
.AnyTagClassName
{
color: #DD0D6B;
}
</style>
background-color css
<style>
a { background-color: #DD0D6B; }
a { background-color: rgb(221,13,107); }
div.DivClassName
{
background-color: #DD0D6B;
}
.BgClassName
{
background-color: #DD0D6B;
}
</style>
border-color css
<style>
span { border-color: #DD0D6B; }
span { border-color: rgb(221,13,107); }
td.TdClassName
{
border-color: #DD0D6B;
}
.TagClassName
{
border-color: #DD0D6B;
}
</style>