Shades of Wisteria #D790F2
Tints of Wisteria #D790F2
RGB
CMYK
RGB Variations
Color information
#D790F2 (or 0xD790F2) is known color: Wisteria. HEX triplet: D7, 90 and F2. RGB value is (215,144,242). Sum of RGB (Red+Green+Blue) = 215+144+242=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #D790F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D790F2 is #286F0D. Grayscale: #B0B0B0. Windows color (decimal): -2649870 or 15896791. OLE color: 15896791.
HSL color Cylindrical-coordinate representation of color #D790F2: hue angle of 283.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D790F2 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 144 | 242 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.05 |
| HSL | 283.47º | 0.79% | 0.76% | - |
| HSV(B) | 283.47º | 0.4% | 0.95% | - |
| XYZ | 54.02 | 40.8 | 89.03 | - |
| YUV | 176.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 242 | 0.11 | 0.40 | 0 | 0.05 | 283.47 | 0.79 | 0.76 |
| Hex | D7 | 90 | F2 | B | 28 | 0 | 5 | 11B | 4F | 4C |
| Octal | 327 | 220 | 362 | 13 | 50 | 0 | 5 | 433 | 117 | 114 |
| Binary | 11010111 | 10010000 | 11110010 | 1011 | 101000 | 0 | 101 | 100011011 | 1001111 | 1001100 |
Color Harmonies of #D790F2
Complementary color
Monochromatic Colors of #D790F2
Black with #D790F2
Text Example
Text Example
White with #D790F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790F2; }
p { color: rgb(215,144,242); }
H1.HeaderClassName
{
color: #D790F2;
}
.AnyTagClassName
{
color: #D790F2;
}
</style>
background-color css
<style>
a { background-color: #D790F2; }
a { background-color: rgb(215,144,242); }
div.DivClassName
{
background-color: #D790F2;
}
.BgClassName
{
background-color: #D790F2;
}
</style>
border-color css
<style>
span { border-color: #D790F2; }
span { border-color: rgb(215,144,242); }
td.TdClassName
{
border-color: #D790F2;
}
.TagClassName
{
border-color: #D790F2;
}
</style>