Shades of Wisteria #D08BDF
Tints of Wisteria #D08BDF
RGB
CMYK
RGB Variations
Color information
#D08BDF (or 0xD08BDF) is known color: Wisteria. HEX triplet: D0, 8B and DF. RGB value is (208,139,223). Sum of RGB (Red+Green+Blue) = 208+139+223=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D08BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BDF is #2F7420. Grayscale: #A8A8A8. Windows color (decimal): -3109921 or 14650320. OLE color: 14650320.
HSL color Cylindrical-coordinate representation of color #D08BDF: hue angle of 289.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08BDF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 139 | 223 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.13 |
| HSL | 289.29º | 0.57% | 0.71% | - |
| HSV(B) | 289.29º | 0.38% | 0.87% | - |
| XYZ | 48.56 | 37.2 | 74.43 | - |
| YUV | 169.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 223 | 0.07 | 0.38 | 0 | 0.13 | 289.29 | 0.57 | 0.71 |
| Hex | D0 | 8B | DF | 7 | 26 | 0 | D | 121 | 39 | 47 |
| Octal | 320 | 213 | 337 | 7 | 46 | 0 | 15 | 441 | 71 | 107 |
| Binary | 11010000 | 10001011 | 11011111 | 111 | 100110 | 0 | 1101 | 100100001 | 111001 | 1000111 |
Color Harmonies of #D08BDF
Complementary color
Monochromatic Colors of #D08BDF
Black with #D08BDF
Text Example
Text Example
White with #D08BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BDF; }
p { color: rgb(208,139,223); }
H1.HeaderClassName
{
color: #D08BDF;
}
.AnyTagClassName
{
color: #D08BDF;
}
</style>
background-color css
<style>
a { background-color: #D08BDF; }
a { background-color: rgb(208,139,223); }
div.DivClassName
{
background-color: #D08BDF;
}
.BgClassName
{
background-color: #D08BDF;
}
</style>
border-color css
<style>
span { border-color: #D08BDF; }
span { border-color: rgb(208,139,223); }
td.TdClassName
{
border-color: #D08BDF;
}
.TagClassName
{
border-color: #D08BDF;
}
</style>