Shades of Wisteria #D09FE1
Tints of Wisteria #D09FE1
RGB
CMYK
RGB Variations
Color information
#D09FE1 (or 0xD09FE1) is known color: Wisteria. HEX triplet: D0, 9F and E1. RGB value is (208,159,225). Sum of RGB (Red+Green+Blue) = 208+159+225=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #D09FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FE1 is #2F601E. Grayscale: #B4B4B4. Windows color (decimal): -3104799 or 14786512. OLE color: 14786512.
HSL color Cylindrical-coordinate representation of color #D09FE1: hue angle of 284.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09FE1 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 159 | 225 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.12 |
| HSL | 284.55º | 0.52% | 0.75% | - |
| HSV(B) | 284.55º | 0.29% | 0.88% | - |
| XYZ | 52 | 43.64 | 76.92 | - |
| YUV | 181.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 225 | 0.08 | 0.29 | 0 | 0.12 | 284.55 | 0.52 | 0.75 |
| Hex | D0 | 9F | E1 | 8 | 1D | 0 | C | 11D | 34 | 4B |
| Octal | 320 | 237 | 341 | 10 | 35 | 0 | 14 | 435 | 64 | 113 |
| Binary | 11010000 | 10011111 | 11100001 | 1000 | 11101 | 0 | 1100 | 100011101 | 110100 | 1001011 |
Color Harmonies of #D09FE1
Complementary color
Monochromatic Colors of #D09FE1
Black with #D09FE1
Text Example
Text Example
White with #D09FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FE1; }
p { color: rgb(208,159,225); }
H1.HeaderClassName
{
color: #D09FE1;
}
.AnyTagClassName
{
color: #D09FE1;
}
</style>
background-color css
<style>
a { background-color: #D09FE1; }
a { background-color: rgb(208,159,225); }
div.DivClassName
{
background-color: #D09FE1;
}
.BgClassName
{
background-color: #D09FE1;
}
</style>
border-color css
<style>
span { border-color: #D09FE1; }
span { border-color: rgb(208,159,225); }
td.TdClassName
{
border-color: #D09FE1;
}
.TagClassName
{
border-color: #D09FE1;
}
</style>