Shades of Wisteria #D099E1
Tints of Wisteria #D099E1
RGB
CMYK
RGB Variations
Color information
#D099E1 (or 0xD099E1) is known color: Wisteria. HEX triplet: D0, 99 and E1. RGB value is (208,153,225). Sum of RGB (Red+Green+Blue) = 208+153+225=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #D099E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099E1 is #2F661E. Grayscale: #B1B1B1. Windows color (decimal): -3106335 or 14784976. OLE color: 14784976.
HSL color Cylindrical-coordinate representation of color #D099E1: hue angle of 285.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D099E1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 153 | 225 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.12 |
| HSL | 285.83º | 0.55% | 0.74% | - |
| HSV(B) | 285.83º | 0.32% | 0.88% | - |
| XYZ | 50.99 | 41.63 | 76.58 | - |
| YUV | 177.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 225 | 0.08 | 0.32 | 0 | 0.12 | 285.83 | 0.55 | 0.74 |
| Hex | D0 | 99 | E1 | 8 | 20 | 0 | C | 11E | 37 | 4A |
| Octal | 320 | 231 | 341 | 10 | 40 | 0 | 14 | 436 | 67 | 112 |
| Binary | 11010000 | 10011001 | 11100001 | 1000 | 100000 | 0 | 1100 | 100011110 | 110111 | 1001010 |
Color Harmonies of #D099E1
Complementary color
Monochromatic Colors of #D099E1
Black with #D099E1
Text Example
Text Example
White with #D099E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099E1; }
p { color: rgb(208,153,225); }
H1.HeaderClassName
{
color: #D099E1;
}
.AnyTagClassName
{
color: #D099E1;
}
</style>
background-color css
<style>
a { background-color: #D099E1; }
a { background-color: rgb(208,153,225); }
div.DivClassName
{
background-color: #D099E1;
}
.BgClassName
{
background-color: #D099E1;
}
</style>
border-color css
<style>
span { border-color: #D099E1; }
span { border-color: rgb(208,153,225); }
td.TdClassName
{
border-color: #D099E1;
}
.TagClassName
{
border-color: #D099E1;
}
</style>