Shades of Wisteria #D295E1
Tints of Wisteria #D295E1
RGB
CMYK
RGB Variations
Color information
#D295E1 (or 0xD295E1) is known color: Wisteria. HEX triplet: D2, 95 and E1. RGB value is (210,149,225). Sum of RGB (Red+Green+Blue) = 210+149+225=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #D295E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295E1 is #2D6A1E. Grayscale: #AFAFAF. Windows color (decimal): -2976287 or 14783954. OLE color: 14783954.
HSL color Cylindrical-coordinate representation of color #D295E1: hue angle of 288.16º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D295E1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 149 | 225 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.12 |
| HSL | 288.16º | 0.56% | 0.73% | - |
| HSV(B) | 288.16º | 0.34% | 0.88% | - |
| XYZ | 50.92 | 40.63 | 76.39 | - |
| YUV | 175.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 225 | 0.07 | 0.34 | 0 | 0.12 | 288.16 | 0.56 | 0.73 |
| Hex | D2 | 95 | E1 | 7 | 22 | 0 | C | 120 | 38 | 49 |
| Octal | 322 | 225 | 341 | 7 | 42 | 0 | 14 | 440 | 70 | 111 |
| Binary | 11010010 | 10010101 | 11100001 | 111 | 100010 | 0 | 1100 | 100100000 | 111000 | 1001001 |
Color Harmonies of #D295E1
Complementary color
Monochromatic Colors of #D295E1
Black with #D295E1
Text Example
Text Example
White with #D295E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295E1; }
p { color: rgb(210,149,225); }
H1.HeaderClassName
{
color: #D295E1;
}
.AnyTagClassName
{
color: #D295E1;
}
</style>
background-color css
<style>
a { background-color: #D295E1; }
a { background-color: rgb(210,149,225); }
div.DivClassName
{
background-color: #D295E1;
}
.BgClassName
{
background-color: #D295E1;
}
</style>
border-color css
<style>
span { border-color: #D295E1; }
span { border-color: rgb(210,149,225); }
td.TdClassName
{
border-color: #D295E1;
}
.TagClassName
{
border-color: #D295E1;
}
</style>