Shades of Orchid #DA89D3
Tints of Orchid #DA89D3
RGB
CMYK
RGB Variations
Color information
#DA89D3 (or 0xDA89D3) is known color: Orchid. HEX triplet: DA, 89 and D3. RGB value is (218,137,211). Sum of RGB (Red+Green+Blue) = 218+137+211=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89D3 is #25762C. Grayscale: #A9A9A9. Windows color (decimal): -2455085 or 13863386. OLE color: 13863386.
HSL color Cylindrical-coordinate representation of color #DA89D3: hue angle of 305.19º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA89D3 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 211 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.15 |
| HSL | 305.19º | 0.52% | 0.7% | - |
| HSV(B) | 305.19º | 0.37% | 0.85% | - |
| XYZ | 49.62 | 37.5 | 66.25 | - |
| YUV | 169.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 211 | 0 | 0.37 | 0.03 | 0.15 | 305.19 | 0.52 | 0.7 |
| Hex | DA | 89 | D3 | 0 | 25 | 3 | F | 131 | 34 | 46 |
| Octal | 332 | 211 | 323 | 0 | 45 | 3 | 17 | 461 | 64 | 106 |
| Binary | 11011010 | 10001001 | 11010011 | 0 | 100101 | 11 | 1111 | 100110001 | 110100 | 1000110 |
Color Harmonies of #DA89D3
Complementary color
Monochromatic Colors of #DA89D3
Black with #DA89D3
Text Example
Text Example
White with #DA89D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89D3; }
p { color: rgb(218,137,211); }
H1.HeaderClassName
{
color: #DA89D3;
}
.AnyTagClassName
{
color: #DA89D3;
}
</style>
background-color css
<style>
a { background-color: #DA89D3; }
a { background-color: rgb(218,137,211); }
div.DivClassName
{
background-color: #DA89D3;
}
.BgClassName
{
background-color: #DA89D3;
}
</style>
border-color css
<style>
span { border-color: #DA89D3; }
span { border-color: rgb(218,137,211); }
td.TdClassName
{
border-color: #DA89D3;
}
.TagClassName
{
border-color: #DA89D3;
}
</style>