Shades of Wisteria #D28AEB
Tints of Wisteria #D28AEB
RGB
CMYK
RGB Variations
Color information
#D28AEB (or 0xD28AEB) is known color: Wisteria. HEX triplet: D2, 8A and EB. RGB value is (210,138,235). Sum of RGB (Red+Green+Blue) = 210+138+235=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #D28AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AEB is #2D7514. Grayscale: #AAAAAA. Windows color (decimal): -2979093 or 15436498. OLE color: 15436498.
HSL color Cylindrical-coordinate representation of color #D28AEB: hue angle of 284.54º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28AEB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 138 | 235 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.08 |
| HSL | 284.54º | 0.71% | 0.73% | - |
| HSV(B) | 284.54º | 0.41% | 0.92% | - |
| XYZ | 50.66 | 37.88 | 83.24 | - |
| YUV | 170.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 235 | 0.11 | 0.41 | 0 | 0.08 | 284.54 | 0.71 | 0.73 |
| Hex | D2 | 8A | EB | B | 29 | 0 | 8 | 11D | 47 | 49 |
| Octal | 322 | 212 | 353 | 13 | 51 | 0 | 10 | 435 | 107 | 111 |
| Binary | 11010010 | 10001010 | 11101011 | 1011 | 101001 | 0 | 1000 | 100011101 | 1000111 | 1001001 |
Color Harmonies of #D28AEB
Complementary color
Monochromatic Colors of #D28AEB
Black with #D28AEB
Text Example
Text Example
White with #D28AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AEB; }
p { color: rgb(210,138,235); }
H1.HeaderClassName
{
color: #D28AEB;
}
.AnyTagClassName
{
color: #D28AEB;
}
</style>
background-color css
<style>
a { background-color: #D28AEB; }
a { background-color: rgb(210,138,235); }
div.DivClassName
{
background-color: #D28AEB;
}
.BgClassName
{
background-color: #D28AEB;
}
</style>
border-color css
<style>
span { border-color: #D28AEB; }
span { border-color: rgb(210,138,235); }
td.TdClassName
{
border-color: #D28AEB;
}
.TagClassName
{
border-color: #D28AEB;
}
</style>