Shades of Wisteria #D09EF4
Tints of Wisteria #D09EF4
RGB
CMYK
RGB Variations
Color information
#D09EF4 (or 0xD09EF4) is known color: Wisteria. HEX triplet: D0, 9E and F4. RGB value is (208,158,244). Sum of RGB (Red+Green+Blue) = 208+158+244=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 244 (95.70% from 255 or 40% from 610); Max value from RGB is 244 - color contains mainly: blue. Hex color #D09EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EF4 is #2F610B. Grayscale: #B6B6B6. Windows color (decimal): -3105036 or 16031440. OLE color: 16031440.
HSL color Cylindrical-coordinate representation of color #D09EF4: hue angle of 274.88º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09EF4 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 158 | 244 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.04 |
| HSL | 274.88º | 0.8% | 0.79% | - |
| HSV(B) | 274.88º | 0.35% | 0.96% | - |
| XYZ | 54.57 | 44.4 | 91.28 | - |
| YUV | 182.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 244 | 0.15 | 0.35 | 0 | 0.04 | 274.88 | 0.8 | 0.79 |
| Hex | D0 | 9E | F4 | F | 23 | 0 | 4 | 113 | 50 | 4F |
| Octal | 320 | 236 | 364 | 17 | 43 | 0 | 4 | 423 | 120 | 117 |
| Binary | 11010000 | 10011110 | 11110100 | 1111 | 100011 | 0 | 100 | 100010011 | 1010000 | 1001111 |
Color Harmonies of #D09EF4
Complementary color
Monochromatic Colors of #D09EF4
Black with #D09EF4
Text Example
Text Example
White with #D09EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EF4; }
p { color: rgb(208,158,244); }
H1.HeaderClassName
{
color: #D09EF4;
}
.AnyTagClassName
{
color: #D09EF4;
}
</style>
background-color css
<style>
a { background-color: #D09EF4; }
a { background-color: rgb(208,158,244); }
div.DivClassName
{
background-color: #D09EF4;
}
.BgClassName
{
background-color: #D09EF4;
}
</style>
border-color css
<style>
span { border-color: #D09EF4; }
span { border-color: rgb(208,158,244); }
td.TdClassName
{
border-color: #D09EF4;
}
.TagClassName
{
border-color: #D09EF4;
}
</style>