Shades of Wisteria #D099EE
Tints of Wisteria #D099EE
RGB
CMYK
RGB Variations
Color information
#D099EE (or 0xD099EE) is known color: Wisteria. HEX triplet: D0, 99 and EE. RGB value is (208,153,238). Sum of RGB (Red+Green+Blue) = 208+153+238=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #D099EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099EE is #2F6611. Grayscale: #B2B2B2. Windows color (decimal): -3106322 or 15636944. OLE color: 15636944.
HSL color Cylindrical-coordinate representation of color #D099EE: hue angle of 278.82º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D099EE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 153 | 238 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.07 |
| HSL | 278.82º | 0.71% | 0.77% | - |
| HSV(B) | 278.82º | 0.36% | 0.93% | - |
| XYZ | 52.84 | 42.37 | 86.28 | - |
| YUV | 179.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 238 | 0.13 | 0.36 | 0 | 0.07 | 278.82 | 0.71 | 0.77 |
| Hex | D0 | 99 | EE | D | 24 | 0 | 7 | 117 | 47 | 4D |
| Octal | 320 | 231 | 356 | 15 | 44 | 0 | 7 | 427 | 107 | 115 |
| Binary | 11010000 | 10011001 | 11101110 | 1101 | 100100 | 0 | 111 | 100010111 | 1000111 | 1001101 |
Color Harmonies of #D099EE
Complementary color
Monochromatic Colors of #D099EE
Black with #D099EE
Text Example
Text Example
White with #D099EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099EE; }
p { color: rgb(208,153,238); }
H1.HeaderClassName
{
color: #D099EE;
}
.AnyTagClassName
{
color: #D099EE;
}
</style>
background-color css
<style>
a { background-color: #D099EE; }
a { background-color: rgb(208,153,238); }
div.DivClassName
{
background-color: #D099EE;
}
.BgClassName
{
background-color: #D099EE;
}
</style>
border-color css
<style>
span { border-color: #D099EE; }
span { border-color: rgb(208,153,238); }
td.TdClassName
{
border-color: #D099EE;
}
.TagClassName
{
border-color: #D099EE;
}
</style>