Shades of Wisteria #D293DE
Tints of Wisteria #D293DE
RGB
CMYK
RGB Variations
Color information
#D293DE (or 0xD293DE) is known color: Wisteria. HEX triplet: D2, 93 and DE. RGB value is (210,147,222). Sum of RGB (Red+Green+Blue) = 210+147+222=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #D293DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293DE is #2D6C21. Grayscale: #AEAEAE. Windows color (decimal): -2976802 or 14586834. OLE color: 14586834.
HSL color Cylindrical-coordinate representation of color #D293DE: hue angle of 290.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D293DE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 147 | 222 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.13 |
| HSL | 290.4º | 0.53% | 0.72% | - |
| HSV(B) | 290.4º | 0.34% | 0.87% | - |
| XYZ | 50.2 | 39.84 | 74.15 | - |
| YUV | 174.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 222 | 0.05 | 0.34 | 0 | 0.13 | 290.4 | 0.53 | 0.72 |
| Hex | D2 | 93 | DE | 5 | 22 | 0 | D | 122 | 35 | 48 |
| Octal | 322 | 223 | 336 | 5 | 42 | 0 | 15 | 442 | 65 | 110 |
| Binary | 11010010 | 10010011 | 11011110 | 101 | 100010 | 0 | 1101 | 100100010 | 110101 | 1001000 |
Color Harmonies of #D293DE
Complementary color
Monochromatic Colors of #D293DE
Black with #D293DE
Text Example
Text Example
White with #D293DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293DE; }
p { color: rgb(210,147,222); }
H1.HeaderClassName
{
color: #D293DE;
}
.AnyTagClassName
{
color: #D293DE;
}
</style>
background-color css
<style>
a { background-color: #D293DE; }
a { background-color: rgb(210,147,222); }
div.DivClassName
{
background-color: #D293DE;
}
.BgClassName
{
background-color: #D293DE;
}
</style>
border-color css
<style>
span { border-color: #D293DE; }
span { border-color: rgb(210,147,222); }
td.TdClassName
{
border-color: #D293DE;
}
.TagClassName
{
border-color: #D293DE;
}
</style>