Shades of Wisteria #D29FE7
Tints of Wisteria #D29FE7
RGB
CMYK
RGB Variations
Color information
#D29FE7 (or 0xD29FE7) is known color: Wisteria. HEX triplet: D2, 9F and E7. RGB value is (210,159,231). Sum of RGB (Red+Green+Blue) = 210+159+231=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #D29FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FE7 is #2D6018. Grayscale: #B6B6B6. Windows color (decimal): -2973721 or 15179730. OLE color: 15179730.
HSL color Cylindrical-coordinate representation of color #D29FE7: hue angle of 282.5º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29FE7 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 159 | 231 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.09 |
| HSL | 282.5º | 0.6% | 0.76% | - |
| HSV(B) | 282.5º | 0.31% | 0.91% | - |
| XYZ | 53.4 | 44.27 | 81.33 | - |
| YUV | 182.46 | 155.4 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 231 | 0.09 | 0.31 | 0 | 0.09 | 282.5 | 0.6 | 0.76 |
| Hex | D2 | 9F | E7 | 9 | 1F | 0 | 9 | 11A | 3C | 4C |
| Octal | 322 | 237 | 347 | 11 | 37 | 0 | 11 | 432 | 74 | 114 |
| Binary | 11010010 | 10011111 | 11100111 | 1001 | 11111 | 0 | 1001 | 100011010 | 111100 | 1001100 |
Color Harmonies of #D29FE7
Complementary color
Monochromatic Colors of #D29FE7
Black with #D29FE7
Text Example
Text Example
White with #D29FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FE7; }
p { color: rgb(210,159,231); }
H1.HeaderClassName
{
color: #D29FE7;
}
.AnyTagClassName
{
color: #D29FE7;
}
</style>
background-color css
<style>
a { background-color: #D29FE7; }
a { background-color: rgb(210,159,231); }
div.DivClassName
{
background-color: #D29FE7;
}
.BgClassName
{
background-color: #D29FE7;
}
</style>
border-color css
<style>
span { border-color: #D29FE7; }
span { border-color: rgb(210,159,231); }
td.TdClassName
{
border-color: #D29FE7;
}
.TagClassName
{
border-color: #D29FE7;
}
</style>