Shades of Wisteria #D499E0
Tints of Wisteria #D499E0
RGB
CMYK
RGB Variations
Color information
#D499E0 (or 0xD499E0) is known color: Wisteria. HEX triplet: D4, 99 and E0. RGB value is (212,153,224). Sum of RGB (Red+Green+Blue) = 212+153+224=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #D499E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499E0 is #2B661F. Grayscale: #B2B2B2. Windows color (decimal): -2844192 or 14719444. OLE color: 14719444.
HSL color Cylindrical-coordinate representation of color #D499E0: hue angle of 289.86º 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 #D499E0 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 153 | 224 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.12 |
| HSL | 289.86º | 0.53% | 0.74% | - |
| HSV(B) | 289.86º | 0.32% | 0.88% | - |
| XYZ | 52 | 42.16 | 75.92 | - |
| YUV | 178.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 224 | 0.05 | 0.32 | 0 | 0.12 | 289.86 | 0.53 | 0.74 |
| Hex | D4 | 99 | E0 | 5 | 20 | 0 | C | 122 | 35 | 4A |
| Octal | 324 | 231 | 340 | 5 | 40 | 0 | 14 | 442 | 65 | 112 |
| Binary | 11010100 | 10011001 | 11100000 | 101 | 100000 | 0 | 1100 | 100100010 | 110101 | 1001010 |
Color Harmonies of #D499E0
Complementary color
Monochromatic Colors of #D499E0
Black with #D499E0
Text Example
Text Example
White with #D499E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499E0; }
p { color: rgb(212,153,224); }
H1.HeaderClassName
{
color: #D499E0;
}
.AnyTagClassName
{
color: #D499E0;
}
</style>
background-color css
<style>
a { background-color: #D499E0; }
a { background-color: rgb(212,153,224); }
div.DivClassName
{
background-color: #D499E0;
}
.BgClassName
{
background-color: #D499E0;
}
</style>
border-color css
<style>
span { border-color: #D499E0; }
span { border-color: rgb(212,153,224); }
td.TdClassName
{
border-color: #D499E0;
}
.TagClassName
{
border-color: #D499E0;
}
</style>