Shades of Wisteria #D899F2
Tints of Wisteria #D899F2
RGB
CMYK
RGB Variations
Color information
#D899F2 (or 0xD899F2) is known color: Wisteria. HEX triplet: D8, 99 and F2. RGB value is (216,153,242). Sum of RGB (Red+Green+Blue) = 216+153+242=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #D899F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D899F2 is #27660D. Grayscale: #B5B5B5. Windows color (decimal): -2582030 or 15899096. OLE color: 15899096.
HSL color Cylindrical-coordinate representation of color #D899F2: hue angle of 282.47º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D899F2 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 153 | 242 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.05 |
| HSL | 282.47º | 0.77% | 0.77% | - |
| HSV(B) | 282.47º | 0.37% | 0.95% | - |
| XYZ | 55.74 | 43.79 | 89.52 | - |
| YUV | 181.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 242 | 0.11 | 0.37 | 0 | 0.05 | 282.47 | 0.77 | 0.77 |
| Hex | D8 | 99 | F2 | B | 25 | 0 | 5 | 11A | 4D | 4D |
| Octal | 330 | 231 | 362 | 13 | 45 | 0 | 5 | 432 | 115 | 115 |
| Binary | 11011000 | 10011001 | 11110010 | 1011 | 100101 | 0 | 101 | 100011010 | 1001101 | 1001101 |
Color Harmonies of #D899F2
Complementary color
Monochromatic Colors of #D899F2
Black with #D899F2
Text Example
Text Example
White with #D899F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899F2; }
p { color: rgb(216,153,242); }
H1.HeaderClassName
{
color: #D899F2;
}
.AnyTagClassName
{
color: #D899F2;
}
</style>
background-color css
<style>
a { background-color: #D899F2; }
a { background-color: rgb(216,153,242); }
div.DivClassName
{
background-color: #D899F2;
}
.BgClassName
{
background-color: #D899F2;
}
</style>
border-color css
<style>
span { border-color: #D899F2; }
span { border-color: rgb(216,153,242); }
td.TdClassName
{
border-color: #D899F2;
}
.TagClassName
{
border-color: #D899F2;
}
</style>