Shades of Wisteria #D291DE
Tints of Wisteria #D291DE
RGB
CMYK
RGB Variations
Color information
#D291DE (or 0xD291DE) is known color: Wisteria. HEX triplet: D2, 91 and DE. RGB value is (210,145,222). Sum of RGB (Red+Green+Blue) = 210+145+222=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D291DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291DE is #2D6E21. Grayscale: #ACACAC. Windows color (decimal): -2977314 or 14586322. OLE color: 14586322.
HSL color Cylindrical-coordinate representation of color #D291DE: hue angle of 290.65º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D291DE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 145 | 222 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.13 |
| HSL | 290.65º | 0.54% | 0.72% | - |
| HSV(B) | 290.65º | 0.35% | 0.87% | - |
| XYZ | 49.89 | 39.23 | 74.05 | - |
| YUV | 173.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 222 | 0.05 | 0.35 | 0 | 0.13 | 290.65 | 0.54 | 0.72 |
| Hex | D2 | 91 | DE | 5 | 23 | 0 | D | 123 | 36 | 48 |
| Octal | 322 | 221 | 336 | 5 | 43 | 0 | 15 | 443 | 66 | 110 |
| Binary | 11010010 | 10010001 | 11011110 | 101 | 100011 | 0 | 1101 | 100100011 | 110110 | 1001000 |
Color Harmonies of #D291DE
Complementary color
Monochromatic Colors of #D291DE
Black with #D291DE
Text Example
Text Example
White with #D291DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291DE; }
p { color: rgb(210,145,222); }
H1.HeaderClassName
{
color: #D291DE;
}
.AnyTagClassName
{
color: #D291DE;
}
</style>
background-color css
<style>
a { background-color: #D291DE; }
a { background-color: rgb(210,145,222); }
div.DivClassName
{
background-color: #D291DE;
}
.BgClassName
{
background-color: #D291DE;
}
</style>
border-color css
<style>
span { border-color: #D291DE; }
span { border-color: rgb(210,145,222); }
td.TdClassName
{
border-color: #D291DE;
}
.TagClassName
{
border-color: #D291DE;
}
</style>