Shades of Wisteria #D297EE
Tints of Wisteria #D297EE
RGB
CMYK
RGB Variations
Color information
#D297EE (or 0xD297EE) is known color: Wisteria. HEX triplet: D2, 97 and EE. RGB value is (210,151,238). Sum of RGB (Red+Green+Blue) = 210+151+238=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #D297EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297EE is #2D6811. Grayscale: #B2B2B2. Windows color (decimal): -2975762 or 15636434. OLE color: 15636434.
HSL color Cylindrical-coordinate representation of color #D297EE: hue angle of 280.69º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D297EE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 151 | 238 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.07 |
| HSL | 280.69º | 0.72% | 0.76% | - |
| HSV(B) | 280.69º | 0.37% | 0.93% | - |
| XYZ | 53.08 | 42.01 | 86.2 | - |
| YUV | 178.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 238 | 0.12 | 0.37 | 0 | 0.07 | 280.69 | 0.72 | 0.76 |
| Hex | D2 | 97 | EE | C | 25 | 0 | 7 | 119 | 48 | 4C |
| Octal | 322 | 227 | 356 | 14 | 45 | 0 | 7 | 431 | 110 | 114 |
| Binary | 11010010 | 10010111 | 11101110 | 1100 | 100101 | 0 | 111 | 100011001 | 1001000 | 1001100 |
Color Harmonies of #D297EE
Complementary color
Monochromatic Colors of #D297EE
Black with #D297EE
Text Example
Text Example
White with #D297EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297EE; }
p { color: rgb(210,151,238); }
H1.HeaderClassName
{
color: #D297EE;
}
.AnyTagClassName
{
color: #D297EE;
}
</style>
background-color css
<style>
a { background-color: #D297EE; }
a { background-color: rgb(210,151,238); }
div.DivClassName
{
background-color: #D297EE;
}
.BgClassName
{
background-color: #D297EE;
}
</style>
border-color css
<style>
span { border-color: #D297EE; }
span { border-color: rgb(210,151,238); }
td.TdClassName
{
border-color: #D297EE;
}
.TagClassName
{
border-color: #D297EE;
}
</style>