Shades of Wisteria #D29FE0
Tints of Wisteria #D29FE0
RGB
CMYK
RGB Variations
Color information
#D29FE0 (or 0xD29FE0) is known color: Wisteria. HEX triplet: D2, 9F and E0. RGB value is (210,159,224). Sum of RGB (Red+Green+Blue) = 210+159+224=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #D29FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FE0 is #2D601F. Grayscale: #B5B5B5. Windows color (decimal): -2973728 or 14720978. OLE color: 14720978.
HSL color Cylindrical-coordinate representation of color #D29FE0: hue angle of 287.08º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29FE0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 159 | 224 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.12 |
| HSL | 287.08º | 0.51% | 0.75% | - |
| HSV(B) | 287.08º | 0.29% | 0.88% | - |
| XYZ | 52.43 | 43.88 | 76.23 | - |
| YUV | 181.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 224 | 0.06 | 0.29 | 0 | 0.12 | 287.08 | 0.51 | 0.75 |
| Hex | D2 | 9F | E0 | 6 | 1D | 0 | C | 11F | 33 | 4B |
| Octal | 322 | 237 | 340 | 6 | 35 | 0 | 14 | 437 | 63 | 113 |
| Binary | 11010010 | 10011111 | 11100000 | 110 | 11101 | 0 | 1100 | 100011111 | 110011 | 1001011 |
Color Harmonies of #D29FE0
Complementary color
Monochromatic Colors of #D29FE0
Black with #D29FE0
Text Example
Text Example
White with #D29FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FE0; }
p { color: rgb(210,159,224); }
H1.HeaderClassName
{
color: #D29FE0;
}
.AnyTagClassName
{
color: #D29FE0;
}
</style>
background-color css
<style>
a { background-color: #D29FE0; }
a { background-color: rgb(210,159,224); }
div.DivClassName
{
background-color: #D29FE0;
}
.BgClassName
{
background-color: #D29FE0;
}
</style>
border-color css
<style>
span { border-color: #D29FE0; }
span { border-color: rgb(210,159,224); }
td.TdClassName
{
border-color: #D29FE0;
}
.TagClassName
{
border-color: #D29FE0;
}
</style>