Shades of Wisteria #D893F0
Tints of Wisteria #D893F0
RGB
CMYK
RGB Variations
Color information
#D893F0 (or 0xD893F0) is known color: Wisteria. HEX triplet: D8, 93 and F0. RGB value is (216,147,240). Sum of RGB (Red+Green+Blue) = 216+147+240=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #D893F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D893F0 is #276C0F. Grayscale: #B1B1B1. Windows color (decimal): -2583568 or 15766488. OLE color: 15766488.
HSL color Cylindrical-coordinate representation of color #D893F0: hue angle of 284.52º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D893F0 is Cyan = 0.1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 147 | 240 | - |
| CMYK | 0.1 | 0.39 | 0 | 0.06 |
| HSL | 284.52º | 0.76% | 0.76% | - |
| HSV(B) | 284.52º | 0.39% | 0.94% | - |
| XYZ | 54.48 | 41.76 | 87.63 | - |
| YUV | 178.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 240 | 0.1 | 0.39 | 0 | 0.06 | 284.52 | 0.76 | 0.76 |
| Hex | D8 | 93 | F0 | A | 27 | 0 | 6 | 11D | 4C | 4C |
| Octal | 330 | 223 | 360 | 12 | 47 | 0 | 6 | 435 | 114 | 114 |
| Binary | 11011000 | 10010011 | 11110000 | 1010 | 100111 | 0 | 110 | 100011101 | 1001100 | 1001100 |
Color Harmonies of #D893F0
Complementary color
Monochromatic Colors of #D893F0
Black with #D893F0
Text Example
Text Example
White with #D893F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893F0; }
p { color: rgb(216,147,240); }
H1.HeaderClassName
{
color: #D893F0;
}
.AnyTagClassName
{
color: #D893F0;
}
</style>
background-color css
<style>
a { background-color: #D893F0; }
a { background-color: rgb(216,147,240); }
div.DivClassName
{
background-color: #D893F0;
}
.BgClassName
{
background-color: #D893F0;
}
</style>
border-color css
<style>
span { border-color: #D893F0; }
span { border-color: rgb(216,147,240); }
td.TdClassName
{
border-color: #D893F0;
}
.TagClassName
{
border-color: #D893F0;
}
</style>