Shades of Orchid #D989D1
Tints of Orchid #D989D1
RGB
CMYK
RGB Variations
Color information
#D989D1 (or 0xD989D1) is known color: Orchid. HEX triplet: D9, 89 and D1. RGB value is (217,137,209). Sum of RGB (Red+Green+Blue) = 217+137+209=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D989D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989D1 is #26762E. Grayscale: #A8A8A8. Windows color (decimal): -2520623 or 13732313. OLE color: 13732313.
HSL color Cylindrical-coordinate representation of color #D989D1: hue angle of 306º degrees, saturation: 0.51, 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 #D989D1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 209 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.15 |
| HSL | 306º | 0.51% | 0.69% | - |
| HSV(B) | 306º | 0.37% | 0.85% | - |
| XYZ | 49.07 | 37.25 | 64.92 | - |
| YUV | 169.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 209 | 0 | 0.37 | 0.04 | 0.15 | 306 | 0.51 | 0.69 |
| Hex | D9 | 89 | D1 | 0 | 25 | 4 | F | 132 | 33 | 45 |
| Octal | 331 | 211 | 321 | 0 | 45 | 4 | 17 | 462 | 63 | 105 |
| Binary | 11011001 | 10001001 | 11010001 | 0 | 100101 | 100 | 1111 | 100110010 | 110011 | 1000101 |
Color Harmonies of #D989D1
Complementary color
Monochromatic Colors of #D989D1
Black with #D989D1
Text Example
Text Example
White with #D989D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989D1; }
p { color: rgb(217,137,209); }
H1.HeaderClassName
{
color: #D989D1;
}
.AnyTagClassName
{
color: #D989D1;
}
</style>
background-color css
<style>
a { background-color: #D989D1; }
a { background-color: rgb(217,137,209); }
div.DivClassName
{
background-color: #D989D1;
}
.BgClassName
{
background-color: #D989D1;
}
</style>
border-color css
<style>
span { border-color: #D989D1; }
span { border-color: rgb(217,137,209); }
td.TdClassName
{
border-color: #D989D1;
}
.TagClassName
{
border-color: #D989D1;
}
</style>