Shades of Wisteria #D499F0
Tints of Wisteria #D499F0
RGB
CMYK
RGB Variations
Color information
#D499F0 (or 0xD499F0) is known color: Wisteria. HEX triplet: D4, 99 and F0. RGB value is (212,153,240). Sum of RGB (Red+Green+Blue) = 212+153+240=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #D499F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499F0 is #2B660F. Grayscale: #B4B4B4. Windows color (decimal): -2844176 or 15768020. OLE color: 15768020.
HSL color Cylindrical-coordinate representation of color #D499F0: hue angle of 280.69º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D499F0 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 153 | 240 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.06 |
| HSL | 280.69º | 0.74% | 0.77% | - |
| HSV(B) | 280.69º | 0.36% | 0.94% | - |
| XYZ | 54.27 | 43.07 | 87.89 | - |
| YUV | 180.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 240 | 0.12 | 0.36 | 0 | 0.06 | 280.69 | 0.74 | 0.77 |
| Hex | D4 | 99 | F0 | C | 24 | 0 | 6 | 119 | 4A | 4D |
| Octal | 324 | 231 | 360 | 14 | 44 | 0 | 6 | 431 | 112 | 115 |
| Binary | 11010100 | 10011001 | 11110000 | 1100 | 100100 | 0 | 110 | 100011001 | 1001010 | 1001101 |
Color Harmonies of #D499F0
Complementary color
Monochromatic Colors of #D499F0
Black with #D499F0
Text Example
Text Example
White with #D499F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499F0; }
p { color: rgb(212,153,240); }
H1.HeaderClassName
{
color: #D499F0;
}
.AnyTagClassName
{
color: #D499F0;
}
</style>
background-color css
<style>
a { background-color: #D499F0; }
a { background-color: rgb(212,153,240); }
div.DivClassName
{
background-color: #D499F0;
}
.BgClassName
{
background-color: #D499F0;
}
</style>
border-color css
<style>
span { border-color: #D499F0; }
span { border-color: rgb(212,153,240); }
td.TdClassName
{
border-color: #D499F0;
}
.TagClassName
{
border-color: #D499F0;
}
</style>