Shades of Wisteria #D199E0
Tints of Wisteria #D199E0
RGB
CMYK
RGB Variations
Color information
#D199E0 (or 0xD199E0) is known color: Wisteria. HEX triplet: D1, 99 and E0. RGB value is (209,153,224). Sum of RGB (Red+Green+Blue) = 209+153+224=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #D199E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199E0 is #2E661F. Grayscale: #B1B1B1. Windows color (decimal): -3040800 or 14719441. OLE color: 14719441.
HSL color Cylindrical-coordinate representation of color #D199E0: hue angle of 287.32º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D199E0 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 153 | 224 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.12 |
| HSL | 287.32º | 0.53% | 0.74% | - |
| HSV(B) | 287.32º | 0.32% | 0.88% | - |
| XYZ | 51.14 | 41.72 | 75.88 | - |
| YUV | 177.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 224 | 0.07 | 0.32 | 0 | 0.12 | 287.32 | 0.53 | 0.74 |
| Hex | D1 | 99 | E0 | 7 | 20 | 0 | C | 11F | 35 | 4A |
| Octal | 321 | 231 | 340 | 7 | 40 | 0 | 14 | 437 | 65 | 112 |
| Binary | 11010001 | 10011001 | 11100000 | 111 | 100000 | 0 | 1100 | 100011111 | 110101 | 1001010 |
Color Harmonies of #D199E0
Complementary color
Monochromatic Colors of #D199E0
Black with #D199E0
Text Example
Text Example
White with #D199E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199E0; }
p { color: rgb(209,153,224); }
H1.HeaderClassName
{
color: #D199E0;
}
.AnyTagClassName
{
color: #D199E0;
}
</style>
background-color css
<style>
a { background-color: #D199E0; }
a { background-color: rgb(209,153,224); }
div.DivClassName
{
background-color: #D199E0;
}
.BgClassName
{
background-color: #D199E0;
}
</style>
border-color css
<style>
span { border-color: #D199E0; }
span { border-color: rgb(209,153,224); }
td.TdClassName
{
border-color: #D199E0;
}
.TagClassName
{
border-color: #D199E0;
}
</style>