Shades of Wisteria #D193EF
Tints of Wisteria #D193EF
RGB
CMYK
RGB Variations
Color information
#D193EF (or 0xD193EF) is known color: Wisteria. HEX triplet: D1, 93 and EF. RGB value is (209,147,239). Sum of RGB (Red+Green+Blue) = 209+147+239=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #D193EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193EF is #2E6C10. Grayscale: #AFAFAF. Windows color (decimal): -3042321 or 15700945. OLE color: 15700945.
HSL color Cylindrical-coordinate representation of color #D193EF: hue angle of 280.43º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D193EF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 147 | 239 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.06 |
| HSL | 280.43º | 0.74% | 0.76% | - |
| HSV(B) | 280.43º | 0.38% | 0.94% | - |
| XYZ | 52.31 | 40.65 | 86.75 | - |
| YUV | 176.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 239 | 0.13 | 0.38 | 0 | 0.06 | 280.43 | 0.74 | 0.76 |
| Hex | D1 | 93 | EF | D | 26 | 0 | 6 | 118 | 4A | 4C |
| Octal | 321 | 223 | 357 | 15 | 46 | 0 | 6 | 430 | 112 | 114 |
| Binary | 11010001 | 10010011 | 11101111 | 1101 | 100110 | 0 | 110 | 100011000 | 1001010 | 1001100 |
Color Harmonies of #D193EF
Complementary color
Monochromatic Colors of #D193EF
Black with #D193EF
Text Example
Text Example
White with #D193EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193EF; }
p { color: rgb(209,147,239); }
H1.HeaderClassName
{
color: #D193EF;
}
.AnyTagClassName
{
color: #D193EF;
}
</style>
background-color css
<style>
a { background-color: #D193EF; }
a { background-color: rgb(209,147,239); }
div.DivClassName
{
background-color: #D193EF;
}
.BgClassName
{
background-color: #D193EF;
}
</style>
border-color css
<style>
span { border-color: #D193EF; }
span { border-color: rgb(209,147,239); }
td.TdClassName
{
border-color: #D193EF;
}
.TagClassName
{
border-color: #D193EF;
}
</style>