Shades of Wisteria #D2A2E0
Tints of Wisteria #D2A2E0
RGB
CMYK
RGB Variations
Color information
#D2A2E0 (or 0xD2A2E0) is known color: Wisteria. HEX triplet: D2, A2 and E0. RGB value is (210,162,224). Sum of RGB (Red+Green+Blue) = 210+162+224=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2A2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A2E0 is #2D5D1F. Grayscale: #B7B7B7. Windows color (decimal): -2972960 or 14721746. OLE color: 14721746.
HSL color Cylindrical-coordinate representation of color #D2A2E0: hue angle of 286.45º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2A2E0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 162 | 224 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.12 |
| HSL | 286.45º | 0.5% | 0.76% | - |
| HSV(B) | 286.45º | 0.28% | 0.88% | - |
| XYZ | 52.95 | 44.92 | 76.4 | - |
| YUV | 183.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 224 | 0.06 | 0.28 | 0 | 0.12 | 286.45 | 0.5 | 0.76 |
| Hex | D2 | A2 | E0 | 6 | 1C | 0 | C | 11E | 32 | 4C |
| Octal | 322 | 242 | 340 | 6 | 34 | 0 | 14 | 436 | 62 | 114 |
| Binary | 11010010 | 10100010 | 11100000 | 110 | 11100 | 0 | 1100 | 100011110 | 110010 | 1001100 |
Color Harmonies of #D2A2E0
Complementary color
Monochromatic Colors of #D2A2E0
Black with #D2A2E0
Text Example
Text Example
White with #D2A2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A2E0; }
p { color: rgb(210,162,224); }
H1.HeaderClassName
{
color: #D2A2E0;
}
.AnyTagClassName
{
color: #D2A2E0;
}
</style>
background-color css
<style>
a { background-color: #D2A2E0; }
a { background-color: rgb(210,162,224); }
div.DivClassName
{
background-color: #D2A2E0;
}
.BgClassName
{
background-color: #D2A2E0;
}
</style>
border-color css
<style>
span { border-color: #D2A2E0; }
span { border-color: rgb(210,162,224); }
td.TdClassName
{
border-color: #D2A2E0;
}
.TagClassName
{
border-color: #D2A2E0;
}
</style>