Shades of Wisteria #D099E0
Tints of Wisteria #D099E0
RGB
CMYK
RGB Variations
Color information
#D099E0 (or 0xD099E0) is known color: Wisteria. HEX triplet: D0, 99 and E0. RGB value is (208,153,224). Sum of RGB (Red+Green+Blue) = 208+153+224=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #D099E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099E0 is #2F661F. Grayscale: #B1B1B1. Windows color (decimal): -3106336 or 14719440. OLE color: 14719440.
HSL color Cylindrical-coordinate representation of color #D099E0: hue angle of 286.48º degrees, saturation: 0.53, 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 #D099E0 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 153 | 224 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.12 |
| HSL | 286.48º | 0.53% | 0.74% | - |
| HSV(B) | 286.48º | 0.32% | 0.88% | - |
| XYZ | 50.86 | 41.57 | 75.87 | - |
| YUV | 177.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 224 | 0.07 | 0.32 | 0 | 0.12 | 286.48 | 0.53 | 0.74 |
| Hex | D0 | 99 | E0 | 7 | 20 | 0 | C | 11E | 35 | 4A |
| Octal | 320 | 231 | 340 | 7 | 40 | 0 | 14 | 436 | 65 | 112 |
| Binary | 11010000 | 10011001 | 11100000 | 111 | 100000 | 0 | 1100 | 100011110 | 110101 | 1001010 |
Color Harmonies of #D099E0
Complementary color
Monochromatic Colors of #D099E0
Black with #D099E0
Text Example
Text Example
White with #D099E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099E0; }
p { color: rgb(208,153,224); }
H1.HeaderClassName
{
color: #D099E0;
}
.AnyTagClassName
{
color: #D099E0;
}
</style>
background-color css
<style>
a { background-color: #D099E0; }
a { background-color: rgb(208,153,224); }
div.DivClassName
{
background-color: #D099E0;
}
.BgClassName
{
background-color: #D099E0;
}
</style>
border-color css
<style>
span { border-color: #D099E0; }
span { border-color: rgb(208,153,224); }
td.TdClassName
{
border-color: #D099E0;
}
.TagClassName
{
border-color: #D099E0;
}
</style>