Shades of Wisteria #D088EB
Tints of Wisteria #D088EB
RGB
CMYK
RGB Variations
Color information
#D088EB (or 0xD088EB) is known color: Wisteria. HEX triplet: D0, 88 and EB. RGB value is (208,136,235). Sum of RGB (Red+Green+Blue) = 208+136+235=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #D088EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088EB is #2F7714. Grayscale: #A8A8A8. Windows color (decimal): -3110677 or 15435984. OLE color: 15435984.
HSL color Cylindrical-coordinate representation of color #D088EB: hue angle of 283.64º 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 #D088EB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 136 | 235 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.08 |
| HSL | 283.64º | 0.71% | 0.73% | - |
| HSV(B) | 283.64º | 0.42% | 0.92% | - |
| XYZ | 49.81 | 37.02 | 83.12 | - |
| YUV | 168.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 235 | 0.11 | 0.42 | 0 | 0.08 | 283.64 | 0.71 | 0.73 |
| Hex | D0 | 88 | EB | B | 2A | 0 | 8 | 11C | 47 | 49 |
| Octal | 320 | 210 | 353 | 13 | 52 | 0 | 10 | 434 | 107 | 111 |
| Binary | 11010000 | 10001000 | 11101011 | 1011 | 101010 | 0 | 1000 | 100011100 | 1000111 | 1001001 |
Color Harmonies of #D088EB
Complementary color
Monochromatic Colors of #D088EB
Black with #D088EB
Text Example
Text Example
White with #D088EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088EB; }
p { color: rgb(208,136,235); }
H1.HeaderClassName
{
color: #D088EB;
}
.AnyTagClassName
{
color: #D088EB;
}
</style>
background-color css
<style>
a { background-color: #D088EB; }
a { background-color: rgb(208,136,235); }
div.DivClassName
{
background-color: #D088EB;
}
.BgClassName
{
background-color: #D088EB;
}
</style>
border-color css
<style>
span { border-color: #D088EB; }
span { border-color: rgb(208,136,235); }
td.TdClassName
{
border-color: #D088EB;
}
.TagClassName
{
border-color: #D088EB;
}
</style>