Shades of Wisteria #D09DEC
Tints of Wisteria #D09DEC
RGB
CMYK
RGB Variations
Color information
#D09DEC (or 0xD09DEC) is known color: Wisteria. HEX triplet: D0, 9D and EC. RGB value is (208,157,236). Sum of RGB (Red+Green+Blue) = 208+157+236=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #D09DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DEC is #2F6213. Grayscale: #B4B4B4. Windows color (decimal): -3105300 or 15506896. OLE color: 15506896.
HSL color Cylindrical-coordinate representation of color #D09DEC: hue angle of 278.73º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09DEC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 157 | 236 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.07 |
| HSL | 278.73º | 0.68% | 0.77% | - |
| HSV(B) | 278.73º | 0.33% | 0.93% | - |
| XYZ | 53.21 | 43.58 | 84.96 | - |
| YUV | 181.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 236 | 0.12 | 0.33 | 0 | 0.07 | 278.73 | 0.68 | 0.77 |
| Hex | D0 | 9D | EC | C | 21 | 0 | 7 | 117 | 44 | 4D |
| Octal | 320 | 235 | 354 | 14 | 41 | 0 | 7 | 427 | 104 | 115 |
| Binary | 11010000 | 10011101 | 11101100 | 1100 | 100001 | 0 | 111 | 100010111 | 1000100 | 1001101 |
Color Harmonies of #D09DEC
Complementary color
Monochromatic Colors of #D09DEC
Black with #D09DEC
Text Example
Text Example
White with #D09DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DEC; }
p { color: rgb(208,157,236); }
H1.HeaderClassName
{
color: #D09DEC;
}
.AnyTagClassName
{
color: #D09DEC;
}
</style>
background-color css
<style>
a { background-color: #D09DEC; }
a { background-color: rgb(208,157,236); }
div.DivClassName
{
background-color: #D09DEC;
}
.BgClassName
{
background-color: #D09DEC;
}
</style>
border-color css
<style>
span { border-color: #D09DEC; }
span { border-color: rgb(208,157,236); }
td.TdClassName
{
border-color: #D09DEC;
}
.TagClassName
{
border-color: #D09DEC;
}
</style>