Shades of Wisteria #D291F4
Tints of Wisteria #D291F4
RGB
CMYK
RGB Variations
Color information
#D291F4 (or 0xD291F4) is known color: Wisteria. HEX triplet: D2, 91 and F4. RGB value is (210,145,244). Sum of RGB (Red+Green+Blue) = 210+145+244=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #D291F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291F4 is #2D6E0B. Grayscale: #AFAFAF. Windows color (decimal): -2977292 or 16028114. OLE color: 16028114.
HSL color Cylindrical-coordinate representation of color #D291F4: hue angle of 279.39º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D291F4 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 145 | 244 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.04 |
| HSL | 279.39º | 0.82% | 0.76% | - |
| HSV(B) | 279.39º | 0.41% | 0.96% | - |
| XYZ | 53.03 | 40.48 | 90.61 | - |
| YUV | 175.72 | 166.53 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 244 | 0.14 | 0.41 | 0 | 0.04 | 279.39 | 0.82 | 0.76 |
| Hex | D2 | 91 | F4 | E | 29 | 0 | 4 | 117 | 52 | 4C |
| Octal | 322 | 221 | 364 | 16 | 51 | 0 | 4 | 427 | 122 | 114 |
| Binary | 11010010 | 10010001 | 11110100 | 1110 | 101001 | 0 | 100 | 100010111 | 1010010 | 1001100 |
Color Harmonies of #D291F4
Complementary color
Monochromatic Colors of #D291F4
Black with #D291F4
Text Example
Text Example
White with #D291F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291F4; }
p { color: rgb(210,145,244); }
H1.HeaderClassName
{
color: #D291F4;
}
.AnyTagClassName
{
color: #D291F4;
}
</style>
background-color css
<style>
a { background-color: #D291F4; }
a { background-color: rgb(210,145,244); }
div.DivClassName
{
background-color: #D291F4;
}
.BgClassName
{
background-color: #D291F4;
}
</style>
border-color css
<style>
span { border-color: #D291F4; }
span { border-color: rgb(210,145,244); }
td.TdClassName
{
border-color: #D291F4;
}
.TagClassName
{
border-color: #D291F4;
}
</style>