Shades of Wisteria #D792F0
Tints of Wisteria #D792F0
RGB
CMYK
RGB Variations
Color information
#D792F0 (or 0xD792F0) is known color: Wisteria. HEX triplet: D7, 92 and F0. RGB value is (215,146,240). Sum of RGB (Red+Green+Blue) = 215+146+240=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #D792F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792F0 is #286D0F. Grayscale: #B1B1B1. Windows color (decimal): -2649360 or 15766231. OLE color: 15766231.
HSL color Cylindrical-coordinate representation of color #D792F0: hue angle of 284.04º 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 #D792F0 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 146 | 240 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.06 |
| HSL | 284.04º | 0.76% | 0.76% | - |
| HSV(B) | 284.04º | 0.39% | 0.94% | - |
| XYZ | 54.03 | 41.3 | 87.56 | - |
| YUV | 177.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 240 | 0.10 | 0.39 | 0 | 0.06 | 284.04 | 0.76 | 0.76 |
| Hex | D7 | 92 | F0 | A | 27 | 0 | 6 | 11C | 4C | 4C |
| Octal | 327 | 222 | 360 | 12 | 47 | 0 | 6 | 434 | 114 | 114 |
| Binary | 11010111 | 10010010 | 11110000 | 1010 | 100111 | 0 | 110 | 100011100 | 1001100 | 1001100 |
Color Harmonies of #D792F0
Complementary color
Monochromatic Colors of #D792F0
Black with #D792F0
Text Example
Text Example
White with #D792F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792F0; }
p { color: rgb(215,146,240); }
H1.HeaderClassName
{
color: #D792F0;
}
.AnyTagClassName
{
color: #D792F0;
}
</style>
background-color css
<style>
a { background-color: #D792F0; }
a { background-color: rgb(215,146,240); }
div.DivClassName
{
background-color: #D792F0;
}
.BgClassName
{
background-color: #D792F0;
}
</style>
border-color css
<style>
span { border-color: #D792F0; }
span { border-color: rgb(215,146,240); }
td.TdClassName
{
border-color: #D792F0;
}
.TagClassName
{
border-color: #D792F0;
}
</style>