Shades of Wisteria #D193E5
Tints of Wisteria #D193E5
RGB
CMYK
RGB Variations
Color information
#D193E5 (or 0xD193E5) is known color: Wisteria. HEX triplet: D1, 93 and E5. RGB value is (209,147,229). Sum of RGB (Red+Green+Blue) = 209+147+229=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #D193E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193E5 is #2E6C1A. Grayscale: #AEAEAE. Windows color (decimal): -3042331 or 15045585. OLE color: 15045585.
HSL color Cylindrical-coordinate representation of color #D193E5: hue angle of 285.37º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D193E5 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 147 | 229 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.10 |
| HSL | 285.37º | 0.61% | 0.74% | - |
| HSV(B) | 285.37º | 0.36% | 0.9% | - |
| XYZ | 50.87 | 40.08 | 79.18 | - |
| YUV | 174.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 229 | 0.09 | 0.36 | 0 | 0.10 | 285.37 | 0.61 | 0.74 |
| Hex | D1 | 93 | E5 | 9 | 24 | 0 | A | 11D | 3D | 4A |
| Octal | 321 | 223 | 345 | 11 | 44 | 0 | 12 | 435 | 75 | 112 |
| Binary | 11010001 | 10010011 | 11100101 | 1001 | 100100 | 0 | 1010 | 100011101 | 111101 | 1001010 |
Color Harmonies of #D193E5
Complementary color
Monochromatic Colors of #D193E5
Black with #D193E5
Text Example
Text Example
White with #D193E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193E5; }
p { color: rgb(209,147,229); }
H1.HeaderClassName
{
color: #D193E5;
}
.AnyTagClassName
{
color: #D193E5;
}
</style>
background-color css
<style>
a { background-color: #D193E5; }
a { background-color: rgb(209,147,229); }
div.DivClassName
{
background-color: #D193E5;
}
.BgClassName
{
background-color: #D193E5;
}
</style>
border-color css
<style>
span { border-color: #D193E5; }
span { border-color: rgb(209,147,229); }
td.TdClassName
{
border-color: #D193E5;
}
.TagClassName
{
border-color: #D193E5;
}
</style>