Shades of Orchid #DD80D9
Tints of Orchid #DD80D9
RGB
CMYK
RGB Variations
Color information
#DD80D9 (or 0xDD80D9) is known color: Orchid. HEX triplet: DD, 80 and D9. RGB value is (221,128,217). Sum of RGB (Red+Green+Blue) = 221+128+217=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80D9 is #227F26. Grayscale: #A5A5A5. Windows color (decimal): -2260775 or 14254301. OLE color: 14254301.
HSL color Cylindrical-coordinate representation of color #DD80D9: hue angle of 302.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80D9 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 217 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.13 |
| HSL | 302.58º | 0.58% | 0.68% | - |
| HSV(B) | 302.58º | 0.42% | 0.87% | - |
| XYZ | 50.06 | 35.82 | 69.92 | - |
| YUV | 165.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 217 | 0 | 0.42 | 0.02 | 0.13 | 302.58 | 0.58 | 0.68 |
| Hex | DD | 80 | D9 | 0 | 2A | 2 | D | 12F | 3A | 44 |
| Octal | 335 | 200 | 331 | 0 | 52 | 2 | 15 | 457 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11011001 | 0 | 101010 | 10 | 1101 | 100101111 | 111010 | 1000100 |
Color Harmonies of #DD80D9
Complementary color
Monochromatic Colors of #DD80D9
Black with #DD80D9
Text Example
Text Example
White with #DD80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80D9; }
p { color: rgb(221,128,217); }
H1.HeaderClassName
{
color: #DD80D9;
}
.AnyTagClassName
{
color: #DD80D9;
}
</style>
background-color css
<style>
a { background-color: #DD80D9; }
a { background-color: rgb(221,128,217); }
div.DivClassName
{
background-color: #DD80D9;
}
.BgClassName
{
background-color: #DD80D9;
}
</style>
border-color css
<style>
span { border-color: #DD80D9; }
span { border-color: rgb(221,128,217); }
td.TdClassName
{
border-color: #DD80D9;
}
.TagClassName
{
border-color: #DD80D9;
}
</style>