Shades of Wisteria #D098EF
Tints of Wisteria #D098EF
RGB
CMYK
RGB Variations
Color information
#D098EF (or 0xD098EF) is known color: Wisteria. HEX triplet: D0, 98 and EF. RGB value is (208,152,239). Sum of RGB (Red+Green+Blue) = 208+152+239=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #D098EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098EF is #2F6710. Grayscale: #B2B2B2. Windows color (decimal): -3106577 or 15702224. OLE color: 15702224.
HSL color Cylindrical-coordinate representation of color #D098EF: hue angle of 278.62º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D098EF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 152 | 239 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.06 |
| HSL | 278.62º | 0.73% | 0.77% | - |
| HSV(B) | 278.62º | 0.36% | 0.94% | - |
| XYZ | 52.82 | 42.1 | 87 | - |
| YUV | 178.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 239 | 0.13 | 0.36 | 0 | 0.06 | 278.62 | 0.73 | 0.77 |
| Hex | D0 | 98 | EF | D | 24 | 0 | 6 | 117 | 49 | 4D |
| Octal | 320 | 230 | 357 | 15 | 44 | 0 | 6 | 427 | 111 | 115 |
| Binary | 11010000 | 10011000 | 11101111 | 1101 | 100100 | 0 | 110 | 100010111 | 1001001 | 1001101 |
Color Harmonies of #D098EF
Complementary color
Monochromatic Colors of #D098EF
Black with #D098EF
Text Example
Text Example
White with #D098EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098EF; }
p { color: rgb(208,152,239); }
H1.HeaderClassName
{
color: #D098EF;
}
.AnyTagClassName
{
color: #D098EF;
}
</style>
background-color css
<style>
a { background-color: #D098EF; }
a { background-color: rgb(208,152,239); }
div.DivClassName
{
background-color: #D098EF;
}
.BgClassName
{
background-color: #D098EF;
}
</style>
border-color css
<style>
span { border-color: #D098EF; }
span { border-color: rgb(208,152,239); }
td.TdClassName
{
border-color: #D098EF;
}
.TagClassName
{
border-color: #D098EF;
}
</style>