Shades of Wisteria #D093F0
Tints of Wisteria #D093F0
RGB
CMYK
RGB Variations
Color information
#D093F0 (or 0xD093F0) is known color: Wisteria. HEX triplet: D0, 93 and F0. RGB value is (208,147,240). Sum of RGB (Red+Green+Blue) = 208+147+240=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #D093F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093F0 is #2F6C0F. Grayscale: #AFAFAF. Windows color (decimal): -3107856 or 15766480. OLE color: 15766480.
HSL color Cylindrical-coordinate representation of color #D093F0: hue angle of 279.35º 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 #D093F0 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 147 | 240 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.06 |
| HSL | 279.35º | 0.76% | 0.76% | - |
| HSV(B) | 279.35º | 0.39% | 0.94% | - |
| XYZ | 52.17 | 40.57 | 87.52 | - |
| YUV | 175.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 240 | 0.13 | 0.39 | 0 | 0.06 | 279.35 | 0.76 | 0.76 |
| Hex | D0 | 93 | F0 | D | 27 | 0 | 6 | 117 | 4C | 4C |
| Octal | 320 | 223 | 360 | 15 | 47 | 0 | 6 | 427 | 114 | 114 |
| Binary | 11010000 | 10010011 | 11110000 | 1101 | 100111 | 0 | 110 | 100010111 | 1001100 | 1001100 |
Color Harmonies of #D093F0
Complementary color
Monochromatic Colors of #D093F0
Black with #D093F0
Text Example
Text Example
White with #D093F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093F0; }
p { color: rgb(208,147,240); }
H1.HeaderClassName
{
color: #D093F0;
}
.AnyTagClassName
{
color: #D093F0;
}
</style>
background-color css
<style>
a { background-color: #D093F0; }
a { background-color: rgb(208,147,240); }
div.DivClassName
{
background-color: #D093F0;
}
.BgClassName
{
background-color: #D093F0;
}
</style>
border-color css
<style>
span { border-color: #D093F0; }
span { border-color: rgb(208,147,240); }
td.TdClassName
{
border-color: #D093F0;
}
.TagClassName
{
border-color: #D093F0;
}
</style>