Shades of Ruby #DD0A67
Tints of Ruby #DD0A67
RGB
CMYK
RGB Variations
Color information
#DD0A67 (or 0xDD0A67) is known color: Ruby. HEX triplet: DD, 0A and 67. RGB value is (221,10,103). Sum of RGB (Red+Green+Blue) = 221+10+103=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A67 is #22F598. Grayscale: #535353. Windows color (decimal): -2291097 or 6752989. OLE color: 6752989.
HSL color Cylindrical-coordinate representation of color #DD0A67: hue angle of 333.55º 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 #DD0A67 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 103 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.13 |
| HSL | 333.55º | 0.91% | 0.45% | - |
| HSV(B) | 333.55º | 0.95% | 0.87% | - |
| XYZ | 32.38 | 16.57 | 14.32 | - |
| YUV | 83.69 | 138.9 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 103 | 0 | 0.95 | 0.53 | 0.13 | 333.55 | 0.91 | 0.45 |
| Hex | DD | A | 67 | 0 | 5F | 35 | D | 14E | 5B | 2D |
| Octal | 335 | 12 | 147 | 0 | 137 | 65 | 15 | 516 | 133 | 55 |
| Binary | 11011101 | 1010 | 1100111 | 0 | 1011111 | 110101 | 1101 | 101001110 | 1011011 | 101101 |
Color Harmonies of #DD0A67
Complementary color
Monochromatic Colors of #DD0A67
Black with #DD0A67
Text Example
Text Example
White with #DD0A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A67; }
p { color: rgb(221,10,103); }
H1.HeaderClassName
{
color: #DD0A67;
}
.AnyTagClassName
{
color: #DD0A67;
}
</style>
background-color css
<style>
a { background-color: #DD0A67; }
a { background-color: rgb(221,10,103); }
div.DivClassName
{
background-color: #DD0A67;
}
.BgClassName
{
background-color: #DD0A67;
}
</style>
border-color css
<style>
span { border-color: #DD0A67; }
span { border-color: rgb(221,10,103); }
td.TdClassName
{
border-color: #DD0A67;
}
.TagClassName
{
border-color: #DD0A67;
}
</style>