Shades of Wisteria #D88FEF
Tints of Wisteria #D88FEF
RGB
CMYK
RGB Variations
Color information
#D88FEF (or 0xD88FEF) is known color: Wisteria. HEX triplet: D8, 8F and EF. RGB value is (216,143,239). Sum of RGB (Red+Green+Blue) = 216+143+239=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #D88FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88FEF is #277010. Grayscale: #AFAFAF. Windows color (decimal): -2584593 or 15699928. OLE color: 15699928.
HSL color Cylindrical-coordinate representation of color #D88FEF: hue angle of 285.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88FEF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 143 | 239 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.06 |
| HSL | 285.63º | 0.75% | 0.75% | - |
| HSV(B) | 285.63º | 0.4% | 0.94% | - |
| XYZ | 53.72 | 40.48 | 86.64 | - |
| YUV | 175.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 239 | 0.10 | 0.40 | 0 | 0.06 | 285.63 | 0.75 | 0.75 |
| Hex | D8 | 8F | EF | A | 28 | 0 | 6 | 11E | 4B | 4B |
| Octal | 330 | 217 | 357 | 12 | 50 | 0 | 6 | 436 | 113 | 113 |
| Binary | 11011000 | 10001111 | 11101111 | 1010 | 101000 | 0 | 110 | 100011110 | 1001011 | 1001011 |
Color Harmonies of #D88FEF
Complementary color
Monochromatic Colors of #D88FEF
Black with #D88FEF
Text Example
Text Example
White with #D88FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88FEF; }
p { color: rgb(216,143,239); }
H1.HeaderClassName
{
color: #D88FEF;
}
.AnyTagClassName
{
color: #D88FEF;
}
</style>
background-color css
<style>
a { background-color: #D88FEF; }
a { background-color: rgb(216,143,239); }
div.DivClassName
{
background-color: #D88FEF;
}
.BgClassName
{
background-color: #D88FEF;
}
</style>
border-color css
<style>
span { border-color: #D88FEF; }
span { border-color: rgb(216,143,239); }
td.TdClassName
{
border-color: #D88FEF;
}
.TagClassName
{
border-color: #D88FEF;
}
</style>