Shades of Wisteria #D48BEF
Tints of Wisteria #D48BEF
RGB
CMYK
RGB Variations
Color information
#D48BEF (or 0xD48BEF) is known color: Wisteria. HEX triplet: D4, 8B and EF. RGB value is (212,139,239). Sum of RGB (Red+Green+Blue) = 212+139+239=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #D48BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BEF is #2B7410. Grayscale: #ABABAB. Windows color (decimal): -2847761 or 15698900. OLE color: 15698900.
HSL color Cylindrical-coordinate representation of color #D48BEF: hue angle of 283.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48BEF is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 139 | 239 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.06 |
| HSL | 283.8º | 0.76% | 0.74% | - |
| HSV(B) | 283.8º | 0.42% | 0.94% | - |
| XYZ | 51.96 | 38.69 | 86.39 | - |
| YUV | 172.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 239 | 0.11 | 0.42 | 0 | 0.06 | 283.8 | 0.76 | 0.74 |
| Hex | D4 | 8B | EF | B | 2A | 0 | 6 | 11C | 4C | 4A |
| Octal | 324 | 213 | 357 | 13 | 52 | 0 | 6 | 434 | 114 | 112 |
| Binary | 11010100 | 10001011 | 11101111 | 1011 | 101010 | 0 | 110 | 100011100 | 1001100 | 1001010 |
Color Harmonies of #D48BEF
Complementary color
Monochromatic Colors of #D48BEF
Black with #D48BEF
Text Example
Text Example
White with #D48BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BEF; }
p { color: rgb(212,139,239); }
H1.HeaderClassName
{
color: #D48BEF;
}
.AnyTagClassName
{
color: #D48BEF;
}
</style>
background-color css
<style>
a { background-color: #D48BEF; }
a { background-color: rgb(212,139,239); }
div.DivClassName
{
background-color: #D48BEF;
}
.BgClassName
{
background-color: #D48BEF;
}
</style>
border-color css
<style>
span { border-color: #D48BEF; }
span { border-color: rgb(212,139,239); }
td.TdClassName
{
border-color: #D48BEF;
}
.TagClassName
{
border-color: #D48BEF;
}
</style>