Shades of Wisteria #D297EA
Tints of Wisteria #D297EA
RGB
CMYK
RGB Variations
Color information
#D297EA (or 0xD297EA) is known color: Wisteria. HEX triplet: D2, 97 and EA. RGB value is (210,151,234). Sum of RGB (Red+Green+Blue) = 210+151+234=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #D297EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297EA is #2D6815. Grayscale: #B1B1B1. Windows color (decimal): -2975766 or 15374290. OLE color: 15374290.
HSL color Cylindrical-coordinate representation of color #D297EA: hue angle of 282.65º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D297EA is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 151 | 234 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.08 |
| HSL | 282.65º | 0.66% | 0.75% | - |
| HSV(B) | 282.65º | 0.35% | 0.92% | - |
| XYZ | 52.5 | 41.78 | 83.14 | - |
| YUV | 178.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 234 | 0.10 | 0.35 | 0 | 0.08 | 282.65 | 0.66 | 0.75 |
| Hex | D2 | 97 | EA | A | 23 | 0 | 8 | 11B | 42 | 4B |
| Octal | 322 | 227 | 352 | 12 | 43 | 0 | 10 | 433 | 102 | 113 |
| Binary | 11010010 | 10010111 | 11101010 | 1010 | 100011 | 0 | 1000 | 100011011 | 1000010 | 1001011 |
Color Harmonies of #D297EA
Complementary color
Monochromatic Colors of #D297EA
Black with #D297EA
Text Example
Text Example
White with #D297EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297EA; }
p { color: rgb(210,151,234); }
H1.HeaderClassName
{
color: #D297EA;
}
.AnyTagClassName
{
color: #D297EA;
}
</style>
background-color css
<style>
a { background-color: #D297EA; }
a { background-color: rgb(210,151,234); }
div.DivClassName
{
background-color: #D297EA;
}
.BgClassName
{
background-color: #D297EA;
}
</style>
border-color css
<style>
span { border-color: #D297EA; }
span { border-color: rgb(210,151,234); }
td.TdClassName
{
border-color: #D297EA;
}
.TagClassName
{
border-color: #D297EA;
}
</style>