Shades of Wisteria #D49DED
Tints of Wisteria #D49DED
RGB
CMYK
RGB Variations
Color information
#D49DED (or 0xD49DED) is known color: Wisteria. HEX triplet: D4, 9D and ED. RGB value is (212,157,237). Sum of RGB (Red+Green+Blue) = 212+157+237=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DED is #2B6212. Grayscale: #B6B6B6. Windows color (decimal): -2843155 or 15572436. OLE color: 15572436.
HSL color Cylindrical-coordinate representation of color #D49DED: hue angle of 281.25º degrees, saturation: 0.69, 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 #D49DED is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 157 | 237 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.07 |
| HSL | 281.25º | 0.69% | 0.77% | - |
| HSV(B) | 281.25º | 0.34% | 0.93% | - |
| XYZ | 54.49 | 44.23 | 85.78 | - |
| YUV | 182.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 237 | 0.11 | 0.34 | 0 | 0.07 | 281.25 | 0.69 | 0.77 |
| Hex | D4 | 9D | ED | B | 22 | 0 | 7 | 119 | 45 | 4D |
| Octal | 324 | 235 | 355 | 13 | 42 | 0 | 7 | 431 | 105 | 115 |
| Binary | 11010100 | 10011101 | 11101101 | 1011 | 100010 | 0 | 111 | 100011001 | 1000101 | 1001101 |
Color Harmonies of #D49DED
Complementary color
Monochromatic Colors of #D49DED
Black with #D49DED
Text Example
Text Example
White with #D49DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DED; }
p { color: rgb(212,157,237); }
H1.HeaderClassName
{
color: #D49DED;
}
.AnyTagClassName
{
color: #D49DED;
}
</style>
background-color css
<style>
a { background-color: #D49DED; }
a { background-color: rgb(212,157,237); }
div.DivClassName
{
background-color: #D49DED;
}
.BgClassName
{
background-color: #D49DED;
}
</style>
border-color css
<style>
span { border-color: #D49DED; }
span { border-color: rgb(212,157,237); }
td.TdClassName
{
border-color: #D49DED;
}
.TagClassName
{
border-color: #D49DED;
}
</style>