Shades of Wisteria #D394F0
Tints of Wisteria #D394F0
RGB
CMYK
RGB Variations
Color information
#D394F0 (or 0xD394F0) is known color: Wisteria. HEX triplet: D3, 94 and F0. RGB value is (211,148,240). Sum of RGB (Red+Green+Blue) = 211+148+240=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #D394F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394F0 is #2C6B0F. Grayscale: #B1B1B1. Windows color (decimal): -2910992 or 15766739. OLE color: 15766739.
HSL color Cylindrical-coordinate representation of color #D394F0: hue angle of 281.09º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D394F0 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 148 | 240 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.06 |
| HSL | 281.09º | 0.75% | 0.76% | - |
| HSV(B) | 281.09º | 0.38% | 0.94% | - |
| XYZ | 53.18 | 41.32 | 87.61 | - |
| YUV | 177.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 240 | 0.12 | 0.38 | 0 | 0.06 | 281.09 | 0.75 | 0.76 |
| Hex | D3 | 94 | F0 | C | 26 | 0 | 6 | 119 | 4B | 4C |
| Octal | 323 | 224 | 360 | 14 | 46 | 0 | 6 | 431 | 113 | 114 |
| Binary | 11010011 | 10010100 | 11110000 | 1100 | 100110 | 0 | 110 | 100011001 | 1001011 | 1001100 |
Color Harmonies of #D394F0
Complementary color
Monochromatic Colors of #D394F0
Black with #D394F0
Text Example
Text Example
White with #D394F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394F0; }
p { color: rgb(211,148,240); }
H1.HeaderClassName
{
color: #D394F0;
}
.AnyTagClassName
{
color: #D394F0;
}
</style>
background-color css
<style>
a { background-color: #D394F0; }
a { background-color: rgb(211,148,240); }
div.DivClassName
{
background-color: #D394F0;
}
.BgClassName
{
background-color: #D394F0;
}
</style>
border-color css
<style>
span { border-color: #D394F0; }
span { border-color: rgb(211,148,240); }
td.TdClassName
{
border-color: #D394F0;
}
.TagClassName
{
border-color: #D394F0;
}
</style>