Shades of Wisteria #D998F2
Tints of Wisteria #D998F2
RGB
CMYK
RGB Variations
Color information
#D998F2 (or 0xD998F2) is known color: Wisteria. HEX triplet: D9, 98 and F2. RGB value is (217,152,242). Sum of RGB (Red+Green+Blue) = 217+152+242=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 152 (59.77% from 255 or 24.88% 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 #D998F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998F2 is #26670D. Grayscale: #B5B5B5. Windows color (decimal): -2516750 or 15898841. OLE color: 15898841.
HSL color Cylindrical-coordinate representation of color #D998F2: hue angle of 283.33º degrees, saturation: 0.78, 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 #D998F2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 152 | 242 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.05 |
| HSL | 283.33º | 0.78% | 0.77% | - |
| HSV(B) | 283.33º | 0.37% | 0.95% | - |
| XYZ | 55.87 | 43.62 | 89.48 | - |
| YUV | 181.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 242 | 0.10 | 0.37 | 0 | 0.05 | 283.33 | 0.78 | 0.77 |
| Hex | D9 | 98 | F2 | A | 25 | 0 | 5 | 11B | 4E | 4D |
| Octal | 331 | 230 | 362 | 12 | 45 | 0 | 5 | 433 | 116 | 115 |
| Binary | 11011001 | 10011000 | 11110010 | 1010 | 100101 | 0 | 101 | 100011011 | 1001110 | 1001101 |
Color Harmonies of #D998F2
Complementary color
Monochromatic Colors of #D998F2
Black with #D998F2
Text Example
Text Example
White with #D998F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998F2; }
p { color: rgb(217,152,242); }
H1.HeaderClassName
{
color: #D998F2;
}
.AnyTagClassName
{
color: #D998F2;
}
</style>
background-color css
<style>
a { background-color: #D998F2; }
a { background-color: rgb(217,152,242); }
div.DivClassName
{
background-color: #D998F2;
}
.BgClassName
{
background-color: #D998F2;
}
</style>
border-color css
<style>
span { border-color: #D998F2; }
span { border-color: rgb(217,152,242); }
td.TdClassName
{
border-color: #D998F2;
}
.TagClassName
{
border-color: #D998F2;
}
</style>