Shades of Wisteria #D28BE1
Tints of Wisteria #D28BE1
RGB
CMYK
RGB Variations
Color information
#D28BE1 (or 0xD28BE1) is known color: Wisteria. HEX triplet: D2, 8B and E1. RGB value is (210,139,225). Sum of RGB (Red+Green+Blue) = 210+139+225=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #D28BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BE1 is #2D741E. Grayscale: #A9A9A9. Windows color (decimal): -2978847 or 14781394. OLE color: 14781394.
HSL color Cylindrical-coordinate representation of color #D28BE1: hue angle of 289.53º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28BE1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 139 | 225 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.12 |
| HSL | 289.53º | 0.59% | 0.71% | - |
| HSV(B) | 289.53º | 0.38% | 0.88% | - |
| XYZ | 49.4 | 37.6 | 75.89 | - |
| YUV | 170.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 225 | 0.07 | 0.38 | 0 | 0.12 | 289.53 | 0.59 | 0.71 |
| Hex | D2 | 8B | E1 | 7 | 26 | 0 | C | 122 | 3B | 47 |
| Octal | 322 | 213 | 341 | 7 | 46 | 0 | 14 | 442 | 73 | 107 |
| Binary | 11010010 | 10001011 | 11100001 | 111 | 100110 | 0 | 1100 | 100100010 | 111011 | 1000111 |
Color Harmonies of #D28BE1
Complementary color
Monochromatic Colors of #D28BE1
Black with #D28BE1
Text Example
Text Example
White with #D28BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BE1; }
p { color: rgb(210,139,225); }
H1.HeaderClassName
{
color: #D28BE1;
}
.AnyTagClassName
{
color: #D28BE1;
}
</style>
background-color css
<style>
a { background-color: #D28BE1; }
a { background-color: rgb(210,139,225); }
div.DivClassName
{
background-color: #D28BE1;
}
.BgClassName
{
background-color: #D28BE1;
}
</style>
border-color css
<style>
span { border-color: #D28BE1; }
span { border-color: rgb(210,139,225); }
td.TdClassName
{
border-color: #D28BE1;
}
.TagClassName
{
border-color: #D28BE1;
}
</style>