Shades of Wisteria #D59AE5
Tints of Wisteria #D59AE5
RGB
CMYK
RGB Variations
Color information
#D59AE5 (or 0xD59AE5) is known color: Wisteria. HEX triplet: D5, 9A and E5. RGB value is (213,154,229). Sum of RGB (Red+Green+Blue) = 213+154+229=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #D59AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AE5 is #2A651A. Grayscale: #B3B3B3. Windows color (decimal): -2778395 or 15047381. OLE color: 15047381.
HSL color Cylindrical-coordinate representation of color #D59AE5: hue angle of 287.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59AE5 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 154 | 229 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.10 |
| HSL | 287.2º | 0.59% | 0.75% | - |
| HSV(B) | 287.2º | 0.33% | 0.9% | - |
| XYZ | 53.14 | 42.91 | 79.61 | - |
| YUV | 180.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 229 | 0.07 | 0.33 | 0 | 0.10 | 287.2 | 0.59 | 0.75 |
| Hex | D5 | 9A | E5 | 7 | 21 | 0 | A | 11F | 3B | 4B |
| Octal | 325 | 232 | 345 | 7 | 41 | 0 | 12 | 437 | 73 | 113 |
| Binary | 11010101 | 10011010 | 11100101 | 111 | 100001 | 0 | 1010 | 100011111 | 111011 | 1001011 |
Color Harmonies of #D59AE5
Complementary color
Monochromatic Colors of #D59AE5
Black with #D59AE5
Text Example
Text Example
White with #D59AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AE5; }
p { color: rgb(213,154,229); }
H1.HeaderClassName
{
color: #D59AE5;
}
.AnyTagClassName
{
color: #D59AE5;
}
</style>
background-color css
<style>
a { background-color: #D59AE5; }
a { background-color: rgb(213,154,229); }
div.DivClassName
{
background-color: #D59AE5;
}
.BgClassName
{
background-color: #D59AE5;
}
</style>
border-color css
<style>
span { border-color: #D59AE5; }
span { border-color: rgb(213,154,229); }
td.TdClassName
{
border-color: #D59AE5;
}
.TagClassName
{
border-color: #D59AE5;
}
</style>