Shades of Wisteria #D99BEE
Tints of Wisteria #D99BEE
RGB
CMYK
RGB Variations
Color information
#D99BEE (or 0xD99BEE) is known color: Wisteria. HEX triplet: D9, 9B and EE. RGB value is (217,155,238). Sum of RGB (Red+Green+Blue) = 217+155+238=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #D99BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BEE is #266411. Grayscale: #B6B6B6. Windows color (decimal): -2515986 or 15637465. OLE color: 15637465.
HSL color Cylindrical-coordinate representation of color #D99BEE: hue angle of 284.82º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99BEE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 155 | 238 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.07 |
| HSL | 284.82º | 0.71% | 0.77% | - |
| HSV(B) | 284.82º | 0.35% | 0.93% | - |
| XYZ | 55.77 | 44.37 | 86.51 | - |
| YUV | 183 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 238 | 0.09 | 0.35 | 0 | 0.07 | 284.82 | 0.71 | 0.77 |
| Hex | D9 | 9B | EE | 9 | 23 | 0 | 7 | 11D | 47 | 4D |
| Octal | 331 | 233 | 356 | 11 | 43 | 0 | 7 | 435 | 107 | 115 |
| Binary | 11011001 | 10011011 | 11101110 | 1001 | 100011 | 0 | 111 | 100011101 | 1000111 | 1001101 |
Color Harmonies of #D99BEE
Complementary color
Monochromatic Colors of #D99BEE
Black with #D99BEE
Text Example
Text Example
White with #D99BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BEE; }
p { color: rgb(217,155,238); }
H1.HeaderClassName
{
color: #D99BEE;
}
.AnyTagClassName
{
color: #D99BEE;
}
</style>
background-color css
<style>
a { background-color: #D99BEE; }
a { background-color: rgb(217,155,238); }
div.DivClassName
{
background-color: #D99BEE;
}
.BgClassName
{
background-color: #D99BEE;
}
</style>
border-color css
<style>
span { border-color: #D99BEE; }
span { border-color: rgb(217,155,238); }
td.TdClassName
{
border-color: #D99BEE;
}
.TagClassName
{
border-color: #D99BEE;
}
</style>