Shades of Wisteria #D493E5
Tints of Wisteria #D493E5
RGB
CMYK
RGB Variations
Color information
#D493E5 (or 0xD493E5) is known color: Wisteria. HEX triplet: D4, 93 and E5. RGB value is (212,147,229). Sum of RGB (Red+Green+Blue) = 212+147+229=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #D493E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493E5 is #2B6C1A. Grayscale: #AFAFAF. Windows color (decimal): -2845723 or 15045588. OLE color: 15045588.
HSL color Cylindrical-coordinate representation of color #D493E5: hue angle of 287.56º 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 #D493E5 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 147 | 229 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.10 |
| HSL | 287.56º | 0.61% | 0.74% | - |
| HSV(B) | 287.56º | 0.36% | 0.9% | - |
| XYZ | 51.73 | 40.52 | 79.22 | - |
| YUV | 175.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 229 | 0.07 | 0.36 | 0 | 0.10 | 287.56 | 0.61 | 0.74 |
| Hex | D4 | 93 | E5 | 7 | 24 | 0 | A | 120 | 3D | 4A |
| Octal | 324 | 223 | 345 | 7 | 44 | 0 | 12 | 440 | 75 | 112 |
| Binary | 11010100 | 10010011 | 11100101 | 111 | 100100 | 0 | 1010 | 100100000 | 111101 | 1001010 |
Color Harmonies of #D493E5
Complementary color
Monochromatic Colors of #D493E5
Black with #D493E5
Text Example
Text Example
White with #D493E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493E5; }
p { color: rgb(212,147,229); }
H1.HeaderClassName
{
color: #D493E5;
}
.AnyTagClassName
{
color: #D493E5;
}
</style>
background-color css
<style>
a { background-color: #D493E5; }
a { background-color: rgb(212,147,229); }
div.DivClassName
{
background-color: #D493E5;
}
.BgClassName
{
background-color: #D493E5;
}
</style>
border-color css
<style>
span { border-color: #D493E5; }
span { border-color: rgb(212,147,229); }
td.TdClassName
{
border-color: #D493E5;
}
.TagClassName
{
border-color: #D493E5;
}
</style>