Shades of Wisteria #D29BEF
Tints of Wisteria #D29BEF
RGB
CMYK
RGB Variations
Color information
#D29BEF (or 0xD29BEF) is known color: Wisteria. HEX triplet: D2, 9B and EF. RGB value is (210,155,239). Sum of RGB (Red+Green+Blue) = 210+155+239=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #D29BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BEF is #2D6410. Grayscale: #B4B4B4. Windows color (decimal): -2974737 or 15702994. OLE color: 15702994.
HSL color Cylindrical-coordinate representation of color #D29BEF: hue angle of 279.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29BEF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 155 | 239 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.06 |
| HSL | 279.29º | 0.72% | 0.77% | - |
| HSV(B) | 279.29º | 0.35% | 0.94% | - |
| XYZ | 53.88 | 43.38 | 87.19 | - |
| YUV | 181.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 239 | 0.12 | 0.35 | 0 | 0.06 | 279.29 | 0.72 | 0.77 |
| Hex | D2 | 9B | EF | C | 23 | 0 | 6 | 117 | 48 | 4D |
| Octal | 322 | 233 | 357 | 14 | 43 | 0 | 6 | 427 | 110 | 115 |
| Binary | 11010010 | 10011011 | 11101111 | 1100 | 100011 | 0 | 110 | 100010111 | 1001000 | 1001101 |
Color Harmonies of #D29BEF
Complementary color
Monochromatic Colors of #D29BEF
Black with #D29BEF
Text Example
Text Example
White with #D29BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BEF; }
p { color: rgb(210,155,239); }
H1.HeaderClassName
{
color: #D29BEF;
}
.AnyTagClassName
{
color: #D29BEF;
}
</style>
background-color css
<style>
a { background-color: #D29BEF; }
a { background-color: rgb(210,155,239); }
div.DivClassName
{
background-color: #D29BEF;
}
.BgClassName
{
background-color: #D29BEF;
}
</style>
border-color css
<style>
span { border-color: #D29BEF; }
span { border-color: rgb(210,155,239); }
td.TdClassName
{
border-color: #D29BEF;
}
.TagClassName
{
border-color: #D29BEF;
}
</style>