Shades of Wisteria #D28EEB
Tints of Wisteria #D28EEB
RGB
CMYK
RGB Variations
Color information
#D28EEB (or 0xD28EEB) is known color: Wisteria. HEX triplet: D2, 8E and EB. RGB value is (210,142,235). Sum of RGB (Red+Green+Blue) = 210+142+235=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #D28EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EEB is #2D7114. Grayscale: #ACACAC. Windows color (decimal): -2978069 or 15437522. OLE color: 15437522.
HSL color Cylindrical-coordinate representation of color #D28EEB: hue angle of 283.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28EEB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 142 | 235 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.08 |
| HSL | 283.87º | 0.7% | 0.74% | - |
| HSV(B) | 283.87º | 0.4% | 0.92% | - |
| XYZ | 51.25 | 39.05 | 83.43 | - |
| YUV | 172.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 235 | 0.11 | 0.40 | 0 | 0.08 | 283.87 | 0.7 | 0.74 |
| Hex | D2 | 8E | EB | B | 28 | 0 | 8 | 11C | 46 | 4A |
| Octal | 322 | 216 | 353 | 13 | 50 | 0 | 10 | 434 | 106 | 112 |
| Binary | 11010010 | 10001110 | 11101011 | 1011 | 101000 | 0 | 1000 | 100011100 | 1000110 | 1001010 |
Color Harmonies of #D28EEB
Complementary color
Monochromatic Colors of #D28EEB
Black with #D28EEB
Text Example
Text Example
White with #D28EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EEB; }
p { color: rgb(210,142,235); }
H1.HeaderClassName
{
color: #D28EEB;
}
.AnyTagClassName
{
color: #D28EEB;
}
</style>
background-color css
<style>
a { background-color: #D28EEB; }
a { background-color: rgb(210,142,235); }
div.DivClassName
{
background-color: #D28EEB;
}
.BgClassName
{
background-color: #D28EEB;
}
</style>
border-color css
<style>
span { border-color: #D28EEB; }
span { border-color: rgb(210,142,235); }
td.TdClassName
{
border-color: #D28EEB;
}
.TagClassName
{
border-color: #D28EEB;
}
</style>