Shades of Wisteria #D29CDD
Tints of Wisteria #D29CDD
RGB
CMYK
RGB Variations
Color information
#D29CDD (or 0xD29CDD) is known color: Wisteria. HEX triplet: D2, 9C and DD. RGB value is (210,156,221). Sum of RGB (Red+Green+Blue) = 210+156+221=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D29CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CDD is #2D6322. Grayscale: #B3B3B3. Windows color (decimal): -2974499 or 14523602. OLE color: 14523602.
HSL color Cylindrical-coordinate representation of color #D29CDD: hue angle of 289.85º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29CDD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 156 | 221 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.13 |
| HSL | 289.85º | 0.49% | 0.74% | - |
| HSV(B) | 289.85º | 0.29% | 0.87% | - |
| XYZ | 51.52 | 42.7 | 73.93 | - |
| YUV | 179.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 221 | 0.05 | 0.29 | 0 | 0.13 | 289.85 | 0.49 | 0.74 |
| Hex | D2 | 9C | DD | 5 | 1D | 0 | D | 122 | 31 | 4A |
| Octal | 322 | 234 | 335 | 5 | 35 | 0 | 15 | 442 | 61 | 112 |
| Binary | 11010010 | 10011100 | 11011101 | 101 | 11101 | 0 | 1101 | 100100010 | 110001 | 1001010 |
Color Harmonies of #D29CDD
Complementary color
Monochromatic Colors of #D29CDD
Black with #D29CDD
Text Example
Text Example
White with #D29CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CDD; }
p { color: rgb(210,156,221); }
H1.HeaderClassName
{
color: #D29CDD;
}
.AnyTagClassName
{
color: #D29CDD;
}
</style>
background-color css
<style>
a { background-color: #D29CDD; }
a { background-color: rgb(210,156,221); }
div.DivClassName
{
background-color: #D29CDD;
}
.BgClassName
{
background-color: #D29CDD;
}
</style>
border-color css
<style>
span { border-color: #D29CDD; }
span { border-color: rgb(210,156,221); }
td.TdClassName
{
border-color: #D29CDD;
}
.TagClassName
{
border-color: #D29CDD;
}
</style>