Shades of Wisteria #D28DE1
Tints of Wisteria #D28DE1
RGB
CMYK
RGB Variations
Color information
#D28DE1 (or 0xD28DE1) is known color: Wisteria. HEX triplet: D2, 8D and E1. RGB value is (210,141,225). Sum of RGB (Red+Green+Blue) = 210+141+225=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #D28DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DE1 is #2D721E. Grayscale: #AAAAAA. Windows color (decimal): -2978335 or 14781906. OLE color: 14781906.
HSL color Cylindrical-coordinate representation of color #D28DE1: hue angle of 289.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28DE1 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 141 | 225 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.12 |
| HSL | 289.29º | 0.58% | 0.72% | - |
| HSV(B) | 289.29º | 0.37% | 0.88% | - |
| XYZ | 49.69 | 38.19 | 75.99 | - |
| YUV | 171.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 225 | 0.07 | 0.37 | 0 | 0.12 | 289.29 | 0.58 | 0.72 |
| Hex | D2 | 8D | E1 | 7 | 25 | 0 | C | 121 | 3A | 48 |
| Octal | 322 | 215 | 341 | 7 | 45 | 0 | 14 | 441 | 72 | 110 |
| Binary | 11010010 | 10001101 | 11100001 | 111 | 100101 | 0 | 1100 | 100100001 | 111010 | 1001000 |
Color Harmonies of #D28DE1
Complementary color
Monochromatic Colors of #D28DE1
Black with #D28DE1
Text Example
Text Example
White with #D28DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DE1; }
p { color: rgb(210,141,225); }
H1.HeaderClassName
{
color: #D28DE1;
}
.AnyTagClassName
{
color: #D28DE1;
}
</style>
background-color css
<style>
a { background-color: #D28DE1; }
a { background-color: rgb(210,141,225); }
div.DivClassName
{
background-color: #D28DE1;
}
.BgClassName
{
background-color: #D28DE1;
}
</style>
border-color css
<style>
span { border-color: #D28DE1; }
span { border-color: rgb(210,141,225); }
td.TdClassName
{
border-color: #D28DE1;
}
.TagClassName
{
border-color: #D28DE1;
}
</style>