Shades of Orchid #DD84D1
Tints of Orchid #DD84D1
RGB
CMYK
RGB Variations
Color information
#DD84D1 (or 0xDD84D1) is known color: Orchid. HEX triplet: DD, 84 and D1. RGB value is (221,132,209). Sum of RGB (Red+Green+Blue) = 221+132+209=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84D1 is #227B2E. Grayscale: #A7A7A7. Windows color (decimal): -2259759 or 13731037. OLE color: 13731037.
HSL color Cylindrical-coordinate representation of color #DD84D1: hue angle of 308.09º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84D1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 209 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.13 |
| HSL | 308.09º | 0.57% | 0.69% | - |
| HSV(B) | 308.09º | 0.4% | 0.87% | - |
| XYZ | 49.58 | 36.48 | 64.75 | - |
| YUV | 167.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 209 | 0 | 0.40 | 0.05 | 0.13 | 308.09 | 0.57 | 0.69 |
| Hex | DD | 84 | D1 | 0 | 28 | 5 | D | 134 | 39 | 45 |
| Octal | 335 | 204 | 321 | 0 | 50 | 5 | 15 | 464 | 71 | 105 |
| Binary | 11011101 | 10000100 | 11010001 | 0 | 101000 | 101 | 1101 | 100110100 | 111001 | 1000101 |
Color Harmonies of #DD84D1
Complementary color
Monochromatic Colors of #DD84D1
Black with #DD84D1
Text Example
Text Example
White with #DD84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84D1; }
p { color: rgb(221,132,209); }
H1.HeaderClassName
{
color: #DD84D1;
}
.AnyTagClassName
{
color: #DD84D1;
}
</style>
background-color css
<style>
a { background-color: #DD84D1; }
a { background-color: rgb(221,132,209); }
div.DivClassName
{
background-color: #DD84D1;
}
.BgClassName
{
background-color: #DD84D1;
}
</style>
border-color css
<style>
span { border-color: #DD84D1; }
span { border-color: rgb(221,132,209); }
td.TdClassName
{
border-color: #DD84D1;
}
.TagClassName
{
border-color: #DD84D1;
}
</style>