Shades of Wisteria #D38CE2
Tints of Wisteria #D38CE2
RGB
CMYK
RGB Variations
Color information
#D38CE2 (or 0xD38CE2) is known color: Wisteria. HEX triplet: D3, 8C and E2. RGB value is (211,140,226). Sum of RGB (Red+Green+Blue) = 211+140+226=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #D38CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CE2 is #2C731D. Grayscale: #AAAAAA. Windows color (decimal): -2913054 or 14847187. OLE color: 14847187.
HSL color Cylindrical-coordinate representation of color #D38CE2: hue angle of 289.53º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38CE2 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 140 | 226 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.11 |
| HSL | 289.53º | 0.6% | 0.72% | - |
| HSV(B) | 289.53º | 0.38% | 0.89% | - |
| XYZ | 49.97 | 38.1 | 76.67 | - |
| YUV | 171.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 226 | 0.07 | 0.38 | 0 | 0.11 | 289.53 | 0.6 | 0.72 |
| Hex | D3 | 8C | E2 | 7 | 26 | 0 | B | 122 | 3C | 48 |
| Octal | 323 | 214 | 342 | 7 | 46 | 0 | 13 | 442 | 74 | 110 |
| Binary | 11010011 | 10001100 | 11100010 | 111 | 100110 | 0 | 1011 | 100100010 | 111100 | 1001000 |
Color Harmonies of #D38CE2
Complementary color
Monochromatic Colors of #D38CE2
Black with #D38CE2
Text Example
Text Example
White with #D38CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CE2; }
p { color: rgb(211,140,226); }
H1.HeaderClassName
{
color: #D38CE2;
}
.AnyTagClassName
{
color: #D38CE2;
}
</style>
background-color css
<style>
a { background-color: #D38CE2; }
a { background-color: rgb(211,140,226); }
div.DivClassName
{
background-color: #D38CE2;
}
.BgClassName
{
background-color: #D38CE2;
}
</style>
border-color css
<style>
span { border-color: #D38CE2; }
span { border-color: rgb(211,140,226); }
td.TdClassName
{
border-color: #D38CE2;
}
.TagClassName
{
border-color: #D38CE2;
}
</style>