Shades of Wisteria #D09BE0
Tints of Wisteria #D09BE0
RGB
CMYK
RGB Variations
Color information
#D09BE0 (or 0xD09BE0) is known color: Wisteria. HEX triplet: D0, 9B and E0. RGB value is (208,155,224). Sum of RGB (Red+Green+Blue) = 208+155+224=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #D09BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BE0 is #2F641F. Grayscale: #B2B2B2. Windows color (decimal): -3105824 or 14719952. OLE color: 14719952.
HSL color Cylindrical-coordinate representation of color #D09BE0: hue angle of 286.09º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09BE0 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 155 | 224 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.12 |
| HSL | 286.09º | 0.53% | 0.74% | - |
| HSV(B) | 286.09º | 0.31% | 0.88% | - |
| XYZ | 51.19 | 42.23 | 75.98 | - |
| YUV | 178.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 224 | 0.07 | 0.31 | 0 | 0.12 | 286.09 | 0.53 | 0.74 |
| Hex | D0 | 9B | E0 | 7 | 1F | 0 | C | 11E | 35 | 4A |
| Octal | 320 | 233 | 340 | 7 | 37 | 0 | 14 | 436 | 65 | 112 |
| Binary | 11010000 | 10011011 | 11100000 | 111 | 11111 | 0 | 1100 | 100011110 | 110101 | 1001010 |
Color Harmonies of #D09BE0
Complementary color
Monochromatic Colors of #D09BE0
Black with #D09BE0
Text Example
Text Example
White with #D09BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BE0; }
p { color: rgb(208,155,224); }
H1.HeaderClassName
{
color: #D09BE0;
}
.AnyTagClassName
{
color: #D09BE0;
}
</style>
background-color css
<style>
a { background-color: #D09BE0; }
a { background-color: rgb(208,155,224); }
div.DivClassName
{
background-color: #D09BE0;
}
.BgClassName
{
background-color: #D09BE0;
}
</style>
border-color css
<style>
span { border-color: #D09BE0; }
span { border-color: rgb(208,155,224); }
td.TdClassName
{
border-color: #D09BE0;
}
.TagClassName
{
border-color: #D09BE0;
}
</style>