Shades of Wisteria #D498F0
Tints of Wisteria #D498F0
RGB
CMYK
RGB Variations
Color information
#D498F0 (or 0xD498F0) is known color: Wisteria. HEX triplet: D4, 98 and F0. RGB value is (212,152,240). Sum of RGB (Red+Green+Blue) = 212+152+240=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #D498F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498F0 is #2B670F. Grayscale: #B3B3B3. Windows color (decimal): -2844432 or 15767764. OLE color: 15767764.
HSL color Cylindrical-coordinate representation of color #D498F0: hue angle of 280.91º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D498F0 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 152 | 240 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.06 |
| HSL | 280.91º | 0.75% | 0.77% | - |
| HSV(B) | 280.91º | 0.37% | 0.94% | - |
| XYZ | 54.11 | 42.74 | 87.84 | - |
| YUV | 179.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 240 | 0.12 | 0.37 | 0 | 0.06 | 280.91 | 0.75 | 0.77 |
| Hex | D4 | 98 | F0 | C | 25 | 0 | 6 | 119 | 4B | 4D |
| Octal | 324 | 230 | 360 | 14 | 45 | 0 | 6 | 431 | 113 | 115 |
| Binary | 11010100 | 10011000 | 11110000 | 1100 | 100101 | 0 | 110 | 100011001 | 1001011 | 1001101 |
Color Harmonies of #D498F0
Complementary color
Monochromatic Colors of #D498F0
Black with #D498F0
Text Example
Text Example
White with #D498F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498F0; }
p { color: rgb(212,152,240); }
H1.HeaderClassName
{
color: #D498F0;
}
.AnyTagClassName
{
color: #D498F0;
}
</style>
background-color css
<style>
a { background-color: #D498F0; }
a { background-color: rgb(212,152,240); }
div.DivClassName
{
background-color: #D498F0;
}
.BgClassName
{
background-color: #D498F0;
}
</style>
border-color css
<style>
span { border-color: #D498F0; }
span { border-color: rgb(212,152,240); }
td.TdClassName
{
border-color: #D498F0;
}
.TagClassName
{
border-color: #D498F0;
}
</style>