Shades of Wisteria #D88FED
Tints of Wisteria #D88FED
RGB
CMYK
RGB Variations
Color information
#D88FED (or 0xD88FED) is known color: Wisteria. HEX triplet: D8, 8F and ED. RGB value is (216,143,237). Sum of RGB (Red+Green+Blue) = 216+143+237=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D88FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88FED is #277012. Grayscale: #AFAFAF. Windows color (decimal): -2584595 or 15568856. OLE color: 15568856.
HSL color Cylindrical-coordinate representation of color #D88FED: hue angle of 286.6º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88FED is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 143 | 237 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.07 |
| HSL | 286.6º | 0.72% | 0.75% | - |
| HSV(B) | 286.6º | 0.4% | 0.93% | - |
| XYZ | 53.43 | 40.36 | 85.09 | - |
| YUV | 175.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 237 | 0.09 | 0.40 | 0 | 0.07 | 286.6 | 0.72 | 0.75 |
| Hex | D8 | 8F | ED | 9 | 28 | 0 | 7 | 11F | 48 | 4B |
| Octal | 330 | 217 | 355 | 11 | 50 | 0 | 7 | 437 | 110 | 113 |
| Binary | 11011000 | 10001111 | 11101101 | 1001 | 101000 | 0 | 111 | 100011111 | 1001000 | 1001011 |
Color Harmonies of #D88FED
Complementary color
Monochromatic Colors of #D88FED
Black with #D88FED
Text Example
Text Example
White with #D88FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88FED; }
p { color: rgb(216,143,237); }
H1.HeaderClassName
{
color: #D88FED;
}
.AnyTagClassName
{
color: #D88FED;
}
</style>
background-color css
<style>
a { background-color: #D88FED; }
a { background-color: rgb(216,143,237); }
div.DivClassName
{
background-color: #D88FED;
}
.BgClassName
{
background-color: #D88FED;
}
</style>
border-color css
<style>
span { border-color: #D88FED; }
span { border-color: rgb(216,143,237); }
td.TdClassName
{
border-color: #D88FED;
}
.TagClassName
{
border-color: #D88FED;
}
</style>