Shades of Orchid #D889D0
Tints of Orchid #D889D0
RGB
CMYK
RGB Variations
Color information
#D889D0 (or 0xD889D0) is known color: Orchid. HEX triplet: D8, 89 and D0. RGB value is (216,137,208). Sum of RGB (Red+Green+Blue) = 216+137+208=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D889D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889D0 is #27762F. Grayscale: #A8A8A8. Windows color (decimal): -2586160 or 13666776. OLE color: 13666776.
HSL color Cylindrical-coordinate representation of color #D889D0: hue angle of 306.08º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889D0 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 208 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.15 |
| HSL | 306.08º | 0.5% | 0.69% | - |
| HSV(B) | 306.08º | 0.37% | 0.85% | - |
| XYZ | 48.65 | 37.04 | 64.26 | - |
| YUV | 168.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 208 | 0 | 0.37 | 0.04 | 0.15 | 306.08 | 0.5 | 0.69 |
| Hex | D8 | 89 | D0 | 0 | 25 | 4 | F | 132 | 32 | 45 |
| Octal | 330 | 211 | 320 | 0 | 45 | 4 | 17 | 462 | 62 | 105 |
| Binary | 11011000 | 10001001 | 11010000 | 0 | 100101 | 100 | 1111 | 100110010 | 110010 | 1000101 |
Color Harmonies of #D889D0
Complementary color
Monochromatic Colors of #D889D0
Black with #D889D0
Text Example
Text Example
White with #D889D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889D0; }
p { color: rgb(216,137,208); }
H1.HeaderClassName
{
color: #D889D0;
}
.AnyTagClassName
{
color: #D889D0;
}
</style>
background-color css
<style>
a { background-color: #D889D0; }
a { background-color: rgb(216,137,208); }
div.DivClassName
{
background-color: #D889D0;
}
.BgClassName
{
background-color: #D889D0;
}
</style>
border-color css
<style>
span { border-color: #D889D0; }
span { border-color: rgb(216,137,208); }
td.TdClassName
{
border-color: #D889D0;
}
.TagClassName
{
border-color: #D889D0;
}
</style>