Shades of Wisteria #D295EE
Tints of Wisteria #D295EE
RGB
CMYK
RGB Variations
Color information
#D295EE (or 0xD295EE) is known color: Wisteria. HEX triplet: D2, 95 and EE. RGB value is (210,149,238). Sum of RGB (Red+Green+Blue) = 210+149+238=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #D295EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295EE is #2D6A11. Grayscale: #B1B1B1. Windows color (decimal): -2976274 or 15635922. OLE color: 15635922.
HSL color Cylindrical-coordinate representation of color #D295EE: hue angle of 281.12º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D295EE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 149 | 238 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.07 |
| HSL | 281.12º | 0.72% | 0.76% | - |
| HSV(B) | 281.12º | 0.37% | 0.93% | - |
| XYZ | 52.76 | 41.37 | 86.09 | - |
| YUV | 177.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 238 | 0.12 | 0.37 | 0 | 0.07 | 281.12 | 0.72 | 0.76 |
| Hex | D2 | 95 | EE | C | 25 | 0 | 7 | 119 | 48 | 4C |
| Octal | 322 | 225 | 356 | 14 | 45 | 0 | 7 | 431 | 110 | 114 |
| Binary | 11010010 | 10010101 | 11101110 | 1100 | 100101 | 0 | 111 | 100011001 | 1001000 | 1001100 |
Color Harmonies of #D295EE
Complementary color
Monochromatic Colors of #D295EE
Black with #D295EE
Text Example
Text Example
White with #D295EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295EE; }
p { color: rgb(210,149,238); }
H1.HeaderClassName
{
color: #D295EE;
}
.AnyTagClassName
{
color: #D295EE;
}
</style>
background-color css
<style>
a { background-color: #D295EE; }
a { background-color: rgb(210,149,238); }
div.DivClassName
{
background-color: #D295EE;
}
.BgClassName
{
background-color: #D295EE;
}
</style>
border-color css
<style>
span { border-color: #D295EE; }
span { border-color: rgb(210,149,238); }
td.TdClassName
{
border-color: #D295EE;
}
.TagClassName
{
border-color: #D295EE;
}
</style>