Shades of Wisteria #D49DE7
Tints of Wisteria #D49DE7
RGB
CMYK
RGB Variations
Color information
#D49DE7 (or 0xD49DE7) is known color: Wisteria. HEX triplet: D4, 9D and E7. RGB value is (212,157,231). Sum of RGB (Red+Green+Blue) = 212+157+231=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #D49DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DE7 is #2B6218. Grayscale: #B5B5B5. Windows color (decimal): -2843161 or 15179220. OLE color: 15179220.
HSL color Cylindrical-coordinate representation of color #D49DE7: hue angle of 284.59º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49DE7 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 157 | 231 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.09 |
| HSL | 284.59º | 0.61% | 0.76% | - |
| HSV(B) | 284.59º | 0.32% | 0.91% | - |
| XYZ | 53.63 | 43.88 | 81.24 | - |
| YUV | 181.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 231 | 0.08 | 0.32 | 0 | 0.09 | 284.59 | 0.61 | 0.76 |
| Hex | D4 | 9D | E7 | 8 | 20 | 0 | 9 | 11D | 3D | 4C |
| Octal | 324 | 235 | 347 | 10 | 40 | 0 | 11 | 435 | 75 | 114 |
| Binary | 11010100 | 10011101 | 11100111 | 1000 | 100000 | 0 | 1001 | 100011101 | 111101 | 1001100 |
Color Harmonies of #D49DE7
Complementary color
Monochromatic Colors of #D49DE7
Black with #D49DE7
Text Example
Text Example
White with #D49DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DE7; }
p { color: rgb(212,157,231); }
H1.HeaderClassName
{
color: #D49DE7;
}
.AnyTagClassName
{
color: #D49DE7;
}
</style>
background-color css
<style>
a { background-color: #D49DE7; }
a { background-color: rgb(212,157,231); }
div.DivClassName
{
background-color: #D49DE7;
}
.BgClassName
{
background-color: #D49DE7;
}
</style>
border-color css
<style>
span { border-color: #D49DE7; }
span { border-color: rgb(212,157,231); }
td.TdClassName
{
border-color: #D49DE7;
}
.TagClassName
{
border-color: #D49DE7;
}
</style>