Shades of Wisteria #D28FE0
Tints of Wisteria #D28FE0
RGB
CMYK
RGB Variations
Color information
#D28FE0 (or 0xD28FE0) is known color: Wisteria. HEX triplet: D2, 8F and E0. RGB value is (210,143,224). Sum of RGB (Red+Green+Blue) = 210+143+224=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #D28FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FE0 is #2D701F. Grayscale: #ACACAC. Windows color (decimal): -2977824 or 14716882. OLE color: 14716882.
HSL color Cylindrical-coordinate representation of color #D28FE0: hue angle of 289.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28FE0 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 143 | 224 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.12 |
| HSL | 289.63º | 0.57% | 0.72% | - |
| HSV(B) | 289.63º | 0.36% | 0.88% | - |
| XYZ | 49.86 | 38.73 | 75.37 | - |
| YUV | 172.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 224 | 0.06 | 0.36 | 0 | 0.12 | 289.63 | 0.57 | 0.72 |
| Hex | D2 | 8F | E0 | 6 | 24 | 0 | C | 122 | 39 | 48 |
| Octal | 322 | 217 | 340 | 6 | 44 | 0 | 14 | 442 | 71 | 110 |
| Binary | 11010010 | 10001111 | 11100000 | 110 | 100100 | 0 | 1100 | 100100010 | 111001 | 1001000 |
Color Harmonies of #D28FE0
Complementary color
Monochromatic Colors of #D28FE0
Black with #D28FE0
Text Example
Text Example
White with #D28FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FE0; }
p { color: rgb(210,143,224); }
H1.HeaderClassName
{
color: #D28FE0;
}
.AnyTagClassName
{
color: #D28FE0;
}
</style>
background-color css
<style>
a { background-color: #D28FE0; }
a { background-color: rgb(210,143,224); }
div.DivClassName
{
background-color: #D28FE0;
}
.BgClassName
{
background-color: #D28FE0;
}
</style>
border-color css
<style>
span { border-color: #D28FE0; }
span { border-color: rgb(210,143,224); }
td.TdClassName
{
border-color: #D28FE0;
}
.TagClassName
{
border-color: #D28FE0;
}
</style>