Shades of Wisteria #D08DEE
Tints of Wisteria #D08DEE
RGB
CMYK
RGB Variations
Color information
#D08DEE (or 0xD08DEE) is known color: Wisteria. HEX triplet: D0, 8D and EE. RGB value is (208,141,238). Sum of RGB (Red+Green+Blue) = 208+141+238=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DEE is #2F7211. Grayscale: #ABABAB. Windows color (decimal): -3109394 or 15633872. OLE color: 15633872.
HSL color Cylindrical-coordinate representation of color #D08DEE: hue angle of 281.44º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08DEE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 141 | 238 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.07 |
| HSL | 281.44º | 0.74% | 0.74% | - |
| HSV(B) | 281.44º | 0.41% | 0.93% | - |
| XYZ | 50.97 | 38.63 | 85.66 | - |
| YUV | 172.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 238 | 0.13 | 0.41 | 0 | 0.07 | 281.44 | 0.74 | 0.74 |
| Hex | D0 | 8D | EE | D | 29 | 0 | 7 | 119 | 4A | 4A |
| Octal | 320 | 215 | 356 | 15 | 51 | 0 | 7 | 431 | 112 | 112 |
| Binary | 11010000 | 10001101 | 11101110 | 1101 | 101001 | 0 | 111 | 100011001 | 1001010 | 1001010 |
Color Harmonies of #D08DEE
Complementary color
Monochromatic Colors of #D08DEE
Black with #D08DEE
Text Example
Text Example
White with #D08DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DEE; }
p { color: rgb(208,141,238); }
H1.HeaderClassName
{
color: #D08DEE;
}
.AnyTagClassName
{
color: #D08DEE;
}
</style>
background-color css
<style>
a { background-color: #D08DEE; }
a { background-color: rgb(208,141,238); }
div.DivClassName
{
background-color: #D08DEE;
}
.BgClassName
{
background-color: #D08DEE;
}
</style>
border-color css
<style>
span { border-color: #D08DEE; }
span { border-color: rgb(208,141,238); }
td.TdClassName
{
border-color: #D08DEE;
}
.TagClassName
{
border-color: #D08DEE;
}
</style>