Shades of Orchid #D889D3
Tints of Orchid #D889D3
RGB
CMYK
RGB Variations
Color information
#D889D3 (or 0xD889D3) is known color: Orchid. HEX triplet: D8, 89 and D3. RGB value is (216,137,211). Sum of RGB (Red+Green+Blue) = 216+137+211=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D889D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889D3 is #27762C. Grayscale: #A8A8A8. Windows color (decimal): -2586157 or 13863384. OLE color: 13863384.
HSL color Cylindrical-coordinate representation of color #D889D3: hue angle of 303.8º 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 #D889D3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 211 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.15 |
| HSL | 303.8º | 0.5% | 0.69% | - |
| HSV(B) | 303.8º | 0.37% | 0.85% | - |
| XYZ | 49.02 | 37.19 | 66.22 | - |
| YUV | 169.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 211 | 0 | 0.37 | 0.02 | 0.15 | 303.8 | 0.5 | 0.69 |
| Hex | D8 | 89 | D3 | 0 | 25 | 2 | F | 130 | 32 | 45 |
| Octal | 330 | 211 | 323 | 0 | 45 | 2 | 17 | 460 | 62 | 105 |
| Binary | 11011000 | 10001001 | 11010011 | 0 | 100101 | 10 | 1111 | 100110000 | 110010 | 1000101 |
Color Harmonies of #D889D3
Complementary color
Monochromatic Colors of #D889D3
Black with #D889D3
Text Example
Text Example
White with #D889D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889D3; }
p { color: rgb(216,137,211); }
H1.HeaderClassName
{
color: #D889D3;
}
.AnyTagClassName
{
color: #D889D3;
}
</style>
background-color css
<style>
a { background-color: #D889D3; }
a { background-color: rgb(216,137,211); }
div.DivClassName
{
background-color: #D889D3;
}
.BgClassName
{
background-color: #D889D3;
}
</style>
border-color css
<style>
span { border-color: #D889D3; }
span { border-color: rgb(216,137,211); }
td.TdClassName
{
border-color: #D889D3;
}
.TagClassName
{
border-color: #D889D3;
}
</style>