Shades of Wisteria #D992F0
Tints of Wisteria #D992F0
RGB
CMYK
RGB Variations
Color information
#D992F0 (or 0xD992F0) is known color: Wisteria. HEX triplet: D9, 92 and F0. RGB value is (217,146,240). Sum of RGB (Red+Green+Blue) = 217+146+240=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #D992F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992F0 is #266D0F. Grayscale: #B1B1B1. Windows color (decimal): -2518288 or 15766233. OLE color: 15766233.
HSL color Cylindrical-coordinate representation of color #D992F0: hue angle of 285.32º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D992F0 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 146 | 240 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.06 |
| HSL | 285.32º | 0.76% | 0.76% | - |
| HSV(B) | 285.32º | 0.39% | 0.94% | - |
| XYZ | 54.62 | 41.6 | 87.59 | - |
| YUV | 177.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 240 | 0.10 | 0.39 | 0 | 0.06 | 285.32 | 0.76 | 0.76 |
| Hex | D9 | 92 | F0 | A | 27 | 0 | 6 | 11D | 4C | 4C |
| Octal | 331 | 222 | 360 | 12 | 47 | 0 | 6 | 435 | 114 | 114 |
| Binary | 11011001 | 10010010 | 11110000 | 1010 | 100111 | 0 | 110 | 100011101 | 1001100 | 1001100 |
Color Harmonies of #D992F0
Complementary color
Monochromatic Colors of #D992F0
Black with #D992F0
Text Example
Text Example
White with #D992F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992F0; }
p { color: rgb(217,146,240); }
H1.HeaderClassName
{
color: #D992F0;
}
.AnyTagClassName
{
color: #D992F0;
}
</style>
background-color css
<style>
a { background-color: #D992F0; }
a { background-color: rgb(217,146,240); }
div.DivClassName
{
background-color: #D992F0;
}
.BgClassName
{
background-color: #D992F0;
}
</style>
border-color css
<style>
span { border-color: #D992F0; }
span { border-color: rgb(217,146,240); }
td.TdClassName
{
border-color: #D992F0;
}
.TagClassName
{
border-color: #D992F0;
}
</style>