Shades of Wisteria #D28FED
Tints of Wisteria #D28FED
RGB
CMYK
RGB Variations
Color information
#D28FED (or 0xD28FED) is known color: Wisteria. HEX triplet: D2, 8F and ED. RGB value is (210,143,237). Sum of RGB (Red+Green+Blue) = 210+143+237=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D28FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FED is #2D7012. Grayscale: #ADADAD. Windows color (decimal): -2977811 or 15568850. OLE color: 15568850.
HSL color Cylindrical-coordinate representation of color #D28FED: hue angle of 282.77º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28FED is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 143 | 237 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.07 |
| HSL | 282.77º | 0.72% | 0.75% | - |
| HSV(B) | 282.77º | 0.4% | 0.93% | - |
| XYZ | 51.69 | 39.46 | 85.01 | - |
| YUV | 173.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 237 | 0.11 | 0.40 | 0 | 0.07 | 282.77 | 0.72 | 0.75 |
| Hex | D2 | 8F | ED | B | 28 | 0 | 7 | 11B | 48 | 4B |
| Octal | 322 | 217 | 355 | 13 | 50 | 0 | 7 | 433 | 110 | 113 |
| Binary | 11010010 | 10001111 | 11101101 | 1011 | 101000 | 0 | 111 | 100011011 | 1001000 | 1001011 |
Color Harmonies of #D28FED
Complementary color
Monochromatic Colors of #D28FED
Black with #D28FED
Text Example
Text Example
White with #D28FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FED; }
p { color: rgb(210,143,237); }
H1.HeaderClassName
{
color: #D28FED;
}
.AnyTagClassName
{
color: #D28FED;
}
</style>
background-color css
<style>
a { background-color: #D28FED; }
a { background-color: rgb(210,143,237); }
div.DivClassName
{
background-color: #D28FED;
}
.BgClassName
{
background-color: #D28FED;
}
</style>
border-color css
<style>
span { border-color: #D28FED; }
span { border-color: rgb(210,143,237); }
td.TdClassName
{
border-color: #D28FED;
}
.TagClassName
{
border-color: #D28FED;
}
</style>