Shades of Wisteria #D28EE2
Tints of Wisteria #D28EE2
RGB
CMYK
RGB Variations
Color information
#D28EE2 (or 0xD28EE2) is known color: Wisteria. HEX triplet: D2, 8E and E2. RGB value is (210,142,226). Sum of RGB (Red+Green+Blue) = 210+142+226=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #D28EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EE2 is #2D711D. Grayscale: #ABABAB. Windows color (decimal): -2978078 or 14847698. OLE color: 14847698.
HSL color Cylindrical-coordinate representation of color #D28EE2: hue angle of 288.57º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28EE2 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 142 | 226 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.11 |
| HSL | 288.57º | 0.59% | 0.72% | - |
| HSV(B) | 288.57º | 0.37% | 0.89% | - |
| XYZ | 49.98 | 38.54 | 76.76 | - |
| YUV | 171.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 226 | 0.07 | 0.37 | 0 | 0.11 | 288.57 | 0.59 | 0.72 |
| Hex | D2 | 8E | E2 | 7 | 25 | 0 | B | 121 | 3B | 48 |
| Octal | 322 | 216 | 342 | 7 | 45 | 0 | 13 | 441 | 73 | 110 |
| Binary | 11010010 | 10001110 | 11100010 | 111 | 100101 | 0 | 1011 | 100100001 | 111011 | 1001000 |
Color Harmonies of #D28EE2
Complementary color
Monochromatic Colors of #D28EE2
Black with #D28EE2
Text Example
Text Example
White with #D28EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EE2; }
p { color: rgb(210,142,226); }
H1.HeaderClassName
{
color: #D28EE2;
}
.AnyTagClassName
{
color: #D28EE2;
}
</style>
background-color css
<style>
a { background-color: #D28EE2; }
a { background-color: rgb(210,142,226); }
div.DivClassName
{
background-color: #D28EE2;
}
.BgClassName
{
background-color: #D28EE2;
}
</style>
border-color css
<style>
span { border-color: #D28EE2; }
span { border-color: rgb(210,142,226); }
td.TdClassName
{
border-color: #D28EE2;
}
.TagClassName
{
border-color: #D28EE2;
}
</style>