Shades of Wisteria #D29FEF
Tints of Wisteria #D29FEF
RGB
CMYK
RGB Variations
Color information
#D29FEF (or 0xD29FEF) is known color: Wisteria. HEX triplet: D2, 9F and EF. RGB value is (210,159,239). Sum of RGB (Red+Green+Blue) = 210+159+239=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #D29FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FEF is #2D6010. Grayscale: #B7B7B7. Windows color (decimal): -2973713 or 15704018. OLE color: 15704018.
HSL color Cylindrical-coordinate representation of color #D29FEF: hue angle of 278.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29FEF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 159 | 239 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.06 |
| HSL | 278.25º | 0.71% | 0.78% | - |
| HSV(B) | 278.25º | 0.33% | 0.94% | - |
| XYZ | 54.56 | 44.73 | 87.42 | - |
| YUV | 183.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 239 | 0.12 | 0.33 | 0 | 0.06 | 278.25 | 0.71 | 0.78 |
| Hex | D2 | 9F | EF | C | 21 | 0 | 6 | 116 | 47 | 4E |
| Octal | 322 | 237 | 357 | 14 | 41 | 0 | 6 | 426 | 107 | 116 |
| Binary | 11010010 | 10011111 | 11101111 | 1100 | 100001 | 0 | 110 | 100010110 | 1000111 | 1001110 |
Color Harmonies of #D29FEF
Complementary color
Monochromatic Colors of #D29FEF
Black with #D29FEF
Text Example
Text Example
White with #D29FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FEF; }
p { color: rgb(210,159,239); }
H1.HeaderClassName
{
color: #D29FEF;
}
.AnyTagClassName
{
color: #D29FEF;
}
</style>
background-color css
<style>
a { background-color: #D29FEF; }
a { background-color: rgb(210,159,239); }
div.DivClassName
{
background-color: #D29FEF;
}
.BgClassName
{
background-color: #D29FEF;
}
</style>
border-color css
<style>
span { border-color: #D29FEF; }
span { border-color: rgb(210,159,239); }
td.TdClassName
{
border-color: #D29FEF;
}
.TagClassName
{
border-color: #D29FEF;
}
</style>