Shades of Wisteria #D28FE5
Tints of Wisteria #D28FE5
RGB
CMYK
RGB Variations
Color information
#D28FE5 (or 0xD28FE5) is known color: Wisteria. HEX triplet: D2, 8F and E5. RGB value is (210,143,229). Sum of RGB (Red+Green+Blue) = 210+143+229=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 143 (56.25% from 255 or 24.57% 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 #D28FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FE5 is #2D701A. Grayscale: #ACACAC. Windows color (decimal): -2977819 or 15044562. OLE color: 15044562.
HSL color Cylindrical-coordinate representation of color #D28FE5: hue angle of 286.74º degrees, saturation: 0.62, 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 #D28FE5 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 143 | 229 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.10 |
| HSL | 286.74º | 0.62% | 0.73% | - |
| HSV(B) | 286.74º | 0.38% | 0.9% | - |
| XYZ | 50.54 | 39 | 78.99 | - |
| YUV | 172.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 229 | 0.08 | 0.38 | 0 | 0.10 | 286.74 | 0.62 | 0.73 |
| Hex | D2 | 8F | E5 | 8 | 26 | 0 | A | 11F | 3E | 49 |
| Octal | 322 | 217 | 345 | 10 | 46 | 0 | 12 | 437 | 76 | 111 |
| Binary | 11010010 | 10001111 | 11100101 | 1000 | 100110 | 0 | 1010 | 100011111 | 111110 | 1001001 |
Color Harmonies of #D28FE5
Complementary color
Monochromatic Colors of #D28FE5
Black with #D28FE5
Text Example
Text Example
White with #D28FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FE5; }
p { color: rgb(210,143,229); }
H1.HeaderClassName
{
color: #D28FE5;
}
.AnyTagClassName
{
color: #D28FE5;
}
</style>
background-color css
<style>
a { background-color: #D28FE5; }
a { background-color: rgb(210,143,229); }
div.DivClassName
{
background-color: #D28FE5;
}
.BgClassName
{
background-color: #D28FE5;
}
</style>
border-color css
<style>
span { border-color: #D28FE5; }
span { border-color: rgb(210,143,229); }
td.TdClassName
{
border-color: #D28FE5;
}
.TagClassName
{
border-color: #D28FE5;
}
</style>