Shades of Wisteria #D898E9
Tints of Wisteria #D898E9
RGB
CMYK
RGB Variations
Color information
#D898E9 (or 0xD898E9) is known color: Wisteria. HEX triplet: D8, 98 and E9. RGB value is (216,152,233). Sum of RGB (Red+Green+Blue) = 216+152+233=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #D898E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D898E9 is #276716. Grayscale: #B4B4B4. Windows color (decimal): -2582295 or 15309016. OLE color: 15309016.
HSL color Cylindrical-coordinate representation of color #D898E9: hue angle of 287.41º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D898E9 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 152 | 233 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.09 |
| HSL | 287.41º | 0.65% | 0.75% | - |
| HSV(B) | 287.41º | 0.35% | 0.91% | - |
| XYZ | 54.26 | 42.94 | 82.52 | - |
| YUV | 180.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 233 | 0.07 | 0.35 | 0 | 0.09 | 287.41 | 0.65 | 0.75 |
| Hex | D8 | 98 | E9 | 7 | 23 | 0 | 9 | 11F | 41 | 4B |
| Octal | 330 | 230 | 351 | 7 | 43 | 0 | 11 | 437 | 101 | 113 |
| Binary | 11011000 | 10011000 | 11101001 | 111 | 100011 | 0 | 1001 | 100011111 | 1000001 | 1001011 |
Color Harmonies of #D898E9
Complementary color
Monochromatic Colors of #D898E9
Black with #D898E9
Text Example
Text Example
White with #D898E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898E9; }
p { color: rgb(216,152,233); }
H1.HeaderClassName
{
color: #D898E9;
}
.AnyTagClassName
{
color: #D898E9;
}
</style>
background-color css
<style>
a { background-color: #D898E9; }
a { background-color: rgb(216,152,233); }
div.DivClassName
{
background-color: #D898E9;
}
.BgClassName
{
background-color: #D898E9;
}
</style>
border-color css
<style>
span { border-color: #D898E9; }
span { border-color: rgb(216,152,233); }
td.TdClassName
{
border-color: #D898E9;
}
.TagClassName
{
border-color: #D898E9;
}
</style>