Shades of Wisteria #D192F4
Tints of Wisteria #D192F4
RGB
CMYK
RGB Variations
Color information
#D192F4 (or 0xD192F4) is known color: Wisteria. HEX triplet: D1, 92 and F4. RGB value is (209,146,244). Sum of RGB (Red+Green+Blue) = 209+146+244=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 146 (57.42% from 255 or 24.37% 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 #D192F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192F4 is #2E6D0B. Grayscale: #AFAFAF. Windows color (decimal): -3042572 or 16028369. OLE color: 16028369.
HSL color Cylindrical-coordinate representation of color #D192F4: hue angle of 278.57º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D192F4 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 146 | 244 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.04 |
| HSL | 278.57º | 0.82% | 0.76% | - |
| HSV(B) | 278.57º | 0.4% | 0.96% | - |
| XYZ | 52.9 | 40.64 | 90.64 | - |
| YUV | 176.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 244 | 0.14 | 0.40 | 0 | 0.04 | 278.57 | 0.82 | 0.76 |
| Hex | D1 | 92 | F4 | E | 28 | 0 | 4 | 117 | 52 | 4C |
| Octal | 321 | 222 | 364 | 16 | 50 | 0 | 4 | 427 | 122 | 114 |
| Binary | 11010001 | 10010010 | 11110100 | 1110 | 101000 | 0 | 100 | 100010111 | 1010010 | 1001100 |
Color Harmonies of #D192F4
Complementary color
Monochromatic Colors of #D192F4
Black with #D192F4
Text Example
Text Example
White with #D192F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192F4; }
p { color: rgb(209,146,244); }
H1.HeaderClassName
{
color: #D192F4;
}
.AnyTagClassName
{
color: #D192F4;
}
</style>
background-color css
<style>
a { background-color: #D192F4; }
a { background-color: rgb(209,146,244); }
div.DivClassName
{
background-color: #D192F4;
}
.BgClassName
{
background-color: #D192F4;
}
</style>
border-color css
<style>
span { border-color: #D192F4; }
span { border-color: rgb(209,146,244); }
td.TdClassName
{
border-color: #D192F4;
}
.TagClassName
{
border-color: #D192F4;
}
</style>