Shades of Orchid #DD84C9
Tints of Orchid #DD84C9
RGB
CMYK
RGB Variations
Color information
#DD84C9 (or 0xDD84C9) is known color: Orchid. HEX triplet: DD, 84 and C9. RGB value is (221,132,201). Sum of RGB (Red+Green+Blue) = 221+132+201=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84C9 is #227B36. Grayscale: #A6A6A6. Windows color (decimal): -2259767 or 13206749. OLE color: 13206749.
HSL color Cylindrical-coordinate representation of color #DD84C9: hue angle of 313.48º 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 #DD84C9 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 201 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.13 |
| HSL | 313.48º | 0.57% | 0.69% | - |
| HSV(B) | 313.48º | 0.4% | 0.87% | - |
| XYZ | 48.61 | 36.09 | 59.66 | - |
| YUV | 166.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 201 | 0 | 0.40 | 0.09 | 0.13 | 313.48 | 0.57 | 0.69 |
| Hex | DD | 84 | C9 | 0 | 28 | 9 | D | 139 | 39 | 45 |
| Octal | 335 | 204 | 311 | 0 | 50 | 11 | 15 | 471 | 71 | 105 |
| Binary | 11011101 | 10000100 | 11001001 | 0 | 101000 | 1001 | 1101 | 100111001 | 111001 | 1000101 |
Color Harmonies of #DD84C9
Complementary color
Monochromatic Colors of #DD84C9
Black with #DD84C9
Text Example
Text Example
White with #DD84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84C9; }
p { color: rgb(221,132,201); }
H1.HeaderClassName
{
color: #DD84C9;
}
.AnyTagClassName
{
color: #DD84C9;
}
</style>
background-color css
<style>
a { background-color: #DD84C9; }
a { background-color: rgb(221,132,201); }
div.DivClassName
{
background-color: #DD84C9;
}
.BgClassName
{
background-color: #DD84C9;
}
</style>
border-color css
<style>
span { border-color: #DD84C9; }
span { border-color: rgb(221,132,201); }
td.TdClassName
{
border-color: #DD84C9;
}
.TagClassName
{
border-color: #DD84C9;
}
</style>