Shades of Wisteria #D28FE4
Tints of Wisteria #D28FE4
RGB
CMYK
RGB Variations
Color information
#D28FE4 (or 0xD28FE4) is known color: Wisteria. HEX triplet: D2, 8F and E4. RGB value is (210,143,228). Sum of RGB (Red+Green+Blue) = 210+143+228=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #D28FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FE4 is #2D701B. Grayscale: #ACACAC. Windows color (decimal): -2977820 or 14979026. OLE color: 14979026.
HSL color Cylindrical-coordinate representation of color #D28FE4: hue angle of 287.29º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28FE4 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 143 | 228 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.11 |
| HSL | 287.29º | 0.61% | 0.73% | - |
| HSV(B) | 287.29º | 0.37% | 0.89% | - |
| XYZ | 50.4 | 38.95 | 78.26 | - |
| YUV | 172.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 228 | 0.08 | 0.37 | 0 | 0.11 | 287.29 | 0.61 | 0.73 |
| Hex | D2 | 8F | E4 | 8 | 25 | 0 | B | 11F | 3D | 49 |
| Octal | 322 | 217 | 344 | 10 | 45 | 0 | 13 | 437 | 75 | 111 |
| Binary | 11010010 | 10001111 | 11100100 | 1000 | 100101 | 0 | 1011 | 100011111 | 111101 | 1001001 |
Color Harmonies of #D28FE4
Complementary color
Monochromatic Colors of #D28FE4
Black with #D28FE4
Text Example
Text Example
White with #D28FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FE4; }
p { color: rgb(210,143,228); }
H1.HeaderClassName
{
color: #D28FE4;
}
.AnyTagClassName
{
color: #D28FE4;
}
</style>
background-color css
<style>
a { background-color: #D28FE4; }
a { background-color: rgb(210,143,228); }
div.DivClassName
{
background-color: #D28FE4;
}
.BgClassName
{
background-color: #D28FE4;
}
</style>
border-color css
<style>
span { border-color: #D28FE4; }
span { border-color: rgb(210,143,228); }
td.TdClassName
{
border-color: #D28FE4;
}
.TagClassName
{
border-color: #D28FE4;
}
</style>