Shades of Orchid #DD89CF
Tints of Orchid #DD89CF
RGB
CMYK
RGB Variations
Color information
#DD89CF (or 0xDD89CF) is known color: Orchid. HEX triplet: DD, 89 and CF. RGB value is (221,137,207). Sum of RGB (Red+Green+Blue) = 221+137+207=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89CF is #227630. Grayscale: #A9A9A9. Windows color (decimal): -2258481 or 13601245. OLE color: 13601245.
HSL color Cylindrical-coordinate representation of color #DD89CF: hue angle of 310º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89CF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 207 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.13 |
| HSL | 310º | 0.55% | 0.7% | - |
| HSV(B) | 310º | 0.38% | 0.87% | - |
| XYZ | 50.03 | 37.77 | 63.68 | - |
| YUV | 170.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 207 | 0 | 0.38 | 0.06 | 0.13 | 310 | 0.55 | 0.7 |
| Hex | DD | 89 | CF | 0 | 26 | 6 | D | 136 | 37 | 46 |
| Octal | 335 | 211 | 317 | 0 | 46 | 6 | 15 | 466 | 67 | 106 |
| Binary | 11011101 | 10001001 | 11001111 | 0 | 100110 | 110 | 1101 | 100110110 | 110111 | 1000110 |
Color Harmonies of #DD89CF
Complementary color
Monochromatic Colors of #DD89CF
Black with #DD89CF
Text Example
Text Example
White with #DD89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89CF; }
p { color: rgb(221,137,207); }
H1.HeaderClassName
{
color: #DD89CF;
}
.AnyTagClassName
{
color: #DD89CF;
}
</style>
background-color css
<style>
a { background-color: #DD89CF; }
a { background-color: rgb(221,137,207); }
div.DivClassName
{
background-color: #DD89CF;
}
.BgClassName
{
background-color: #DD89CF;
}
</style>
border-color css
<style>
span { border-color: #DD89CF; }
span { border-color: rgb(221,137,207); }
td.TdClassName
{
border-color: #DD89CF;
}
.TagClassName
{
border-color: #DD89CF;
}
</style>