Shades of Wisteria #D28DF3
Tints of Wisteria #D28DF3
RGB
CMYK
RGB Variations
Color information
#D28DF3 (or 0xD28DF3) is known color: Wisteria. HEX triplet: D2, 8D and F3. RGB value is (210,141,243). Sum of RGB (Red+Green+Blue) = 210+141+243=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #D28DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DF3 is #2D720C. Grayscale: #ACACAC. Windows color (decimal): -2978317 or 15961554. OLE color: 15961554.
HSL color Cylindrical-coordinate representation of color #D28DF3: hue angle of 280.59º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28DF3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 141 | 243 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.05 |
| HSL | 280.59º | 0.81% | 0.75% | - |
| HSV(B) | 280.59º | 0.42% | 0.95% | - |
| XYZ | 52.28 | 39.22 | 89.61 | - |
| YUV | 173.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 243 | 0.14 | 0.42 | 0 | 0.05 | 280.59 | 0.81 | 0.75 |
| Hex | D2 | 8D | F3 | E | 2A | 0 | 5 | 119 | 51 | 4B |
| Octal | 322 | 215 | 363 | 16 | 52 | 0 | 5 | 431 | 121 | 113 |
| Binary | 11010010 | 10001101 | 11110011 | 1110 | 101010 | 0 | 101 | 100011001 | 1010001 | 1001011 |
Color Harmonies of #D28DF3
Complementary color
Monochromatic Colors of #D28DF3
Black with #D28DF3
Text Example
Text Example
White with #D28DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DF3; }
p { color: rgb(210,141,243); }
H1.HeaderClassName
{
color: #D28DF3;
}
.AnyTagClassName
{
color: #D28DF3;
}
</style>
background-color css
<style>
a { background-color: #D28DF3; }
a { background-color: rgb(210,141,243); }
div.DivClassName
{
background-color: #D28DF3;
}
.BgClassName
{
background-color: #D28DF3;
}
</style>
border-color css
<style>
span { border-color: #D28DF3; }
span { border-color: rgb(210,141,243); }
td.TdClassName
{
border-color: #D28DF3;
}
.TagClassName
{
border-color: #D28DF3;
}
</style>