Shades of Wisteria #D297DE
Tints of Wisteria #D297DE
RGB
CMYK
RGB Variations
Color information
#D297DE (or 0xD297DE) is known color: Wisteria. HEX triplet: D2, 97 and DE. RGB value is (210,151,222). Sum of RGB (Red+Green+Blue) = 210+151+222=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #D297DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297DE is #2D6821. Grayscale: #B0B0B0. Windows color (decimal): -2975778 or 14587858. OLE color: 14587858.
HSL color Cylindrical-coordinate representation of color #D297DE: hue angle of 289.86º degrees, saturation: 0.52, 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 #D297DE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 151 | 222 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.13 |
| HSL | 289.86º | 0.52% | 0.73% | - |
| HSV(B) | 289.86º | 0.32% | 0.87% | - |
| XYZ | 50.83 | 41.11 | 74.36 | - |
| YUV | 176.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 222 | 0.05 | 0.32 | 0 | 0.13 | 289.86 | 0.52 | 0.73 |
| Hex | D2 | 97 | DE | 5 | 20 | 0 | D | 122 | 34 | 49 |
| Octal | 322 | 227 | 336 | 5 | 40 | 0 | 15 | 442 | 64 | 111 |
| Binary | 11010010 | 10010111 | 11011110 | 101 | 100000 | 0 | 1101 | 100100010 | 110100 | 1001001 |
Color Harmonies of #D297DE
Complementary color
Monochromatic Colors of #D297DE
Black with #D297DE
Text Example
Text Example
White with #D297DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297DE; }
p { color: rgb(210,151,222); }
H1.HeaderClassName
{
color: #D297DE;
}
.AnyTagClassName
{
color: #D297DE;
}
</style>
background-color css
<style>
a { background-color: #D297DE; }
a { background-color: rgb(210,151,222); }
div.DivClassName
{
background-color: #D297DE;
}
.BgClassName
{
background-color: #D297DE;
}
</style>
border-color css
<style>
span { border-color: #D297DE; }
span { border-color: rgb(210,151,222); }
td.TdClassName
{
border-color: #D297DE;
}
.TagClassName
{
border-color: #D297DE;
}
</style>