Shades of Orchid #DD82DA
Tints of Orchid #DD82DA
RGB
CMYK
RGB Variations
Color information
#DD82DA (or 0xDD82DA) is known color: Orchid. HEX triplet: DD, 82 and DA. RGB value is (221,130,218). Sum of RGB (Red+Green+Blue) = 221+130+218=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82DA is #227D25. Grayscale: #A6A6A6. Windows color (decimal): -2260262 or 14320349. OLE color: 14320349.
HSL color Cylindrical-coordinate representation of color #DD82DA: hue angle of 301.98º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82DA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 218 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.13 |
| HSL | 301.98º | 0.57% | 0.69% | - |
| HSV(B) | 301.98º | 0.41% | 0.87% | - |
| XYZ | 50.46 | 36.4 | 70.7 | - |
| YUV | 167.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 218 | 0 | 0.41 | 0.01 | 0.13 | 301.98 | 0.57 | 0.69 |
| Hex | DD | 82 | DA | 0 | 29 | 1 | D | 12E | 39 | 45 |
| Octal | 335 | 202 | 332 | 0 | 51 | 1 | 15 | 456 | 71 | 105 |
| Binary | 11011101 | 10000010 | 11011010 | 0 | 101001 | 1 | 1101 | 100101110 | 111001 | 1000101 |
Color Harmonies of #DD82DA
Complementary color
Monochromatic Colors of #DD82DA
Black with #DD82DA
Text Example
Text Example
White with #DD82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82DA; }
p { color: rgb(221,130,218); }
H1.HeaderClassName
{
color: #DD82DA;
}
.AnyTagClassName
{
color: #DD82DA;
}
</style>
background-color css
<style>
a { background-color: #DD82DA; }
a { background-color: rgb(221,130,218); }
div.DivClassName
{
background-color: #DD82DA;
}
.BgClassName
{
background-color: #DD82DA;
}
</style>
border-color css
<style>
span { border-color: #DD82DA; }
span { border-color: rgb(221,130,218); }
td.TdClassName
{
border-color: #DD82DA;
}
.TagClassName
{
border-color: #DD82DA;
}
</style>