Shades of Wisteria #D09FDC
Tints of Wisteria #D09FDC
RGB
CMYK
RGB Variations
Color information
#D09FDC (or 0xD09FDC) is known color: Wisteria. HEX triplet: D0, 9F and DC. RGB value is (208,159,220). Sum of RGB (Red+Green+Blue) = 208+159+220=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D09FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDC is #2F6023. Grayscale: #B4B4B4. Windows color (decimal): -3104804 or 14458832. OLE color: 14458832.
HSL color Cylindrical-coordinate representation of color #D09FDC: hue angle of 288.2º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09FDC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 159 | 220 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.14 |
| HSL | 288.2º | 0.47% | 0.74% | - |
| HSV(B) | 288.2º | 0.28% | 0.86% | - |
| XYZ | 51.33 | 43.37 | 73.38 | - |
| YUV | 180.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 220 | 0.05 | 0.28 | 0 | 0.14 | 288.2 | 0.47 | 0.74 |
| Hex | D0 | 9F | DC | 5 | 1C | 0 | E | 120 | 2F | 4A |
| Octal | 320 | 237 | 334 | 5 | 34 | 0 | 16 | 440 | 57 | 112 |
| Binary | 11010000 | 10011111 | 11011100 | 101 | 11100 | 0 | 1110 | 100100000 | 101111 | 1001010 |
Color Harmonies of #D09FDC
Complementary color
Monochromatic Colors of #D09FDC
Black with #D09FDC
Text Example
Text Example
White with #D09FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FDC; }
p { color: rgb(208,159,220); }
H1.HeaderClassName
{
color: #D09FDC;
}
.AnyTagClassName
{
color: #D09FDC;
}
</style>
background-color css
<style>
a { background-color: #D09FDC; }
a { background-color: rgb(208,159,220); }
div.DivClassName
{
background-color: #D09FDC;
}
.BgClassName
{
background-color: #D09FDC;
}
</style>
border-color css
<style>
span { border-color: #D09FDC; }
span { border-color: rgb(208,159,220); }
td.TdClassName
{
border-color: #D09FDC;
}
.TagClassName
{
border-color: #D09FDC;
}
</style>