Shades of Wisteria #D99DEF
Tints of Wisteria #D99DEF
RGB
CMYK
RGB Variations
Color information
#D99DEF (or 0xD99DEF) is known color: Wisteria. HEX triplet: D9, 9D and EF. RGB value is (217,157,239). Sum of RGB (Red+Green+Blue) = 217+157+239=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #D99DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DEF is #266210. Grayscale: #B8B8B8. Windows color (decimal): -2515473 or 15703513. OLE color: 15703513.
HSL color Cylindrical-coordinate representation of color #D99DEF: hue angle of 283.9º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99DEF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 157 | 239 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.06 |
| HSL | 283.9º | 0.72% | 0.78% | - |
| HSV(B) | 283.9º | 0.34% | 0.94% | - |
| XYZ | 56.25 | 45.1 | 87.4 | - |
| YUV | 184.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 239 | 0.09 | 0.34 | 0 | 0.06 | 283.9 | 0.72 | 0.78 |
| Hex | D9 | 9D | EF | 9 | 22 | 0 | 6 | 11C | 48 | 4E |
| Octal | 331 | 235 | 357 | 11 | 42 | 0 | 6 | 434 | 110 | 116 |
| Binary | 11011001 | 10011101 | 11101111 | 1001 | 100010 | 0 | 110 | 100011100 | 1001000 | 1001110 |
Color Harmonies of #D99DEF
Complementary color
Monochromatic Colors of #D99DEF
Black with #D99DEF
Text Example
Text Example
White with #D99DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DEF; }
p { color: rgb(217,157,239); }
H1.HeaderClassName
{
color: #D99DEF;
}
.AnyTagClassName
{
color: #D99DEF;
}
</style>
background-color css
<style>
a { background-color: #D99DEF; }
a { background-color: rgb(217,157,239); }
div.DivClassName
{
background-color: #D99DEF;
}
.BgClassName
{
background-color: #D99DEF;
}
</style>
border-color css
<style>
span { border-color: #D99DEF; }
span { border-color: rgb(217,157,239); }
td.TdClassName
{
border-color: #D99DEF;
}
.TagClassName
{
border-color: #D99DEF;
}
</style>