Shades of Wisteria #D29DE0
Tints of Wisteria #D29DE0
RGB
CMYK
RGB Variations
Color information
#D29DE0 (or 0xD29DE0) is known color: Wisteria. HEX triplet: D2, 9D and E0. RGB value is (210,157,224). Sum of RGB (Red+Green+Blue) = 210+157+224=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D29DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DE0 is #2D621F. Grayscale: #B4B4B4. Windows color (decimal): -2974240 or 14720466. OLE color: 14720466.
HSL color Cylindrical-coordinate representation of color #D29DE0: hue angle of 287.46º degrees, saturation: 0.52, 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 #D29DE0 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 157 | 224 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.12 |
| HSL | 287.46º | 0.52% | 0.75% | - |
| HSV(B) | 287.46º | 0.3% | 0.88% | - |
| XYZ | 52.09 | 43.2 | 76.11 | - |
| YUV | 180.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 224 | 0.06 | 0.30 | 0 | 0.12 | 287.46 | 0.52 | 0.75 |
| Hex | D2 | 9D | E0 | 6 | 1E | 0 | C | 11F | 34 | 4B |
| Octal | 322 | 235 | 340 | 6 | 36 | 0 | 14 | 437 | 64 | 113 |
| Binary | 11010010 | 10011101 | 11100000 | 110 | 11110 | 0 | 1100 | 100011111 | 110100 | 1001011 |
Color Harmonies of #D29DE0
Complementary color
Monochromatic Colors of #D29DE0
Black with #D29DE0
Text Example
Text Example
White with #D29DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DE0; }
p { color: rgb(210,157,224); }
H1.HeaderClassName
{
color: #D29DE0;
}
.AnyTagClassName
{
color: #D29DE0;
}
</style>
background-color css
<style>
a { background-color: #D29DE0; }
a { background-color: rgb(210,157,224); }
div.DivClassName
{
background-color: #D29DE0;
}
.BgClassName
{
background-color: #D29DE0;
}
</style>
border-color css
<style>
span { border-color: #D29DE0; }
span { border-color: rgb(210,157,224); }
td.TdClassName
{
border-color: #D29DE0;
}
.TagClassName
{
border-color: #D29DE0;
}
</style>