Shades of Wisteria #D499E6
Tints of Wisteria #D499E6
RGB
CMYK
RGB Variations
Color information
#D499E6 (or 0xD499E6) is known color: Wisteria. HEX triplet: D4, 99 and E6. RGB value is (212,153,230). Sum of RGB (Red+Green+Blue) = 212+153+230=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #D499E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499E6 is #2B6619. Grayscale: #B3B3B3. Windows color (decimal): -2844186 or 15112660. OLE color: 15112660.
HSL color Cylindrical-coordinate representation of color #D499E6: hue angle of 285.97º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D499E6 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 153 | 230 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.10 |
| HSL | 285.97º | 0.61% | 0.75% | - |
| HSV(B) | 285.97º | 0.33% | 0.9% | - |
| XYZ | 52.83 | 42.49 | 80.28 | - |
| YUV | 179.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 230 | 0.08 | 0.33 | 0 | 0.10 | 285.97 | 0.61 | 0.75 |
| Hex | D4 | 99 | E6 | 8 | 21 | 0 | A | 11E | 3D | 4B |
| Octal | 324 | 231 | 346 | 10 | 41 | 0 | 12 | 436 | 75 | 113 |
| Binary | 11010100 | 10011001 | 11100110 | 1000 | 100001 | 0 | 1010 | 100011110 | 111101 | 1001011 |
Color Harmonies of #D499E6
Complementary color
Monochromatic Colors of #D499E6
Black with #D499E6
Text Example
Text Example
White with #D499E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499E6; }
p { color: rgb(212,153,230); }
H1.HeaderClassName
{
color: #D499E6;
}
.AnyTagClassName
{
color: #D499E6;
}
</style>
background-color css
<style>
a { background-color: #D499E6; }
a { background-color: rgb(212,153,230); }
div.DivClassName
{
background-color: #D499E6;
}
.BgClassName
{
background-color: #D499E6;
}
</style>
border-color css
<style>
span { border-color: #D499E6; }
span { border-color: rgb(212,153,230); }
td.TdClassName
{
border-color: #D499E6;
}
.TagClassName
{
border-color: #D499E6;
}
</style>