Shades of Wisteria #D099E9
Tints of Wisteria #D099E9
RGB
CMYK
RGB Variations
Color information
#D099E9 (or 0xD099E9) is known color: Wisteria. HEX triplet: D0, 99 and E9. RGB value is (208,153,233). Sum of RGB (Red+Green+Blue) = 208+153+233=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #D099E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099E9 is #2F6616. Grayscale: #B2B2B2. Windows color (decimal): -3106327 or 15309264. OLE color: 15309264.
HSL color Cylindrical-coordinate representation of color #D099E9: hue angle of 281.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D099E9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 153 | 233 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.09 |
| HSL | 281.25º | 0.65% | 0.76% | - |
| HSV(B) | 281.25º | 0.34% | 0.91% | - |
| XYZ | 52.11 | 42.08 | 82.47 | - |
| YUV | 178.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 233 | 0.11 | 0.34 | 0 | 0.09 | 281.25 | 0.65 | 0.76 |
| Hex | D0 | 99 | E9 | B | 22 | 0 | 9 | 119 | 41 | 4C |
| Octal | 320 | 231 | 351 | 13 | 42 | 0 | 11 | 431 | 101 | 114 |
| Binary | 11010000 | 10011001 | 11101001 | 1011 | 100010 | 0 | 1001 | 100011001 | 1000001 | 1001100 |
Color Harmonies of #D099E9
Complementary color
Monochromatic Colors of #D099E9
Black with #D099E9
Text Example
Text Example
White with #D099E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099E9; }
p { color: rgb(208,153,233); }
H1.HeaderClassName
{
color: #D099E9;
}
.AnyTagClassName
{
color: #D099E9;
}
</style>
background-color css
<style>
a { background-color: #D099E9; }
a { background-color: rgb(208,153,233); }
div.DivClassName
{
background-color: #D099E9;
}
.BgClassName
{
background-color: #D099E9;
}
</style>
border-color css
<style>
span { border-color: #D099E9; }
span { border-color: rgb(208,153,233); }
td.TdClassName
{
border-color: #D099E9;
}
.TagClassName
{
border-color: #D099E9;
}
</style>