Shades of Ruby #DD0A78
Tints of Ruby #DD0A78
RGB
CMYK
RGB Variations
Color information
#DD0A78 (or 0xDD0A78) is known color: Ruby. HEX triplet: DD, 0A and 78. RGB value is (221,10,120). Sum of RGB (Red+Green+Blue) = 221+10+120=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A78 is #22F587. Grayscale: #555555. Windows color (decimal): -2291080 or 7867101. OLE color: 7867101.
HSL color Cylindrical-coordinate representation of color #DD0A78: hue angle of 328.72º 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 #DD0A78 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 120 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.13 |
| HSL | 328.72º | 0.91% | 0.45% | - |
| HSV(B) | 328.72º | 0.95% | 0.87% | - |
| XYZ | 33.32 | 16.95 | 19.28 | - |
| YUV | 85.63 | 147.4 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 120 | 0 | 0.95 | 0.46 | 0.13 | 328.72 | 0.91 | 0.45 |
| Hex | DD | A | 78 | 0 | 5F | 2E | D | 149 | 5B | 2D |
| Octal | 335 | 12 | 170 | 0 | 137 | 56 | 15 | 511 | 133 | 55 |
| Binary | 11011101 | 1010 | 1111000 | 0 | 1011111 | 101110 | 1101 | 101001001 | 1011011 | 101101 |
Color Harmonies of #DD0A78
Complementary color
Monochromatic Colors of #DD0A78
Black with #DD0A78
Text Example
Text Example
White with #DD0A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A78; }
p { color: rgb(221,10,120); }
H1.HeaderClassName
{
color: #DD0A78;
}
.AnyTagClassName
{
color: #DD0A78;
}
</style>
background-color css
<style>
a { background-color: #DD0A78; }
a { background-color: rgb(221,10,120); }
div.DivClassName
{
background-color: #DD0A78;
}
.BgClassName
{
background-color: #DD0A78;
}
</style>
border-color css
<style>
span { border-color: #DD0A78; }
span { border-color: rgb(221,10,120); }
td.TdClassName
{
border-color: #DD0A78;
}
.TagClassName
{
border-color: #DD0A78;
}
</style>