Shades of Wisteria #D09DDD
Tints of Wisteria #D09DDD
RGB
CMYK
RGB Variations
Color information
#D09DDD (or 0xD09DDD) is known color: Wisteria. HEX triplet: D0, 9D and DD. RGB value is (208,157,221). Sum of RGB (Red+Green+Blue) = 208+157+221=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDD is #2F6222. Grayscale: #B3B3B3. Windows color (decimal): -3105315 or 14523856. OLE color: 14523856.
HSL color Cylindrical-coordinate representation of color #D09DDD: hue angle of 287.81º degrees, saturation: 0.48, 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 #D09DDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 157 | 221 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.13 |
| HSL | 287.81º | 0.48% | 0.74% | - |
| HSV(B) | 287.81º | 0.29% | 0.87% | - |
| XYZ | 51.12 | 42.74 | 73.96 | - |
| YUV | 179.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 221 | 0.06 | 0.29 | 0 | 0.13 | 287.81 | 0.48 | 0.74 |
| Hex | D0 | 9D | DD | 6 | 1D | 0 | D | 120 | 30 | 4A |
| Octal | 320 | 235 | 335 | 6 | 35 | 0 | 15 | 440 | 60 | 112 |
| Binary | 11010000 | 10011101 | 11011101 | 110 | 11101 | 0 | 1101 | 100100000 | 110000 | 1001010 |
Color Harmonies of #D09DDD
Complementary color
Monochromatic Colors of #D09DDD
Black with #D09DDD
Text Example
Text Example
White with #D09DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DDD; }
p { color: rgb(208,157,221); }
H1.HeaderClassName
{
color: #D09DDD;
}
.AnyTagClassName
{
color: #D09DDD;
}
</style>
background-color css
<style>
a { background-color: #D09DDD; }
a { background-color: rgb(208,157,221); }
div.DivClassName
{
background-color: #D09DDD;
}
.BgClassName
{
background-color: #D09DDD;
}
</style>
border-color css
<style>
span { border-color: #D09DDD; }
span { border-color: rgb(208,157,221); }
td.TdClassName
{
border-color: #D09DDD;
}
.TagClassName
{
border-color: #D09DDD;
}
</style>