Shades of Orchid #DD85C9
Tints of Orchid #DD85C9
RGB
CMYK
RGB Variations
Color information
#DD85C9 (or 0xDD85C9) is known color: Orchid. HEX triplet: DD, 85 and C9. RGB value is (221,133,201). Sum of RGB (Red+Green+Blue) = 221+133+201=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85C9 is #227A36. Grayscale: #A6A6A6. Windows color (decimal): -2259511 or 13207005. OLE color: 13207005.
HSL color Cylindrical-coordinate representation of color #DD85C9: hue angle of 313.64º 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 #DD85C9 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 201 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.13 |
| HSL | 313.64º | 0.56% | 0.69% | - |
| HSV(B) | 313.64º | 0.4% | 0.87% | - |
| XYZ | 48.75 | 36.36 | 59.71 | - |
| YUV | 167.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 201 | 0 | 0.40 | 0.09 | 0.13 | 313.64 | 0.56 | 0.69 |
| Hex | DD | 85 | C9 | 0 | 28 | 9 | D | 13A | 38 | 45 |
| Octal | 335 | 205 | 311 | 0 | 50 | 11 | 15 | 472 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11001001 | 0 | 101000 | 1001 | 1101 | 100111010 | 111000 | 1000101 |
Color Harmonies of #DD85C9
Complementary color
Monochromatic Colors of #DD85C9
Black with #DD85C9
Text Example
Text Example
White with #DD85C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85C9; }
p { color: rgb(221,133,201); }
H1.HeaderClassName
{
color: #DD85C9;
}
.AnyTagClassName
{
color: #DD85C9;
}
</style>
background-color css
<style>
a { background-color: #DD85C9; }
a { background-color: rgb(221,133,201); }
div.DivClassName
{
background-color: #DD85C9;
}
.BgClassName
{
background-color: #DD85C9;
}
</style>
border-color css
<style>
span { border-color: #DD85C9; }
span { border-color: rgb(221,133,201); }
td.TdClassName
{
border-color: #DD85C9;
}
.TagClassName
{
border-color: #DD85C9;
}
</style>