Shades of Wisteria #D29BEE
Tints of Wisteria #D29BEE
RGB
CMYK
RGB Variations
Color information
#D29BEE (or 0xD29BEE) is known color: Wisteria. HEX triplet: D2, 9B and EE. RGB value is (210,155,238). Sum of RGB (Red+Green+Blue) = 210+155+238=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #D29BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BEE is #2D6411. Grayscale: #B4B4B4. Windows color (decimal): -2974738 or 15637458. OLE color: 15637458.
HSL color Cylindrical-coordinate representation of color #D29BEE: hue angle of 279.76º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29BEE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 155 | 238 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.07 |
| HSL | 279.76º | 0.71% | 0.77% | - |
| HSV(B) | 279.76º | 0.35% | 0.93% | - |
| XYZ | 53.73 | 43.32 | 86.42 | - |
| YUV | 180.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 238 | 0.12 | 0.35 | 0 | 0.07 | 279.76 | 0.71 | 0.77 |
| Hex | D2 | 9B | EE | C | 23 | 0 | 7 | 118 | 47 | 4D |
| Octal | 322 | 233 | 356 | 14 | 43 | 0 | 7 | 430 | 107 | 115 |
| Binary | 11010010 | 10011011 | 11101110 | 1100 | 100011 | 0 | 111 | 100011000 | 1000111 | 1001101 |
Color Harmonies of #D29BEE
Complementary color
Monochromatic Colors of #D29BEE
Black with #D29BEE
Text Example
Text Example
White with #D29BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BEE; }
p { color: rgb(210,155,238); }
H1.HeaderClassName
{
color: #D29BEE;
}
.AnyTagClassName
{
color: #D29BEE;
}
</style>
background-color css
<style>
a { background-color: #D29BEE; }
a { background-color: rgb(210,155,238); }
div.DivClassName
{
background-color: #D29BEE;
}
.BgClassName
{
background-color: #D29BEE;
}
</style>
border-color css
<style>
span { border-color: #D29BEE; }
span { border-color: rgb(210,155,238); }
td.TdClassName
{
border-color: #D29BEE;
}
.TagClassName
{
border-color: #D29BEE;
}
</style>