Shades of Wisteria #D39ADE
Tints of Wisteria #D39ADE
RGB
CMYK
RGB Variations
Color information
#D39ADE (or 0xD39ADE) is known color: Wisteria. HEX triplet: D3, 9A and DE. RGB value is (211,154,222). Sum of RGB (Red+Green+Blue) = 211+154+222=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ADE is #2C6521. Grayscale: #B2B2B2. Windows color (decimal): -2909474 or 14588627. OLE color: 14588627.
HSL color Cylindrical-coordinate representation of color #D39ADE: hue angle of 290.29º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D39ADE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 154 | 222 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.13 |
| HSL | 290.29º | 0.51% | 0.74% | - |
| HSV(B) | 290.29º | 0.31% | 0.87% | - |
| XYZ | 51.6 | 42.23 | 74.54 | - |
| YUV | 178.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 222 | 0.05 | 0.31 | 0 | 0.13 | 290.29 | 0.51 | 0.74 |
| Hex | D3 | 9A | DE | 5 | 1F | 0 | D | 122 | 33 | 4A |
| Octal | 323 | 232 | 336 | 5 | 37 | 0 | 15 | 442 | 63 | 112 |
| Binary | 11010011 | 10011010 | 11011110 | 101 | 11111 | 0 | 1101 | 100100010 | 110011 | 1001010 |
Color Harmonies of #D39ADE
Complementary color
Monochromatic Colors of #D39ADE
Black with #D39ADE
Text Example
Text Example
White with #D39ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39ADE; }
p { color: rgb(211,154,222); }
H1.HeaderClassName
{
color: #D39ADE;
}
.AnyTagClassName
{
color: #D39ADE;
}
</style>
background-color css
<style>
a { background-color: #D39ADE; }
a { background-color: rgb(211,154,222); }
div.DivClassName
{
background-color: #D39ADE;
}
.BgClassName
{
background-color: #D39ADE;
}
</style>
border-color css
<style>
span { border-color: #D39ADE; }
span { border-color: rgb(211,154,222); }
td.TdClassName
{
border-color: #D39ADE;
}
.TagClassName
{
border-color: #D39ADE;
}
</style>