Shades of Wisteria #D28FEE
Tints of Wisteria #D28FEE
RGB
CMYK
RGB Variations
Color information
#D28FEE (or 0xD28FEE) is known color: Wisteria. HEX triplet: D2, 8F and EE. RGB value is (210,143,238). Sum of RGB (Red+Green+Blue) = 210+143+238=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #D28FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FEE is #2D7011. Grayscale: #ADADAD. Windows color (decimal): -2977810 or 15634386. OLE color: 15634386.
HSL color Cylindrical-coordinate representation of color #D28FEE: hue angle of 282.32º degrees, saturation: 0.74, 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 #D28FEE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 143 | 238 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.07 |
| HSL | 282.32º | 0.74% | 0.75% | - |
| HSV(B) | 282.32º | 0.4% | 0.93% | - |
| XYZ | 51.83 | 39.52 | 85.79 | - |
| YUV | 173.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 238 | 0.12 | 0.40 | 0 | 0.07 | 282.32 | 0.74 | 0.75 |
| Hex | D2 | 8F | EE | C | 28 | 0 | 7 | 11A | 4A | 4B |
| Octal | 322 | 217 | 356 | 14 | 50 | 0 | 7 | 432 | 112 | 113 |
| Binary | 11010010 | 10001111 | 11101110 | 1100 | 101000 | 0 | 111 | 100011010 | 1001010 | 1001011 |
Color Harmonies of #D28FEE
Complementary color
Monochromatic Colors of #D28FEE
Black with #D28FEE
Text Example
Text Example
White with #D28FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FEE; }
p { color: rgb(210,143,238); }
H1.HeaderClassName
{
color: #D28FEE;
}
.AnyTagClassName
{
color: #D28FEE;
}
</style>
background-color css
<style>
a { background-color: #D28FEE; }
a { background-color: rgb(210,143,238); }
div.DivClassName
{
background-color: #D28FEE;
}
.BgClassName
{
background-color: #D28FEE;
}
</style>
border-color css
<style>
span { border-color: #D28FEE; }
span { border-color: rgb(210,143,238); }
td.TdClassName
{
border-color: #D28FEE;
}
.TagClassName
{
border-color: #D28FEE;
}
</style>