Shades of Wisteria #D48DF2
Tints of Wisteria #D48DF2
RGB
CMYK
RGB Variations
Color information
#D48DF2 (or 0xD48DF2) is known color: Wisteria. HEX triplet: D4, 8D and F2. RGB value is (212,141,242). Sum of RGB (Red+Green+Blue) = 212+141+242=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #D48DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DF2 is #2B720D. Grayscale: #ADADAD. Windows color (decimal): -2847246 or 15896020. OLE color: 15896020.
HSL color Cylindrical-coordinate representation of color #D48DF2: hue angle of 282.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48DF2 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 141 | 242 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.05 |
| HSL | 282.18º | 0.8% | 0.75% | - |
| HSV(B) | 282.18º | 0.42% | 0.95% | - |
| XYZ | 52.7 | 39.46 | 88.84 | - |
| YUV | 173.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 242 | 0.12 | 0.42 | 0 | 0.05 | 282.18 | 0.8 | 0.75 |
| Hex | D4 | 8D | F2 | C | 2A | 0 | 5 | 11A | 50 | 4B |
| Octal | 324 | 215 | 362 | 14 | 52 | 0 | 5 | 432 | 120 | 113 |
| Binary | 11010100 | 10001101 | 11110010 | 1100 | 101010 | 0 | 101 | 100011010 | 1010000 | 1001011 |
Color Harmonies of #D48DF2
Complementary color
Monochromatic Colors of #D48DF2
Black with #D48DF2
Text Example
Text Example
White with #D48DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DF2; }
p { color: rgb(212,141,242); }
H1.HeaderClassName
{
color: #D48DF2;
}
.AnyTagClassName
{
color: #D48DF2;
}
</style>
background-color css
<style>
a { background-color: #D48DF2; }
a { background-color: rgb(212,141,242); }
div.DivClassName
{
background-color: #D48DF2;
}
.BgClassName
{
background-color: #D48DF2;
}
</style>
border-color css
<style>
span { border-color: #D48DF2; }
span { border-color: rgb(212,141,242); }
td.TdClassName
{
border-color: #D48DF2;
}
.TagClassName
{
border-color: #D48DF2;
}
</style>