Shades of Wisteria #D29BDF
Tints of Wisteria #D29BDF
RGB
CMYK
RGB Variations
Color information
#D29BDF (or 0xD29BDF) is known color: Wisteria. HEX triplet: D2, 9B and DF. RGB value is (210,155,223). Sum of RGB (Red+Green+Blue) = 210+155+223=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D29BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDF is #2D6420. Grayscale: #B2B2B2. Windows color (decimal): -2974753 or 14654418. OLE color: 14654418.
HSL color Cylindrical-coordinate representation of color #D29BDF: hue angle of 288.53º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29BDF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 155 | 223 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.13 |
| HSL | 288.53º | 0.52% | 0.74% | - |
| HSV(B) | 288.53º | 0.3% | 0.87% | - |
| XYZ | 51.62 | 42.47 | 75.29 | - |
| YUV | 179.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 223 | 0.06 | 0.30 | 0 | 0.13 | 288.53 | 0.52 | 0.74 |
| Hex | D2 | 9B | DF | 6 | 1E | 0 | D | 121 | 34 | 4A |
| Octal | 322 | 233 | 337 | 6 | 36 | 0 | 15 | 441 | 64 | 112 |
| Binary | 11010010 | 10011011 | 11011111 | 110 | 11110 | 0 | 1101 | 100100001 | 110100 | 1001010 |
Color Harmonies of #D29BDF
Complementary color
Monochromatic Colors of #D29BDF
Black with #D29BDF
Text Example
Text Example
White with #D29BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BDF; }
p { color: rgb(210,155,223); }
H1.HeaderClassName
{
color: #D29BDF;
}
.AnyTagClassName
{
color: #D29BDF;
}
</style>
background-color css
<style>
a { background-color: #D29BDF; }
a { background-color: rgb(210,155,223); }
div.DivClassName
{
background-color: #D29BDF;
}
.BgClassName
{
background-color: #D29BDF;
}
</style>
border-color css
<style>
span { border-color: #D29BDF; }
span { border-color: rgb(210,155,223); }
td.TdClassName
{
border-color: #D29BDF;
}
.TagClassName
{
border-color: #D29BDF;
}
</style>