Shades of Wisteria #D99BEC
Tints of Wisteria #D99BEC
RGB
CMYK
RGB Variations
Color information
#D99BEC (or 0xD99BEC) is known color: Wisteria. HEX triplet: D9, 9B and EC. RGB value is (217,155,236). Sum of RGB (Red+Green+Blue) = 217+155+236=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #D99BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BEC is #266413. Grayscale: #B6B6B6. Windows color (decimal): -2515988 or 15506393. OLE color: 15506393.
HSL color Cylindrical-coordinate representation of color #D99BEC: hue angle of 285.93º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99BEC is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 155 | 236 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.07 |
| HSL | 285.93º | 0.68% | 0.77% | - |
| HSV(B) | 285.93º | 0.34% | 0.93% | - |
| XYZ | 55.48 | 44.25 | 84.97 | - |
| YUV | 182.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 236 | 0.08 | 0.34 | 0 | 0.07 | 285.93 | 0.68 | 0.77 |
| Hex | D9 | 9B | EC | 8 | 22 | 0 | 7 | 11E | 44 | 4D |
| Octal | 331 | 233 | 354 | 10 | 42 | 0 | 7 | 436 | 104 | 115 |
| Binary | 11011001 | 10011011 | 11101100 | 1000 | 100010 | 0 | 111 | 100011110 | 1000100 | 1001101 |
Color Harmonies of #D99BEC
Complementary color
Monochromatic Colors of #D99BEC
Black with #D99BEC
Text Example
Text Example
White with #D99BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BEC; }
p { color: rgb(217,155,236); }
H1.HeaderClassName
{
color: #D99BEC;
}
.AnyTagClassName
{
color: #D99BEC;
}
</style>
background-color css
<style>
a { background-color: #D99BEC; }
a { background-color: rgb(217,155,236); }
div.DivClassName
{
background-color: #D99BEC;
}
.BgClassName
{
background-color: #D99BEC;
}
</style>
border-color css
<style>
span { border-color: #D99BEC; }
span { border-color: rgb(217,155,236); }
td.TdClassName
{
border-color: #D99BEC;
}
.TagClassName
{
border-color: #D99BEC;
}
</style>