Shades of Orchid #DD84D5
Tints of Orchid #DD84D5
RGB
CMYK
RGB Variations
Color information
#DD84D5 (or 0xDD84D5) is known color: Orchid. HEX triplet: DD, 84 and D5. RGB value is (221,132,213). Sum of RGB (Red+Green+Blue) = 221+132+213=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84D5 is #227B2A. Grayscale: #A7A7A7. Windows color (decimal): -2259755 or 13993181. OLE color: 13993181.
HSL color Cylindrical-coordinate representation of color #DD84D5: hue angle of 305.39º 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 #DD84D5 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 213 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.13 |
| HSL | 305.39º | 0.57% | 0.69% | - |
| HSV(B) | 305.39º | 0.4% | 0.87% | - |
| XYZ | 50.08 | 36.68 | 67.39 | - |
| YUV | 167.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 213 | 0 | 0.40 | 0.04 | 0.13 | 305.39 | 0.57 | 0.69 |
| Hex | DD | 84 | D5 | 0 | 28 | 4 | D | 131 | 39 | 45 |
| Octal | 335 | 204 | 325 | 0 | 50 | 4 | 15 | 461 | 71 | 105 |
| Binary | 11011101 | 10000100 | 11010101 | 0 | 101000 | 100 | 1101 | 100110001 | 111001 | 1000101 |
Color Harmonies of #DD84D5
Complementary color
Monochromatic Colors of #DD84D5
Black with #DD84D5
Text Example
Text Example
White with #DD84D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84D5; }
p { color: rgb(221,132,213); }
H1.HeaderClassName
{
color: #DD84D5;
}
.AnyTagClassName
{
color: #DD84D5;
}
</style>
background-color css
<style>
a { background-color: #DD84D5; }
a { background-color: rgb(221,132,213); }
div.DivClassName
{
background-color: #DD84D5;
}
.BgClassName
{
background-color: #DD84D5;
}
</style>
border-color css
<style>
span { border-color: #DD84D5; }
span { border-color: rgb(221,132,213); }
td.TdClassName
{
border-color: #DD84D5;
}
.TagClassName
{
border-color: #DD84D5;
}
</style>