Shades of Orchid #DD85D0
Tints of Orchid #DD85D0
RGB
CMYK
RGB Variations
Color information
#DD85D0 (or 0xDD85D0) is known color: Orchid. HEX triplet: DD, 85 and D0. RGB value is (221,133,208). Sum of RGB (Red+Green+Blue) = 221+133+208=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D0 is #227A2F. Grayscale: #A7A7A7. Windows color (decimal): -2259504 or 13665757. OLE color: 13665757.
HSL color Cylindrical-coordinate representation of color #DD85D0: hue angle of 308.86º degrees, saturation: 0.56, 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 #DD85D0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 208 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.13 |
| HSL | 308.86º | 0.56% | 0.69% | - |
| HSV(B) | 308.86º | 0.4% | 0.87% | - |
| XYZ | 49.59 | 36.7 | 64.14 | - |
| YUV | 167.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 208 | 0 | 0.40 | 0.06 | 0.13 | 308.86 | 0.56 | 0.69 |
| Hex | DD | 85 | D0 | 0 | 28 | 6 | D | 135 | 38 | 45 |
| Octal | 335 | 205 | 320 | 0 | 50 | 6 | 15 | 465 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11010000 | 0 | 101000 | 110 | 1101 | 100110101 | 111000 | 1000101 |
Color Harmonies of #DD85D0
Complementary color
Monochromatic Colors of #DD85D0
Black with #DD85D0
Text Example
Text Example
White with #DD85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85D0; }
p { color: rgb(221,133,208); }
H1.HeaderClassName
{
color: #DD85D0;
}
.AnyTagClassName
{
color: #DD85D0;
}
</style>
background-color css
<style>
a { background-color: #DD85D0; }
a { background-color: rgb(221,133,208); }
div.DivClassName
{
background-color: #DD85D0;
}
.BgClassName
{
background-color: #DD85D0;
}
</style>
border-color css
<style>
span { border-color: #DD85D0; }
span { border-color: rgb(221,133,208); }
td.TdClassName
{
border-color: #DD85D0;
}
.TagClassName
{
border-color: #DD85D0;
}
</style>