Shades of Wisteria #D499F2
Tints of Wisteria #D499F2
RGB
CMYK
RGB Variations
Color information
#D499F2 (or 0xD499F2) is known color: Wisteria. HEX triplet: D4, 99 and F2. RGB value is (212,153,242). Sum of RGB (Red+Green+Blue) = 212+153+242=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #D499F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499F2 is #2B660D. Grayscale: #B4B4B4. Windows color (decimal): -2844174 or 15899092. OLE color: 15899092.
HSL color Cylindrical-coordinate representation of color #D499F2: hue angle of 279.78º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D499F2 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 153 | 242 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.05 |
| HSL | 279.78º | 0.77% | 0.77% | - |
| HSV(B) | 279.78º | 0.37% | 0.95% | - |
| XYZ | 54.57 | 43.19 | 89.46 | - |
| YUV | 180.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 242 | 0.12 | 0.37 | 0 | 0.05 | 279.78 | 0.77 | 0.77 |
| Hex | D4 | 99 | F2 | C | 25 | 0 | 5 | 118 | 4D | 4D |
| Octal | 324 | 231 | 362 | 14 | 45 | 0 | 5 | 430 | 115 | 115 |
| Binary | 11010100 | 10011001 | 11110010 | 1100 | 100101 | 0 | 101 | 100011000 | 1001101 | 1001101 |
Color Harmonies of #D499F2
Complementary color
Monochromatic Colors of #D499F2
Black with #D499F2
Text Example
Text Example
White with #D499F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499F2; }
p { color: rgb(212,153,242); }
H1.HeaderClassName
{
color: #D499F2;
}
.AnyTagClassName
{
color: #D499F2;
}
</style>
background-color css
<style>
a { background-color: #D499F2; }
a { background-color: rgb(212,153,242); }
div.DivClassName
{
background-color: #D499F2;
}
.BgClassName
{
background-color: #D499F2;
}
</style>
border-color css
<style>
span { border-color: #D499F2; }
span { border-color: rgb(212,153,242); }
td.TdClassName
{
border-color: #D499F2;
}
.TagClassName
{
border-color: #D499F2;
}
</style>