Shades of Wisteria #D99AF1
Tints of Wisteria #D99AF1
RGB
CMYK
RGB Variations
Color information
#D99AF1 (or 0xD99AF1) is known color: Wisteria. HEX triplet: D9, 9A and F1. RGB value is (217,154,241). Sum of RGB (Red+Green+Blue) = 217+154+241=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #D99AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AF1 is #26650E. Grayscale: #B6B6B6. Windows color (decimal): -2516239 or 15833817. OLE color: 15833817.
HSL color Cylindrical-coordinate representation of color #D99AF1: hue angle of 283.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D99AF1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 154 | 241 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.05 |
| HSL | 283.45º | 0.76% | 0.77% | - |
| HSV(B) | 283.45º | 0.36% | 0.95% | - |
| XYZ | 56.05 | 44.21 | 88.8 | - |
| YUV | 182.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 241 | 0.10 | 0.36 | 0 | 0.05 | 283.45 | 0.76 | 0.77 |
| Hex | D9 | 9A | F1 | A | 24 | 0 | 5 | 11B | 4C | 4D |
| Octal | 331 | 232 | 361 | 12 | 44 | 0 | 5 | 433 | 114 | 115 |
| Binary | 11011001 | 10011010 | 11110001 | 1010 | 100100 | 0 | 101 | 100011011 | 1001100 | 1001101 |
Color Harmonies of #D99AF1
Complementary color
Monochromatic Colors of #D99AF1
Black with #D99AF1
Text Example
Text Example
White with #D99AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AF1; }
p { color: rgb(217,154,241); }
H1.HeaderClassName
{
color: #D99AF1;
}
.AnyTagClassName
{
color: #D99AF1;
}
</style>
background-color css
<style>
a { background-color: #D99AF1; }
a { background-color: rgb(217,154,241); }
div.DivClassName
{
background-color: #D99AF1;
}
.BgClassName
{
background-color: #D99AF1;
}
</style>
border-color css
<style>
span { border-color: #D99AF1; }
span { border-color: rgb(217,154,241); }
td.TdClassName
{
border-color: #D99AF1;
}
.TagClassName
{
border-color: #D99AF1;
}
</style>