Shades of Wisteria #D199DC
Tints of Wisteria #D199DC
RGB
CMYK
RGB Variations
Color information
#D199DC (or 0xD199DC) is known color: Wisteria. HEX triplet: D1, 99 and DC. RGB value is (209,153,220). Sum of RGB (Red+Green+Blue) = 209+153+220=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D199DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199DC is #2E6623. Grayscale: #B1B1B1. Windows color (decimal): -3040804 or 14457297. OLE color: 14457297.
HSL color Cylindrical-coordinate representation of color #D199DC: hue angle of 290.15º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D199DC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 153 | 220 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.14 |
| HSL | 290.15º | 0.49% | 0.73% | - |
| HSV(B) | 290.15º | 0.3% | 0.86% | - |
| XYZ | 50.6 | 41.51 | 73.05 | - |
| YUV | 177.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 220 | 0.05 | 0.30 | 0 | 0.14 | 290.15 | 0.49 | 0.73 |
| Hex | D1 | 99 | DC | 5 | 1E | 0 | E | 122 | 31 | 49 |
| Octal | 321 | 231 | 334 | 5 | 36 | 0 | 16 | 442 | 61 | 111 |
| Binary | 11010001 | 10011001 | 11011100 | 101 | 11110 | 0 | 1110 | 100100010 | 110001 | 1001001 |
Color Harmonies of #D199DC
Complementary color
Monochromatic Colors of #D199DC
Black with #D199DC
Text Example
Text Example
White with #D199DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199DC; }
p { color: rgb(209,153,220); }
H1.HeaderClassName
{
color: #D199DC;
}
.AnyTagClassName
{
color: #D199DC;
}
</style>
background-color css
<style>
a { background-color: #D199DC; }
a { background-color: rgb(209,153,220); }
div.DivClassName
{
background-color: #D199DC;
}
.BgClassName
{
background-color: #D199DC;
}
</style>
border-color css
<style>
span { border-color: #D199DC; }
span { border-color: rgb(209,153,220); }
td.TdClassName
{
border-color: #D199DC;
}
.TagClassName
{
border-color: #D199DC;
}
</style>