Shades of Wisteria #D19DF0
Tints of Wisteria #D19DF0
RGB
CMYK
RGB Variations
Color information
#D19DF0 (or 0xD19DF0) is known color: Wisteria. HEX triplet: D1, 9D and F0. RGB value is (209,157,240). Sum of RGB (Red+Green+Blue) = 209+157+240=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #D19DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19DF0 is #2E620F. Grayscale: #B5B5B5. Windows color (decimal): -3039760 or 15769041. OLE color: 15769041.
HSL color Cylindrical-coordinate representation of color #D19DF0: hue angle of 277.59º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D19DF0 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 157 | 240 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.06 |
| HSL | 277.59º | 0.73% | 0.78% | - |
| HSV(B) | 277.59º | 0.35% | 0.94% | - |
| XYZ | 54.08 | 43.96 | 88.07 | - |
| YUV | 182.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 240 | 0.13 | 0.35 | 0 | 0.06 | 277.59 | 0.73 | 0.78 |
| Hex | D1 | 9D | F0 | D | 23 | 0 | 6 | 116 | 49 | 4E |
| Octal | 321 | 235 | 360 | 15 | 43 | 0 | 6 | 426 | 111 | 116 |
| Binary | 11010001 | 10011101 | 11110000 | 1101 | 100011 | 0 | 110 | 100010110 | 1001001 | 1001110 |
Color Harmonies of #D19DF0
Complementary color
Monochromatic Colors of #D19DF0
Black with #D19DF0
Text Example
Text Example
White with #D19DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DF0; }
p { color: rgb(209,157,240); }
H1.HeaderClassName
{
color: #D19DF0;
}
.AnyTagClassName
{
color: #D19DF0;
}
</style>
background-color css
<style>
a { background-color: #D19DF0; }
a { background-color: rgb(209,157,240); }
div.DivClassName
{
background-color: #D19DF0;
}
.BgClassName
{
background-color: #D19DF0;
}
</style>
border-color css
<style>
span { border-color: #D19DF0; }
span { border-color: rgb(209,157,240); }
td.TdClassName
{
border-color: #D19DF0;
}
.TagClassName
{
border-color: #D19DF0;
}
</style>