Shades of Wisteria #D49AE8
Tints of Wisteria #D49AE8
RGB
CMYK
RGB Variations
Color information
#D49AE8 (or 0xD49AE8) is known color: Wisteria. HEX triplet: D4, 9A and E8. RGB value is (212,154,232). Sum of RGB (Red+Green+Blue) = 212+154+232=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #D49AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AE8 is #2B6517. Grayscale: #B3B3B3. Windows color (decimal): -2843928 or 15243988. OLE color: 15243988.
HSL color Cylindrical-coordinate representation of color #D49AE8: hue angle of 284.62º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D49AE8 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 154 | 232 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.09 |
| HSL | 284.62º | 0.63% | 0.76% | - |
| HSV(B) | 284.62º | 0.34% | 0.91% | - |
| XYZ | 53.27 | 42.93 | 81.82 | - |
| YUV | 180.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 232 | 0.09 | 0.34 | 0 | 0.09 | 284.62 | 0.63 | 0.76 |
| Hex | D4 | 9A | E8 | 9 | 22 | 0 | 9 | 11D | 3F | 4C |
| Octal | 324 | 232 | 350 | 11 | 42 | 0 | 11 | 435 | 77 | 114 |
| Binary | 11010100 | 10011010 | 11101000 | 1001 | 100010 | 0 | 1001 | 100011101 | 111111 | 1001100 |
Color Harmonies of #D49AE8
Complementary color
Monochromatic Colors of #D49AE8
Black with #D49AE8
Text Example
Text Example
White with #D49AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AE8; }
p { color: rgb(212,154,232); }
H1.HeaderClassName
{
color: #D49AE8;
}
.AnyTagClassName
{
color: #D49AE8;
}
</style>
background-color css
<style>
a { background-color: #D49AE8; }
a { background-color: rgb(212,154,232); }
div.DivClassName
{
background-color: #D49AE8;
}
.BgClassName
{
background-color: #D49AE8;
}
</style>
border-color css
<style>
span { border-color: #D49AE8; }
span { border-color: rgb(212,154,232); }
td.TdClassName
{
border-color: #D49AE8;
}
.TagClassName
{
border-color: #D49AE8;
}
</style>