Shades of Wisteria #D49BE8
Tints of Wisteria #D49BE8
RGB
CMYK
RGB Variations
Color information
#D49BE8 (or 0xD49BE8) is known color: Wisteria. HEX triplet: D4, 9B and E8. RGB value is (212,155,232). Sum of RGB (Red+Green+Blue) = 212+155+232=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #D49BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BE8 is #2B6417. Grayscale: #B4B4B4. Windows color (decimal): -2843672 or 15244244. OLE color: 15244244.
HSL color Cylindrical-coordinate representation of color #D49BE8: hue angle of 284.42º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49BE8 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 155 | 232 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.09 |
| HSL | 284.42º | 0.63% | 0.76% | - |
| HSV(B) | 284.42º | 0.33% | 0.91% | - |
| XYZ | 53.44 | 43.27 | 81.88 | - |
| YUV | 180.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 232 | 0.09 | 0.33 | 0 | 0.09 | 284.42 | 0.63 | 0.76 |
| Hex | D4 | 9B | E8 | 9 | 21 | 0 | 9 | 11C | 3F | 4C |
| Octal | 324 | 233 | 350 | 11 | 41 | 0 | 11 | 434 | 77 | 114 |
| Binary | 11010100 | 10011011 | 11101000 | 1001 | 100001 | 0 | 1001 | 100011100 | 111111 | 1001100 |
Color Harmonies of #D49BE8
Complementary color
Monochromatic Colors of #D49BE8
Black with #D49BE8
Text Example
Text Example
White with #D49BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BE8; }
p { color: rgb(212,155,232); }
H1.HeaderClassName
{
color: #D49BE8;
}
.AnyTagClassName
{
color: #D49BE8;
}
</style>
background-color css
<style>
a { background-color: #D49BE8; }
a { background-color: rgb(212,155,232); }
div.DivClassName
{
background-color: #D49BE8;
}
.BgClassName
{
background-color: #D49BE8;
}
</style>
border-color css
<style>
span { border-color: #D49BE8; }
span { border-color: rgb(212,155,232); }
td.TdClassName
{
border-color: #D49BE8;
}
.TagClassName
{
border-color: #D49BE8;
}
</style>