Shades of Wisteria #D29CE1
Tints of Wisteria #D29CE1
RGB
CMYK
RGB Variations
Color information
#D29CE1 (or 0xD29CE1) is known color: Wisteria. HEX triplet: D2, 9C and E1. RGB value is (210,156,225). Sum of RGB (Red+Green+Blue) = 210+156+225=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #D29CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CE1 is #2D631E. Grayscale: #B3B3B3. Windows color (decimal): -2974495 or 14785746. OLE color: 14785746.
HSL color Cylindrical-coordinate representation of color #D29CE1: hue angle of 286.96º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29CE1 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 156 | 225 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.12 |
| HSL | 286.96º | 0.53% | 0.75% | - |
| HSV(B) | 286.96º | 0.31% | 0.88% | - |
| XYZ | 52.06 | 42.91 | 76.77 | - |
| YUV | 180.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 225 | 0.07 | 0.31 | 0 | 0.12 | 286.96 | 0.53 | 0.75 |
| Hex | D2 | 9C | E1 | 7 | 1F | 0 | C | 11F | 35 | 4B |
| Octal | 322 | 234 | 341 | 7 | 37 | 0 | 14 | 437 | 65 | 113 |
| Binary | 11010010 | 10011100 | 11100001 | 111 | 11111 | 0 | 1100 | 100011111 | 110101 | 1001011 |
Color Harmonies of #D29CE1
Complementary color
Monochromatic Colors of #D29CE1
Black with #D29CE1
Text Example
Text Example
White with #D29CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CE1; }
p { color: rgb(210,156,225); }
H1.HeaderClassName
{
color: #D29CE1;
}
.AnyTagClassName
{
color: #D29CE1;
}
</style>
background-color css
<style>
a { background-color: #D29CE1; }
a { background-color: rgb(210,156,225); }
div.DivClassName
{
background-color: #D29CE1;
}
.BgClassName
{
background-color: #D29CE1;
}
</style>
border-color css
<style>
span { border-color: #D29CE1; }
span { border-color: rgb(210,156,225); }
td.TdClassName
{
border-color: #D29CE1;
}
.TagClassName
{
border-color: #D29CE1;
}
</style>