Shades of Wisteria #D088E7
Tints of Wisteria #D088E7
RGB
CMYK
RGB Variations
Color information
#D088E7 (or 0xD088E7) is known color: Wisteria. HEX triplet: D0, 88 and E7. RGB value is (208,136,231). Sum of RGB (Red+Green+Blue) = 208+136+231=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #D088E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088E7 is #2F7718. Grayscale: #A8A8A8. Windows color (decimal): -3110681 or 15173840. OLE color: 15173840.
HSL color Cylindrical-coordinate representation of color #D088E7: hue angle of 285.47º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D088E7 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 136 | 231 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.09 |
| HSL | 285.47º | 0.66% | 0.72% | - |
| HSV(B) | 285.47º | 0.41% | 0.91% | - |
| XYZ | 49.24 | 36.79 | 80.11 | - |
| YUV | 168.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 231 | 0.10 | 0.41 | 0 | 0.09 | 285.47 | 0.66 | 0.72 |
| Hex | D0 | 88 | E7 | A | 29 | 0 | 9 | 11D | 42 | 48 |
| Octal | 320 | 210 | 347 | 12 | 51 | 0 | 11 | 435 | 102 | 110 |
| Binary | 11010000 | 10001000 | 11100111 | 1010 | 101001 | 0 | 1001 | 100011101 | 1000010 | 1001000 |
Color Harmonies of #D088E7
Complementary color
Monochromatic Colors of #D088E7
Black with #D088E7
Text Example
Text Example
White with #D088E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088E7; }
p { color: rgb(208,136,231); }
H1.HeaderClassName
{
color: #D088E7;
}
.AnyTagClassName
{
color: #D088E7;
}
</style>
background-color css
<style>
a { background-color: #D088E7; }
a { background-color: rgb(208,136,231); }
div.DivClassName
{
background-color: #D088E7;
}
.BgClassName
{
background-color: #D088E7;
}
</style>
border-color css
<style>
span { border-color: #D088E7; }
span { border-color: rgb(208,136,231); }
td.TdClassName
{
border-color: #D088E7;
}
.TagClassName
{
border-color: #D088E7;
}
</style>