Shades of Wisteria #D48AED
Tints of Wisteria #D48AED
RGB
CMYK
RGB Variations
Color information
#D48AED (or 0xD48AED) is known color: Wisteria. HEX triplet: D4, 8A and ED. RGB value is (212,138,237). Sum of RGB (Red+Green+Blue) = 212+138+237=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AED is #2B7512. Grayscale: #ABABAB. Windows color (decimal): -2848019 or 15567572. OLE color: 15567572.
HSL color Cylindrical-coordinate representation of color #D48AED: hue angle of 284.85º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48AED is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 138 | 237 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.07 |
| HSL | 284.85º | 0.73% | 0.74% | - |
| HSV(B) | 284.85º | 0.42% | 0.93% | - |
| XYZ | 51.53 | 38.29 | 84.8 | - |
| YUV | 171.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 237 | 0.11 | 0.42 | 0 | 0.07 | 284.85 | 0.73 | 0.74 |
| Hex | D4 | 8A | ED | B | 2A | 0 | 7 | 11D | 49 | 4A |
| Octal | 324 | 212 | 355 | 13 | 52 | 0 | 7 | 435 | 111 | 112 |
| Binary | 11010100 | 10001010 | 11101101 | 1011 | 101010 | 0 | 111 | 100011101 | 1001001 | 1001010 |
Color Harmonies of #D48AED
Complementary color
Monochromatic Colors of #D48AED
Black with #D48AED
Text Example
Text Example
White with #D48AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48AED; }
p { color: rgb(212,138,237); }
H1.HeaderClassName
{
color: #D48AED;
}
.AnyTagClassName
{
color: #D48AED;
}
</style>
background-color css
<style>
a { background-color: #D48AED; }
a { background-color: rgb(212,138,237); }
div.DivClassName
{
background-color: #D48AED;
}
.BgClassName
{
background-color: #D48AED;
}
</style>
border-color css
<style>
span { border-color: #D48AED; }
span { border-color: rgb(212,138,237); }
td.TdClassName
{
border-color: #D48AED;
}
.TagClassName
{
border-color: #D48AED;
}
</style>