Shades of Wisteria #D19BDC
Tints of Wisteria #D19BDC
RGB
CMYK
RGB Variations
Color information
#D19BDC (or 0xD19BDC) is known color: Wisteria. HEX triplet: D1, 9B and DC. RGB value is (209,155,220). Sum of RGB (Red+Green+Blue) = 209+155+220=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D19BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BDC is #2E6423. Grayscale: #B2B2B2. Windows color (decimal): -3040292 or 14457809. OLE color: 14457809.
HSL color Cylindrical-coordinate representation of color #D19BDC: hue angle of 289.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19BDC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 155 | 220 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.14 |
| HSL | 289.85º | 0.48% | 0.74% | - |
| HSV(B) | 289.85º | 0.3% | 0.86% | - |
| XYZ | 50.93 | 42.17 | 73.16 | - |
| YUV | 178.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 220 | 0.05 | 0.30 | 0 | 0.14 | 289.85 | 0.48 | 0.74 |
| Hex | D1 | 9B | DC | 5 | 1E | 0 | E | 122 | 30 | 4A |
| Octal | 321 | 233 | 334 | 5 | 36 | 0 | 16 | 442 | 60 | 112 |
| Binary | 11010001 | 10011011 | 11011100 | 101 | 11110 | 0 | 1110 | 100100010 | 110000 | 1001010 |
Color Harmonies of #D19BDC
Complementary color
Monochromatic Colors of #D19BDC
Black with #D19BDC
Text Example
Text Example
White with #D19BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BDC; }
p { color: rgb(209,155,220); }
H1.HeaderClassName
{
color: #D19BDC;
}
.AnyTagClassName
{
color: #D19BDC;
}
</style>
background-color css
<style>
a { background-color: #D19BDC; }
a { background-color: rgb(209,155,220); }
div.DivClassName
{
background-color: #D19BDC;
}
.BgClassName
{
background-color: #D19BDC;
}
</style>
border-color css
<style>
span { border-color: #D19BDC; }
span { border-color: rgb(209,155,220); }
td.TdClassName
{
border-color: #D19BDC;
}
.TagClassName
{
border-color: #D19BDC;
}
</style>