Shades of Wisteria #D999ED
Tints of Wisteria #D999ED
RGB
CMYK
RGB Variations
Color information
#D999ED (or 0xD999ED) is known color: Wisteria. HEX triplet: D9, 99 and ED. RGB value is (217,153,237). Sum of RGB (Red+Green+Blue) = 217+153+237=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #D999ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999ED is #266612. Grayscale: #B5B5B5. Windows color (decimal): -2516499 or 15571417. OLE color: 15571417.
HSL color Cylindrical-coordinate representation of color #D999ED: hue angle of 285.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D999ED is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 153 | 237 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.07 |
| HSL | 285.71º | 0.7% | 0.76% | - |
| HSV(B) | 285.71º | 0.35% | 0.93% | - |
| XYZ | 55.29 | 43.65 | 85.63 | - |
| YUV | 181.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 237 | 0.08 | 0.35 | 0 | 0.07 | 285.71 | 0.7 | 0.76 |
| Hex | D9 | 99 | ED | 8 | 23 | 0 | 7 | 11E | 46 | 4C |
| Octal | 331 | 231 | 355 | 10 | 43 | 0 | 7 | 436 | 106 | 114 |
| Binary | 11011001 | 10011001 | 11101101 | 1000 | 100011 | 0 | 111 | 100011110 | 1000110 | 1001100 |
Color Harmonies of #D999ED
Complementary color
Monochromatic Colors of #D999ED
Black with #D999ED
Text Example
Text Example
White with #D999ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999ED; }
p { color: rgb(217,153,237); }
H1.HeaderClassName
{
color: #D999ED;
}
.AnyTagClassName
{
color: #D999ED;
}
</style>
background-color css
<style>
a { background-color: #D999ED; }
a { background-color: rgb(217,153,237); }
div.DivClassName
{
background-color: #D999ED;
}
.BgClassName
{
background-color: #D999ED;
}
</style>
border-color css
<style>
span { border-color: #D999ED; }
span { border-color: rgb(217,153,237); }
td.TdClassName
{
border-color: #D999ED;
}
.TagClassName
{
border-color: #D999ED;
}
</style>