Shades of Wisteria #D195DD
Tints of Wisteria #D195DD
RGB
CMYK
RGB Variations
Color information
#D195DD (or 0xD195DD) is known color: Wisteria. HEX triplet: D1, 95 and DD. RGB value is (209,149,221). Sum of RGB (Red+Green+Blue) = 209+149+221=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D195DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195DD is #2E6A22. Grayscale: #AEAEAE. Windows color (decimal): -3041827 or 14521809. OLE color: 14521809.
HSL color Cylindrical-coordinate representation of color #D195DD: hue angle of 290º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D195DD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 149 | 221 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.13 |
| HSL | 290º | 0.51% | 0.73% | - |
| HSV(B) | 290º | 0.33% | 0.87% | - |
| XYZ | 50.09 | 40.27 | 73.54 | - |
| YUV | 175.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 221 | 0.05 | 0.33 | 0 | 0.13 | 290 | 0.51 | 0.73 |
| Hex | D1 | 95 | DD | 5 | 21 | 0 | D | 122 | 33 | 49 |
| Octal | 321 | 225 | 335 | 5 | 41 | 0 | 15 | 442 | 63 | 111 |
| Binary | 11010001 | 10010101 | 11011101 | 101 | 100001 | 0 | 1101 | 100100010 | 110011 | 1001001 |
Color Harmonies of #D195DD
Complementary color
Monochromatic Colors of #D195DD
Black with #D195DD
Text Example
Text Example
White with #D195DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195DD; }
p { color: rgb(209,149,221); }
H1.HeaderClassName
{
color: #D195DD;
}
.AnyTagClassName
{
color: #D195DD;
}
</style>
background-color css
<style>
a { background-color: #D195DD; }
a { background-color: rgb(209,149,221); }
div.DivClassName
{
background-color: #D195DD;
}
.BgClassName
{
background-color: #D195DD;
}
</style>
border-color css
<style>
span { border-color: #D195DD; }
span { border-color: rgb(209,149,221); }
td.TdClassName
{
border-color: #D195DD;
}
.TagClassName
{
border-color: #D195DD;
}
</style>