Shades of Wisteria #D28FE6
Tints of Wisteria #D28FE6
RGB
CMYK
RGB Variations
Color information
#D28FE6 (or 0xD28FE6) is known color: Wisteria. HEX triplet: D2, 8F and E6. RGB value is (210,143,230). Sum of RGB (Red+Green+Blue) = 210+143+230=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #D28FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FE6 is #2D7019. Grayscale: #ACACAC. Windows color (decimal): -2977818 or 15110098. OLE color: 15110098.
HSL color Cylindrical-coordinate representation of color #D28FE6: hue angle of 286.21º degrees, saturation: 0.64, 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 #D28FE6 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 143 | 230 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.10 |
| HSL | 286.21º | 0.64% | 0.73% | - |
| HSV(B) | 286.21º | 0.38% | 0.9% | - |
| XYZ | 50.68 | 39.06 | 79.73 | - |
| YUV | 172.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 230 | 0.09 | 0.38 | 0 | 0.10 | 286.21 | 0.64 | 0.73 |
| Hex | D2 | 8F | E6 | 9 | 26 | 0 | A | 11E | 40 | 49 |
| Octal | 322 | 217 | 346 | 11 | 46 | 0 | 12 | 436 | 100 | 111 |
| Binary | 11010010 | 10001111 | 11100110 | 1001 | 100110 | 0 | 1010 | 100011110 | 1000000 | 1001001 |
Color Harmonies of #D28FE6
Complementary color
Monochromatic Colors of #D28FE6
Black with #D28FE6
Text Example
Text Example
White with #D28FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FE6; }
p { color: rgb(210,143,230); }
H1.HeaderClassName
{
color: #D28FE6;
}
.AnyTagClassName
{
color: #D28FE6;
}
</style>
background-color css
<style>
a { background-color: #D28FE6; }
a { background-color: rgb(210,143,230); }
div.DivClassName
{
background-color: #D28FE6;
}
.BgClassName
{
background-color: #D28FE6;
}
</style>
border-color css
<style>
span { border-color: #D28FE6; }
span { border-color: rgb(210,143,230); }
td.TdClassName
{
border-color: #D28FE6;
}
.TagClassName
{
border-color: #D28FE6;
}
</style>