Shades of Wisteria #D288EB
Tints of Wisteria #D288EB
RGB
CMYK
RGB Variations
Color information
#D288EB (or 0xD288EB) is known color: Wisteria. HEX triplet: D2, 88 and EB. RGB value is (210,136,235). Sum of RGB (Red+Green+Blue) = 210+136+235=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #D288EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288EB is #2D7714. Grayscale: #A9A9A9. Windows color (decimal): -2979605 or 15435986. OLE color: 15435986.
HSL color Cylindrical-coordinate representation of color #D288EB: hue angle of 284.85º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D288EB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 136 | 235 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.08 |
| HSL | 284.85º | 0.71% | 0.73% | - |
| HSV(B) | 284.85º | 0.42% | 0.92% | - |
| XYZ | 50.38 | 37.31 | 83.14 | - |
| YUV | 169.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 235 | 0.11 | 0.42 | 0 | 0.08 | 284.85 | 0.71 | 0.73 |
| Hex | D2 | 88 | EB | B | 2A | 0 | 8 | 11D | 47 | 49 |
| Octal | 322 | 210 | 353 | 13 | 52 | 0 | 10 | 435 | 107 | 111 |
| Binary | 11010010 | 10001000 | 11101011 | 1011 | 101010 | 0 | 1000 | 100011101 | 1000111 | 1001001 |
Color Harmonies of #D288EB
Complementary color
Monochromatic Colors of #D288EB
Black with #D288EB
Text Example
Text Example
White with #D288EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288EB; }
p { color: rgb(210,136,235); }
H1.HeaderClassName
{
color: #D288EB;
}
.AnyTagClassName
{
color: #D288EB;
}
</style>
background-color css
<style>
a { background-color: #D288EB; }
a { background-color: rgb(210,136,235); }
div.DivClassName
{
background-color: #D288EB;
}
.BgClassName
{
background-color: #D288EB;
}
</style>
border-color css
<style>
span { border-color: #D288EB; }
span { border-color: rgb(210,136,235); }
td.TdClassName
{
border-color: #D288EB;
}
.TagClassName
{
border-color: #D288EB;
}
</style>