Shades of Wisteria #D29DE1
Tints of Wisteria #D29DE1
RGB
CMYK
RGB Variations
Color information
#D29DE1 (or 0xD29DE1) is known color: Wisteria. HEX triplet: D2, 9D and E1. RGB value is (210,157,225). Sum of RGB (Red+Green+Blue) = 210+157+225=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #D29DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DE1 is #2D621E. Grayscale: #B4B4B4. Windows color (decimal): -2974239 or 14786002. OLE color: 14786002.
HSL color Cylindrical-coordinate representation of color #D29DE1: hue angle of 286.76º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29DE1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 157 | 225 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.12 |
| HSL | 286.76º | 0.53% | 0.75% | - |
| HSV(B) | 286.76º | 0.3% | 0.88% | - |
| XYZ | 52.23 | 43.25 | 76.83 | - |
| YUV | 180.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 225 | 0.07 | 0.30 | 0 | 0.12 | 286.76 | 0.53 | 0.75 |
| Hex | D2 | 9D | E1 | 7 | 1E | 0 | C | 11F | 35 | 4B |
| Octal | 322 | 235 | 341 | 7 | 36 | 0 | 14 | 437 | 65 | 113 |
| Binary | 11010010 | 10011101 | 11100001 | 111 | 11110 | 0 | 1100 | 100011111 | 110101 | 1001011 |
Color Harmonies of #D29DE1
Complementary color
Monochromatic Colors of #D29DE1
Black with #D29DE1
Text Example
Text Example
White with #D29DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DE1; }
p { color: rgb(210,157,225); }
H1.HeaderClassName
{
color: #D29DE1;
}
.AnyTagClassName
{
color: #D29DE1;
}
</style>
background-color css
<style>
a { background-color: #D29DE1; }
a { background-color: rgb(210,157,225); }
div.DivClassName
{
background-color: #D29DE1;
}
.BgClassName
{
background-color: #D29DE1;
}
</style>
border-color css
<style>
span { border-color: #D29DE1; }
span { border-color: rgb(210,157,225); }
td.TdClassName
{
border-color: #D29DE1;
}
.TagClassName
{
border-color: #D29DE1;
}
</style>