Shades of Wisteria #D185E7
Tints of Wisteria #D185E7
RGB
CMYK
RGB Variations
Color information
#D185E7 (or 0xD185E7) is known color: Wisteria. HEX triplet: D1, 85 and E7. RGB value is (209,133,231). Sum of RGB (Red+Green+Blue) = 209+133+231=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #D185E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185E7 is #2E7A18. Grayscale: #A6A6A6. Windows color (decimal): -3045913 or 15173073. OLE color: 15173073.
HSL color Cylindrical-coordinate representation of color #D185E7: hue angle of 286.53º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D185E7 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 133 | 231 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.09 |
| HSL | 286.53º | 0.67% | 0.71% | - |
| HSV(B) | 286.53º | 0.42% | 0.91% | - |
| XYZ | 49.11 | 36.1 | 79.98 | - |
| YUV | 166.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 231 | 0.10 | 0.42 | 0 | 0.09 | 286.53 | 0.67 | 0.71 |
| Hex | D1 | 85 | E7 | A | 2A | 0 | 9 | 11F | 43 | 47 |
| Octal | 321 | 205 | 347 | 12 | 52 | 0 | 11 | 437 | 103 | 107 |
| Binary | 11010001 | 10000101 | 11100111 | 1010 | 101010 | 0 | 1001 | 100011111 | 1000011 | 1000111 |
Color Harmonies of #D185E7
Complementary color
Monochromatic Colors of #D185E7
Black with #D185E7
Text Example
Text Example
White with #D185E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185E7; }
p { color: rgb(209,133,231); }
H1.HeaderClassName
{
color: #D185E7;
}
.AnyTagClassName
{
color: #D185E7;
}
</style>
background-color css
<style>
a { background-color: #D185E7; }
a { background-color: rgb(209,133,231); }
div.DivClassName
{
background-color: #D185E7;
}
.BgClassName
{
background-color: #D185E7;
}
</style>
border-color css
<style>
span { border-color: #D185E7; }
span { border-color: rgb(209,133,231); }
td.TdClassName
{
border-color: #D185E7;
}
.TagClassName
{
border-color: #D185E7;
}
</style>