Shades of Orchid #DD7AD9
Tints of Orchid #DD7AD9
RGB
CMYK
RGB Variations
Color information
#DD7AD9 (or 0xDD7AD9) is known color: Orchid. HEX triplet: DD, 7A and D9. RGB value is (221,122,217). Sum of RGB (Red+Green+Blue) = 221+122+217=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD9 is #228526. Grayscale: #A2A2A2. Windows color (decimal): -2262311 or 14252765. OLE color: 14252765.
HSL color Cylindrical-coordinate representation of color #DD7AD9: hue angle of 302.42º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AD9 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 217 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.13 |
| HSL | 302.42º | 0.59% | 0.67% | - |
| HSV(B) | 302.42º | 0.45% | 0.87% | - |
| XYZ | 49.3 | 34.3 | 69.67 | - |
| YUV | 162.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 217 | 0 | 0.45 | 0.02 | 0.13 | 302.42 | 0.59 | 0.67 |
| Hex | DD | 7A | D9 | 0 | 2D | 2 | D | 12E | 3B | 43 |
| Octal | 335 | 172 | 331 | 0 | 55 | 2 | 15 | 456 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11011001 | 0 | 101101 | 10 | 1101 | 100101110 | 111011 | 1000011 |
Color Harmonies of #DD7AD9
Complementary color
Monochromatic Colors of #DD7AD9
Black with #DD7AD9
Text Example
Text Example
White with #DD7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AD9; }
p { color: rgb(221,122,217); }
H1.HeaderClassName
{
color: #DD7AD9;
}
.AnyTagClassName
{
color: #DD7AD9;
}
</style>
background-color css
<style>
a { background-color: #DD7AD9; }
a { background-color: rgb(221,122,217); }
div.DivClassName
{
background-color: #DD7AD9;
}
.BgClassName
{
background-color: #DD7AD9;
}
</style>
border-color css
<style>
span { border-color: #DD7AD9; }
span { border-color: rgb(221,122,217); }
td.TdClassName
{
border-color: #DD7AD9;
}
.TagClassName
{
border-color: #DD7AD9;
}
</style>