Shades of Wisteria #D091DF
Tints of Wisteria #D091DF
RGB
CMYK
RGB Variations
Color information
#D091DF (or 0xD091DF) is known color: Wisteria. HEX triplet: D0, 91 and DF. RGB value is (208,145,223). Sum of RGB (Red+Green+Blue) = 208+145+223=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D091DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091DF is #2F6E20. Grayscale: #ACACAC. Windows color (decimal): -3108385 or 14651856. OLE color: 14651856.
HSL color Cylindrical-coordinate representation of color #D091DF: hue angle of 288.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D091DF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 145 | 223 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.13 |
| HSL | 288.46º | 0.55% | 0.72% | - |
| HSV(B) | 288.46º | 0.35% | 0.87% | - |
| XYZ | 49.46 | 38.99 | 74.73 | - |
| YUV | 172.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 223 | 0.07 | 0.35 | 0 | 0.13 | 288.46 | 0.55 | 0.72 |
| Hex | D0 | 91 | DF | 7 | 23 | 0 | D | 120 | 37 | 48 |
| Octal | 320 | 221 | 337 | 7 | 43 | 0 | 15 | 440 | 67 | 110 |
| Binary | 11010000 | 10010001 | 11011111 | 111 | 100011 | 0 | 1101 | 100100000 | 110111 | 1001000 |
Color Harmonies of #D091DF
Complementary color
Monochromatic Colors of #D091DF
Black with #D091DF
Text Example
Text Example
White with #D091DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091DF; }
p { color: rgb(208,145,223); }
H1.HeaderClassName
{
color: #D091DF;
}
.AnyTagClassName
{
color: #D091DF;
}
</style>
background-color css
<style>
a { background-color: #D091DF; }
a { background-color: rgb(208,145,223); }
div.DivClassName
{
background-color: #D091DF;
}
.BgClassName
{
background-color: #D091DF;
}
</style>
border-color css
<style>
span { border-color: #D091DF; }
span { border-color: rgb(208,145,223); }
td.TdClassName
{
border-color: #D091DF;
}
.TagClassName
{
border-color: #D091DF;
}
</style>