Shades of Wisteria #D09DDE
Tints of Wisteria #D09DDE
RGB
CMYK
RGB Variations
Color information
#D09DDE (or 0xD09DDE) is known color: Wisteria. HEX triplet: D0, 9D and DE. RGB value is (208,157,222). Sum of RGB (Red+Green+Blue) = 208+157+222=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDE is #2F6221. Grayscale: #B3B3B3. Windows color (decimal): -3105314 or 14589392. OLE color: 14589392.
HSL color Cylindrical-coordinate representation of color #D09DDE: hue angle of 287.08º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09DDE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 157 | 222 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.13 |
| HSL | 287.08º | 0.5% | 0.74% | - |
| HSV(B) | 287.08º | 0.29% | 0.87% | - |
| XYZ | 51.25 | 42.8 | 74.67 | - |
| YUV | 179.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 222 | 0.06 | 0.29 | 0 | 0.13 | 287.08 | 0.5 | 0.74 |
| Hex | D0 | 9D | DE | 6 | 1D | 0 | D | 11F | 32 | 4A |
| Octal | 320 | 235 | 336 | 6 | 35 | 0 | 15 | 437 | 62 | 112 |
| Binary | 11010000 | 10011101 | 11011110 | 110 | 11101 | 0 | 1101 | 100011111 | 110010 | 1001010 |
Color Harmonies of #D09DDE
Complementary color
Monochromatic Colors of #D09DDE
Black with #D09DDE
Text Example
Text Example
White with #D09DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DDE; }
p { color: rgb(208,157,222); }
H1.HeaderClassName
{
color: #D09DDE;
}
.AnyTagClassName
{
color: #D09DDE;
}
</style>
background-color css
<style>
a { background-color: #D09DDE; }
a { background-color: rgb(208,157,222); }
div.DivClassName
{
background-color: #D09DDE;
}
.BgClassName
{
background-color: #D09DDE;
}
</style>
border-color css
<style>
span { border-color: #D09DDE; }
span { border-color: rgb(208,157,222); }
td.TdClassName
{
border-color: #D09DDE;
}
.TagClassName
{
border-color: #D09DDE;
}
</style>