Shades of Wisteria #D28EE4
Tints of Wisteria #D28EE4
RGB
CMYK
RGB Variations
Color information
#D28EE4 (or 0xD28EE4) is known color: Wisteria. HEX triplet: D2, 8E and E4. RGB value is (210,142,228). Sum of RGB (Red+Green+Blue) = 210+142+228=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #D28EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EE4 is #2D711B. Grayscale: #ABABAB. Windows color (decimal): -2978076 or 14978770. OLE color: 14978770.
HSL color Cylindrical-coordinate representation of color #D28EE4: hue angle of 287.44º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28EE4 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 142 | 228 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.11 |
| HSL | 287.44º | 0.61% | 0.73% | - |
| HSV(B) | 287.44º | 0.38% | 0.89% | - |
| XYZ | 50.25 | 38.65 | 78.21 | - |
| YUV | 172.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 228 | 0.08 | 0.38 | 0 | 0.11 | 287.44 | 0.61 | 0.73 |
| Hex | D2 | 8E | E4 | 8 | 26 | 0 | B | 11F | 3D | 49 |
| Octal | 322 | 216 | 344 | 10 | 46 | 0 | 13 | 437 | 75 | 111 |
| Binary | 11010010 | 10001110 | 11100100 | 1000 | 100110 | 0 | 1011 | 100011111 | 111101 | 1001001 |
Color Harmonies of #D28EE4
Complementary color
Monochromatic Colors of #D28EE4
Black with #D28EE4
Text Example
Text Example
White with #D28EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EE4; }
p { color: rgb(210,142,228); }
H1.HeaderClassName
{
color: #D28EE4;
}
.AnyTagClassName
{
color: #D28EE4;
}
</style>
background-color css
<style>
a { background-color: #D28EE4; }
a { background-color: rgb(210,142,228); }
div.DivClassName
{
background-color: #D28EE4;
}
.BgClassName
{
background-color: #D28EE4;
}
</style>
border-color css
<style>
span { border-color: #D28EE4; }
span { border-color: rgb(210,142,228); }
td.TdClassName
{
border-color: #D28EE4;
}
.TagClassName
{
border-color: #D28EE4;
}
</style>