Shades of Wisteria #D288E2
Tints of Wisteria #D288E2
RGB
CMYK
RGB Variations
Color information
#D288E2 (or 0xD288E2) is known color: Wisteria. HEX triplet: D2, 88 and E2. RGB value is (210,136,226). Sum of RGB (Red+Green+Blue) = 210+136+226=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #D288E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288E2 is #2D771D. Grayscale: #A8A8A8. Windows color (decimal): -2979614 or 14846162. OLE color: 14846162.
HSL color Cylindrical-coordinate representation of color #D288E2: hue angle of 289.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D288E2 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 136 | 226 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.11 |
| HSL | 289.33º | 0.61% | 0.71% | - |
| HSV(B) | 289.33º | 0.4% | 0.89% | - |
| XYZ | 49.11 | 36.8 | 76.47 | - |
| YUV | 168.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 226 | 0.07 | 0.40 | 0 | 0.11 | 289.33 | 0.61 | 0.71 |
| Hex | D2 | 88 | E2 | 7 | 28 | 0 | B | 121 | 3D | 47 |
| Octal | 322 | 210 | 342 | 7 | 50 | 0 | 13 | 441 | 75 | 107 |
| Binary | 11010010 | 10001000 | 11100010 | 111 | 101000 | 0 | 1011 | 100100001 | 111101 | 1000111 |
Color Harmonies of #D288E2
Complementary color
Monochromatic Colors of #D288E2
Black with #D288E2
Text Example
Text Example
White with #D288E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288E2; }
p { color: rgb(210,136,226); }
H1.HeaderClassName
{
color: #D288E2;
}
.AnyTagClassName
{
color: #D288E2;
}
</style>
background-color css
<style>
a { background-color: #D288E2; }
a { background-color: rgb(210,136,226); }
div.DivClassName
{
background-color: #D288E2;
}
.BgClassName
{
background-color: #D288E2;
}
</style>
border-color css
<style>
span { border-color: #D288E2; }
span { border-color: rgb(210,136,226); }
td.TdClassName
{
border-color: #D288E2;
}
.TagClassName
{
border-color: #D288E2;
}
</style>