Shades of Wisteria #D287EA
Tints of Wisteria #D287EA
RGB
CMYK
RGB Variations
Color information
#D287EA (or 0xD287EA) is known color: Wisteria. HEX triplet: D2, 87 and EA. RGB value is (210,135,234). Sum of RGB (Red+Green+Blue) = 210+135+234=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #D287EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D287EA is #2D7815. Grayscale: #A8A8A8. Windows color (decimal): -2979862 or 15370194. OLE color: 15370194.
HSL color Cylindrical-coordinate representation of color #D287EA: hue angle of 285.45º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D287EA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 135 | 234 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.08 |
| HSL | 285.45º | 0.7% | 0.72% | - |
| HSV(B) | 285.45º | 0.42% | 0.92% | - |
| XYZ | 50.09 | 36.97 | 82.34 | - |
| YUV | 168.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 234 | 0.10 | 0.42 | 0 | 0.08 | 285.45 | 0.7 | 0.72 |
| Hex | D2 | 87 | EA | A | 2A | 0 | 8 | 11D | 46 | 48 |
| Octal | 322 | 207 | 352 | 12 | 52 | 0 | 10 | 435 | 106 | 110 |
| Binary | 11010010 | 10000111 | 11101010 | 1010 | 101010 | 0 | 1000 | 100011101 | 1000110 | 1001000 |
Color Harmonies of #D287EA
Complementary color
Monochromatic Colors of #D287EA
Black with #D287EA
Text Example
Text Example
White with #D287EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287EA; }
p { color: rgb(210,135,234); }
H1.HeaderClassName
{
color: #D287EA;
}
.AnyTagClassName
{
color: #D287EA;
}
</style>
background-color css
<style>
a { background-color: #D287EA; }
a { background-color: rgb(210,135,234); }
div.DivClassName
{
background-color: #D287EA;
}
.BgClassName
{
background-color: #D287EA;
}
</style>
border-color css
<style>
span { border-color: #D287EA; }
span { border-color: rgb(210,135,234); }
td.TdClassName
{
border-color: #D287EA;
}
.TagClassName
{
border-color: #D287EA;
}
</style>