Shades of Wisteria #D097E4
Tints of Wisteria #D097E4
RGB
CMYK
RGB Variations
Color information
#D097E4 (or 0xD097E4) is known color: Wisteria. HEX triplet: D0, 97 and E4. RGB value is (208,151,228). Sum of RGB (Red+Green+Blue) = 208+151+228=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #D097E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097E4 is #2F681B. Grayscale: #B0B0B0. Windows color (decimal): -3106844 or 14981072. OLE color: 14981072.
HSL color Cylindrical-coordinate representation of color #D097E4: hue angle of 284.42º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D097E4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 151 | 228 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.11 |
| HSL | 284.42º | 0.59% | 0.74% | - |
| HSV(B) | 284.42º | 0.34% | 0.89% | - |
| XYZ | 51.08 | 41.14 | 78.65 | - |
| YUV | 176.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 228 | 0.09 | 0.34 | 0 | 0.11 | 284.42 | 0.59 | 0.74 |
| Hex | D0 | 97 | E4 | 9 | 22 | 0 | B | 11C | 3B | 4A |
| Octal | 320 | 227 | 344 | 11 | 42 | 0 | 13 | 434 | 73 | 112 |
| Binary | 11010000 | 10010111 | 11100100 | 1001 | 100010 | 0 | 1011 | 100011100 | 111011 | 1001010 |
Color Harmonies of #D097E4
Complementary color
Monochromatic Colors of #D097E4
Black with #D097E4
Text Example
Text Example
White with #D097E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097E4; }
p { color: rgb(208,151,228); }
H1.HeaderClassName
{
color: #D097E4;
}
.AnyTagClassName
{
color: #D097E4;
}
</style>
background-color css
<style>
a { background-color: #D097E4; }
a { background-color: rgb(208,151,228); }
div.DivClassName
{
background-color: #D097E4;
}
.BgClassName
{
background-color: #D097E4;
}
</style>
border-color css
<style>
span { border-color: #D097E4; }
span { border-color: rgb(208,151,228); }
td.TdClassName
{
border-color: #D097E4;
}
.TagClassName
{
border-color: #D097E4;
}
</style>