Shades of Wisteria #D29DE5
Tints of Wisteria #D29DE5
RGB
CMYK
RGB Variations
Color information
#D29DE5 (or 0xD29DE5) is known color: Wisteria. HEX triplet: D2, 9D and E5. RGB value is (210,157,229). Sum of RGB (Red+Green+Blue) = 210+157+229=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #D29DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DE5 is #2D621A. Grayscale: #B4B4B4. Windows color (decimal): -2974235 or 15048146. OLE color: 15048146.
HSL color Cylindrical-coordinate representation of color #D29DE5: hue angle of 284.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29DE5 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 157 | 229 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.10 |
| HSL | 284.17º | 0.58% | 0.76% | - |
| HSV(B) | 284.17º | 0.31% | 0.9% | - |
| XYZ | 52.78 | 43.47 | 79.74 | - |
| YUV | 181.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 229 | 0.08 | 0.31 | 0 | 0.10 | 284.17 | 0.58 | 0.76 |
| Hex | D2 | 9D | E5 | 8 | 1F | 0 | A | 11C | 3A | 4C |
| Octal | 322 | 235 | 345 | 10 | 37 | 0 | 12 | 434 | 72 | 114 |
| Binary | 11010010 | 10011101 | 11100101 | 1000 | 11111 | 0 | 1010 | 100011100 | 111010 | 1001100 |
Color Harmonies of #D29DE5
Complementary color
Monochromatic Colors of #D29DE5
Black with #D29DE5
Text Example
Text Example
White with #D29DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DE5; }
p { color: rgb(210,157,229); }
H1.HeaderClassName
{
color: #D29DE5;
}
.AnyTagClassName
{
color: #D29DE5;
}
</style>
background-color css
<style>
a { background-color: #D29DE5; }
a { background-color: rgb(210,157,229); }
div.DivClassName
{
background-color: #D29DE5;
}
.BgClassName
{
background-color: #D29DE5;
}
</style>
border-color css
<style>
span { border-color: #D29DE5; }
span { border-color: rgb(210,157,229); }
td.TdClassName
{
border-color: #D29DE5;
}
.TagClassName
{
border-color: #D29DE5;
}
</style>