Shades of Wisteria #D093DF
Tints of Wisteria #D093DF
RGB
CMYK
RGB Variations
Color information
#D093DF (or 0xD093DF) is known color: Wisteria. HEX triplet: D0, 93 and DF. RGB value is (208,147,223). Sum of RGB (Red+Green+Blue) = 208+147+223=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D093DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093DF is #2F6C20. Grayscale: #ADADAD. Windows color (decimal): -3107873 or 14652368. OLE color: 14652368.
HSL color Cylindrical-coordinate representation of color #D093DF: hue angle of 288.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D093DF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 147 | 223 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.13 |
| HSL | 288.16º | 0.54% | 0.73% | - |
| HSV(B) | 288.16º | 0.34% | 0.87% | - |
| XYZ | 49.77 | 39.61 | 74.83 | - |
| YUV | 173.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 223 | 0.07 | 0.34 | 0 | 0.13 | 288.16 | 0.54 | 0.73 |
| Hex | D0 | 93 | DF | 7 | 22 | 0 | D | 120 | 36 | 49 |
| Octal | 320 | 223 | 337 | 7 | 42 | 0 | 15 | 440 | 66 | 111 |
| Binary | 11010000 | 10010011 | 11011111 | 111 | 100010 | 0 | 1101 | 100100000 | 110110 | 1001001 |
Color Harmonies of #D093DF
Complementary color
Monochromatic Colors of #D093DF
Black with #D093DF
Text Example
Text Example
White with #D093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093DF; }
p { color: rgb(208,147,223); }
H1.HeaderClassName
{
color: #D093DF;
}
.AnyTagClassName
{
color: #D093DF;
}
</style>
background-color css
<style>
a { background-color: #D093DF; }
a { background-color: rgb(208,147,223); }
div.DivClassName
{
background-color: #D093DF;
}
.BgClassName
{
background-color: #D093DF;
}
</style>
border-color css
<style>
span { border-color: #D093DF; }
span { border-color: rgb(208,147,223); }
td.TdClassName
{
border-color: #D093DF;
}
.TagClassName
{
border-color: #D093DF;
}
</style>