Shades of Wisteria #D48DE5
Tints of Wisteria #D48DE5
RGB
CMYK
RGB Variations
Color information
#D48DE5 (or 0xD48DE5) is known color: Wisteria. HEX triplet: D4, 8D and E5. RGB value is (212,141,229). Sum of RGB (Red+Green+Blue) = 212+141+229=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #D48DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DE5 is #2B721A. Grayscale: #ABABAB. Windows color (decimal): -2847259 or 15044052. OLE color: 15044052.
HSL color Cylindrical-coordinate representation of color #D48DE5: hue angle of 288.41º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48DE5 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 141 | 229 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.10 |
| HSL | 288.41º | 0.63% | 0.73% | - |
| HSV(B) | 288.41º | 0.38% | 0.9% | - |
| XYZ | 50.82 | 38.7 | 78.92 | - |
| YUV | 172.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 229 | 0.07 | 0.38 | 0 | 0.10 | 288.41 | 0.63 | 0.73 |
| Hex | D4 | 8D | E5 | 7 | 26 | 0 | A | 120 | 3F | 49 |
| Octal | 324 | 215 | 345 | 7 | 46 | 0 | 12 | 440 | 77 | 111 |
| Binary | 11010100 | 10001101 | 11100101 | 111 | 100110 | 0 | 1010 | 100100000 | 111111 | 1001001 |
Color Harmonies of #D48DE5
Complementary color
Monochromatic Colors of #D48DE5
Black with #D48DE5
Text Example
Text Example
White with #D48DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DE5; }
p { color: rgb(212,141,229); }
H1.HeaderClassName
{
color: #D48DE5;
}
.AnyTagClassName
{
color: #D48DE5;
}
</style>
background-color css
<style>
a { background-color: #D48DE5; }
a { background-color: rgb(212,141,229); }
div.DivClassName
{
background-color: #D48DE5;
}
.BgClassName
{
background-color: #D48DE5;
}
</style>
border-color css
<style>
span { border-color: #D48DE5; }
span { border-color: rgb(212,141,229); }
td.TdClassName
{
border-color: #D48DE5;
}
.TagClassName
{
border-color: #D48DE5;
}
</style>