Shades of Wisteria #D490F3
Tints of Wisteria #D490F3
RGB
CMYK
RGB Variations
Color information
#D490F3 (or 0xD490F3) is known color: Wisteria. HEX triplet: D4, 90 and F3. RGB value is (212,144,243). Sum of RGB (Red+Green+Blue) = 212+144+243=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #D490F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D490F3 is #2B6F0C. Grayscale: #AFAFAF. Windows color (decimal): -2846477 or 15962324. OLE color: 15962324.
HSL color Cylindrical-coordinate representation of color #D490F3: hue angle of 281.21º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D490F3 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 144 | 243 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.05 |
| HSL | 281.21º | 0.8% | 0.76% | - |
| HSV(B) | 281.21º | 0.41% | 0.95% | - |
| XYZ | 53.3 | 40.41 | 89.79 | - |
| YUV | 175.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 243 | 0.13 | 0.41 | 0 | 0.05 | 281.21 | 0.8 | 0.76 |
| Hex | D4 | 90 | F3 | D | 29 | 0 | 5 | 119 | 50 | 4C |
| Octal | 324 | 220 | 363 | 15 | 51 | 0 | 5 | 431 | 120 | 114 |
| Binary | 11010100 | 10010000 | 11110011 | 1101 | 101001 | 0 | 101 | 100011001 | 1010000 | 1001100 |
Color Harmonies of #D490F3
Complementary color
Monochromatic Colors of #D490F3
Black with #D490F3
Text Example
Text Example
White with #D490F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490F3; }
p { color: rgb(212,144,243); }
H1.HeaderClassName
{
color: #D490F3;
}
.AnyTagClassName
{
color: #D490F3;
}
</style>
background-color css
<style>
a { background-color: #D490F3; }
a { background-color: rgb(212,144,243); }
div.DivClassName
{
background-color: #D490F3;
}
.BgClassName
{
background-color: #D490F3;
}
</style>
border-color css
<style>
span { border-color: #D490F3; }
span { border-color: rgb(212,144,243); }
td.TdClassName
{
border-color: #D490F3;
}
.TagClassName
{
border-color: #D490F3;
}
</style>