Shades of Wisteria #D49BE0
Tints of Wisteria #D49BE0
RGB
CMYK
RGB Variations
Color information
#D49BE0 (or 0xD49BE0) is known color: Wisteria. HEX triplet: D4, 9B and E0. RGB value is (212,155,224). Sum of RGB (Red+Green+Blue) = 212+155+224=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D49BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BE0 is #2B641F. Grayscale: #B3B3B3. Windows color (decimal): -2843680 or 14719956. OLE color: 14719956.
HSL color Cylindrical-coordinate representation of color #D49BE0: hue angle of 289.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49BE0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 155 | 224 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.12 |
| HSL | 289.57º | 0.53% | 0.74% | - |
| HSV(B) | 289.57º | 0.31% | 0.88% | - |
| XYZ | 52.33 | 42.82 | 76.03 | - |
| YUV | 179.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 224 | 0.05 | 0.31 | 0 | 0.12 | 289.57 | 0.53 | 0.74 |
| Hex | D4 | 9B | E0 | 5 | 1F | 0 | C | 122 | 35 | 4A |
| Octal | 324 | 233 | 340 | 5 | 37 | 0 | 14 | 442 | 65 | 112 |
| Binary | 11010100 | 10011011 | 11100000 | 101 | 11111 | 0 | 1100 | 100100010 | 110101 | 1001010 |
Color Harmonies of #D49BE0
Complementary color
Monochromatic Colors of #D49BE0
Black with #D49BE0
Text Example
Text Example
White with #D49BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BE0; }
p { color: rgb(212,155,224); }
H1.HeaderClassName
{
color: #D49BE0;
}
.AnyTagClassName
{
color: #D49BE0;
}
</style>
background-color css
<style>
a { background-color: #D49BE0; }
a { background-color: rgb(212,155,224); }
div.DivClassName
{
background-color: #D49BE0;
}
.BgClassName
{
background-color: #D49BE0;
}
</style>
border-color css
<style>
span { border-color: #D49BE0; }
span { border-color: rgb(212,155,224); }
td.TdClassName
{
border-color: #D49BE0;
}
.TagClassName
{
border-color: #D49BE0;
}
</style>