Shades of Wisteria #D291EE
Tints of Wisteria #D291EE
RGB
CMYK
RGB Variations
Color information
#D291EE (or 0xD291EE) is known color: Wisteria. HEX triplet: D2, 91 and EE. RGB value is (210,145,238). Sum of RGB (Red+Green+Blue) = 210+145+238=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #D291EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291EE is #2D6E11. Grayscale: #AEAEAE. Windows color (decimal): -2977298 or 15634898. OLE color: 15634898.
HSL color Cylindrical-coordinate representation of color #D291EE: hue angle of 281.94º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D291EE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 145 | 238 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.07 |
| HSL | 281.94º | 0.73% | 0.75% | - |
| HSV(B) | 281.94º | 0.39% | 0.93% | - |
| XYZ | 52.14 | 40.13 | 85.89 | - |
| YUV | 175.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 238 | 0.12 | 0.39 | 0 | 0.07 | 281.94 | 0.73 | 0.75 |
| Hex | D2 | 91 | EE | C | 27 | 0 | 7 | 11A | 49 | 4B |
| Octal | 322 | 221 | 356 | 14 | 47 | 0 | 7 | 432 | 111 | 113 |
| Binary | 11010010 | 10010001 | 11101110 | 1100 | 100111 | 0 | 111 | 100011010 | 1001001 | 1001011 |
Color Harmonies of #D291EE
Complementary color
Monochromatic Colors of #D291EE
Black with #D291EE
Text Example
Text Example
White with #D291EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291EE; }
p { color: rgb(210,145,238); }
H1.HeaderClassName
{
color: #D291EE;
}
.AnyTagClassName
{
color: #D291EE;
}
</style>
background-color css
<style>
a { background-color: #D291EE; }
a { background-color: rgb(210,145,238); }
div.DivClassName
{
background-color: #D291EE;
}
.BgClassName
{
background-color: #D291EE;
}
</style>
border-color css
<style>
span { border-color: #D291EE; }
span { border-color: rgb(210,145,238); }
td.TdClassName
{
border-color: #D291EE;
}
.TagClassName
{
border-color: #D291EE;
}
</style>