Shades of Wisteria #D288E9
Tints of Wisteria #D288E9
RGB
CMYK
RGB Variations
Color information
#D288E9 (or 0xD288E9) is known color: Wisteria. HEX triplet: D2, 88 and E9. RGB value is (210,136,233). Sum of RGB (Red+Green+Blue) = 210+136+233=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #D288E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288E9 is #2D7716. Grayscale: #A8A8A8. Windows color (decimal): -2979607 or 15304914. OLE color: 15304914.
HSL color Cylindrical-coordinate representation of color #D288E9: hue angle of 285.77º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D288E9 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 136 | 233 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.09 |
| HSL | 285.77º | 0.69% | 0.72% | - |
| HSV(B) | 285.77º | 0.42% | 0.91% | - |
| XYZ | 50.09 | 37.19 | 81.63 | - |
| YUV | 169.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 233 | 0.10 | 0.42 | 0 | 0.09 | 285.77 | 0.69 | 0.72 |
| Hex | D2 | 88 | E9 | A | 2A | 0 | 9 | 11E | 45 | 48 |
| Octal | 322 | 210 | 351 | 12 | 52 | 0 | 11 | 436 | 105 | 110 |
| Binary | 11010010 | 10001000 | 11101001 | 1010 | 101010 | 0 | 1001 | 100011110 | 1000101 | 1001000 |
Color Harmonies of #D288E9
Complementary color
Monochromatic Colors of #D288E9
Black with #D288E9
Text Example
Text Example
White with #D288E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288E9; }
p { color: rgb(210,136,233); }
H1.HeaderClassName
{
color: #D288E9;
}
.AnyTagClassName
{
color: #D288E9;
}
</style>
background-color css
<style>
a { background-color: #D288E9; }
a { background-color: rgb(210,136,233); }
div.DivClassName
{
background-color: #D288E9;
}
.BgClassName
{
background-color: #D288E9;
}
</style>
border-color css
<style>
span { border-color: #D288E9; }
span { border-color: rgb(210,136,233); }
td.TdClassName
{
border-color: #D288E9;
}
.TagClassName
{
border-color: #D288E9;
}
</style>