Shades of Wisteria #D48DED
Tints of Wisteria #D48DED
RGB
CMYK
RGB Variations
Color information
#D48DED (or 0xD48DED) is known color: Wisteria. HEX triplet: D4, 8D and ED. RGB value is (212,141,237). Sum of RGB (Red+Green+Blue) = 212+141+237=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D48DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DED is #2B7212. Grayscale: #ACACAC. Windows color (decimal): -2847251 or 15568340. OLE color: 15568340.
HSL color Cylindrical-coordinate representation of color #D48DED: hue angle of 284.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D48DED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 141 | 237 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 284.38º | 0.73% | 0.74% | - |
| HSV(B) | 284.38º | 0.41% | 0.93% | - |
| XYZ | 51.96 | 39.16 | 84.94 | - |
| YUV | 173.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 237 | 0.11 | 0.41 | 0 | 0.07 | 284.38 | 0.73 | 0.74 |
| Hex | D4 | 8D | ED | B | 29 | 0 | 7 | 11C | 49 | 4A |
| Octal | 324 | 215 | 355 | 13 | 51 | 0 | 7 | 434 | 111 | 112 |
| Binary | 11010100 | 10001101 | 11101101 | 1011 | 101001 | 0 | 111 | 100011100 | 1001001 | 1001010 |
Color Harmonies of #D48DED
Complementary color
Monochromatic Colors of #D48DED
Black with #D48DED
Text Example
Text Example
White with #D48DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DED; }
p { color: rgb(212,141,237); }
H1.HeaderClassName
{
color: #D48DED;
}
.AnyTagClassName
{
color: #D48DED;
}
</style>
background-color css
<style>
a { background-color: #D48DED; }
a { background-color: rgb(212,141,237); }
div.DivClassName
{
background-color: #D48DED;
}
.BgClassName
{
background-color: #D48DED;
}
</style>
border-color css
<style>
span { border-color: #D48DED; }
span { border-color: rgb(212,141,237); }
td.TdClassName
{
border-color: #D48DED;
}
.TagClassName
{
border-color: #D48DED;
}
</style>