Shades of Wisteria #D48EED
Tints of Wisteria #D48EED
RGB
CMYK
RGB Variations
Color information
#D48EED (or 0xD48EED) is known color: Wisteria. HEX triplet: D4, 8E and ED. RGB value is (212,142,237). Sum of RGB (Red+Green+Blue) = 212+142+237=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EED is #2B7112. Grayscale: #ADADAD. Windows color (decimal): -2846995 or 15568596. OLE color: 15568596.
HSL color Cylindrical-coordinate representation of color #D48EED: hue angle of 284.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48EED is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 142 | 237 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.07 |
| HSL | 284.21º | 0.73% | 0.74% | - |
| HSV(B) | 284.21º | 0.4% | 0.93% | - |
| XYZ | 52.11 | 39.46 | 84.99 | - |
| YUV | 173.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 237 | 0.11 | 0.40 | 0 | 0.07 | 284.21 | 0.73 | 0.74 |
| Hex | D4 | 8E | ED | B | 28 | 0 | 7 | 11C | 49 | 4A |
| Octal | 324 | 216 | 355 | 13 | 50 | 0 | 7 | 434 | 111 | 112 |
| Binary | 11010100 | 10001110 | 11101101 | 1011 | 101000 | 0 | 111 | 100011100 | 1001001 | 1001010 |
Color Harmonies of #D48EED
Complementary color
Monochromatic Colors of #D48EED
Black with #D48EED
Text Example
Text Example
White with #D48EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48EED; }
p { color: rgb(212,142,237); }
H1.HeaderClassName
{
color: #D48EED;
}
.AnyTagClassName
{
color: #D48EED;
}
</style>
background-color css
<style>
a { background-color: #D48EED; }
a { background-color: rgb(212,142,237); }
div.DivClassName
{
background-color: #D48EED;
}
.BgClassName
{
background-color: #D48EED;
}
</style>
border-color css
<style>
span { border-color: #D48EED; }
span { border-color: rgb(212,142,237); }
td.TdClassName
{
border-color: #D48EED;
}
.TagClassName
{
border-color: #D48EED;
}
</style>