Shades of Wisteria #D29FE1
Tints of Wisteria #D29FE1
RGB
CMYK
RGB Variations
Color information
#D29FE1 (or 0xD29FE1) is known color: Wisteria. HEX triplet: D2, 9F and E1. RGB value is (210,159,225). Sum of RGB (Red+Green+Blue) = 210+159+225=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D29FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FE1 is #2D601E. Grayscale: #B5B5B5. Windows color (decimal): -2973727 or 14786514. OLE color: 14786514.
HSL color Cylindrical-coordinate representation of color #D29FE1: hue angle of 286.36º degrees, saturation: 0.52, 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 #D29FE1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 159 | 225 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.12 |
| HSL | 286.36º | 0.52% | 0.75% | - |
| HSV(B) | 286.36º | 0.29% | 0.88% | - |
| XYZ | 52.57 | 43.93 | 76.94 | - |
| YUV | 181.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 225 | 0.07 | 0.29 | 0 | 0.12 | 286.36 | 0.52 | 0.75 |
| Hex | D2 | 9F | E1 | 7 | 1D | 0 | C | 11E | 34 | 4B |
| Octal | 322 | 237 | 341 | 7 | 35 | 0 | 14 | 436 | 64 | 113 |
| Binary | 11010010 | 10011111 | 11100001 | 111 | 11101 | 0 | 1100 | 100011110 | 110100 | 1001011 |
Color Harmonies of #D29FE1
Complementary color
Monochromatic Colors of #D29FE1
Black with #D29FE1
Text Example
Text Example
White with #D29FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FE1; }
p { color: rgb(210,159,225); }
H1.HeaderClassName
{
color: #D29FE1;
}
.AnyTagClassName
{
color: #D29FE1;
}
</style>
background-color css
<style>
a { background-color: #D29FE1; }
a { background-color: rgb(210,159,225); }
div.DivClassName
{
background-color: #D29FE1;
}
.BgClassName
{
background-color: #D29FE1;
}
</style>
border-color css
<style>
span { border-color: #D29FE1; }
span { border-color: rgb(210,159,225); }
td.TdClassName
{
border-color: #D29FE1;
}
.TagClassName
{
border-color: #D29FE1;
}
</style>