Shades of Wisteria #D097DF
Tints of Wisteria #D097DF
RGB
CMYK
RGB Variations
Color information
#D097DF (or 0xD097DF) is known color: Wisteria. HEX triplet: D0, 97 and DF. RGB value is (208,151,223). Sum of RGB (Red+Green+Blue) = 208+151+223=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D097DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097DF is #2F6820. Grayscale: #B0B0B0. Windows color (decimal): -3106849 or 14653392. OLE color: 14653392.
HSL color Cylindrical-coordinate representation of color #D097DF: hue angle of 287.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D097DF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 151 | 223 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.13 |
| HSL | 287.5º | 0.53% | 0.73% | - |
| HSV(B) | 287.5º | 0.32% | 0.87% | - |
| XYZ | 50.4 | 40.87 | 75.04 | - |
| YUV | 176.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 223 | 0.07 | 0.32 | 0 | 0.13 | 287.5 | 0.53 | 0.73 |
| Hex | D0 | 97 | DF | 7 | 20 | 0 | D | 120 | 35 | 49 |
| Octal | 320 | 227 | 337 | 7 | 40 | 0 | 15 | 440 | 65 | 111 |
| Binary | 11010000 | 10010111 | 11011111 | 111 | 100000 | 0 | 1101 | 100100000 | 110101 | 1001001 |
Color Harmonies of #D097DF
Complementary color
Monochromatic Colors of #D097DF
Black with #D097DF
Text Example
Text Example
White with #D097DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097DF; }
p { color: rgb(208,151,223); }
H1.HeaderClassName
{
color: #D097DF;
}
.AnyTagClassName
{
color: #D097DF;
}
</style>
background-color css
<style>
a { background-color: #D097DF; }
a { background-color: rgb(208,151,223); }
div.DivClassName
{
background-color: #D097DF;
}
.BgClassName
{
background-color: #D097DF;
}
</style>
border-color css
<style>
span { border-color: #D097DF; }
span { border-color: rgb(208,151,223); }
td.TdClassName
{
border-color: #D097DF;
}
.TagClassName
{
border-color: #D097DF;
}
</style>