Shades of Wisteria #D28CE1
Tints of Wisteria #D28CE1
RGB
CMYK
RGB Variations
Color information
#D28CE1 (or 0xD28CE1) is known color: Wisteria. HEX triplet: D2, 8C and E1. RGB value is (210,140,225). Sum of RGB (Red+Green+Blue) = 210+140+225=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #D28CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CE1 is #2D731E. Grayscale: #AAAAAA. Windows color (decimal): -2978591 or 14781650. OLE color: 14781650.
HSL color Cylindrical-coordinate representation of color #D28CE1: hue angle of 289.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28CE1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 140 | 225 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.12 |
| HSL | 289.41º | 0.59% | 0.72% | - |
| HSV(B) | 289.41º | 0.38% | 0.88% | - |
| XYZ | 49.55 | 37.89 | 75.94 | - |
| YUV | 170.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 225 | 0.07 | 0.38 | 0 | 0.12 | 289.41 | 0.59 | 0.72 |
| Hex | D2 | 8C | E1 | 7 | 26 | 0 | C | 121 | 3B | 48 |
| Octal | 322 | 214 | 341 | 7 | 46 | 0 | 14 | 441 | 73 | 110 |
| Binary | 11010010 | 10001100 | 11100001 | 111 | 100110 | 0 | 1100 | 100100001 | 111011 | 1001000 |
Color Harmonies of #D28CE1
Complementary color
Monochromatic Colors of #D28CE1
Black with #D28CE1
Text Example
Text Example
White with #D28CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CE1; }
p { color: rgb(210,140,225); }
H1.HeaderClassName
{
color: #D28CE1;
}
.AnyTagClassName
{
color: #D28CE1;
}
</style>
background-color css
<style>
a { background-color: #D28CE1; }
a { background-color: rgb(210,140,225); }
div.DivClassName
{
background-color: #D28CE1;
}
.BgClassName
{
background-color: #D28CE1;
}
</style>
border-color css
<style>
span { border-color: #D28CE1; }
span { border-color: rgb(210,140,225); }
td.TdClassName
{
border-color: #D28CE1;
}
.TagClassName
{
border-color: #D28CE1;
}
</style>