Shades of Wisteria #D792ED
Tints of Wisteria #D792ED
RGB
CMYK
RGB Variations
Color information
#D792ED (or 0xD792ED) is known color: Wisteria. HEX triplet: D7, 92 and ED. RGB value is (215,146,237). Sum of RGB (Red+Green+Blue) = 215+146+237=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #D792ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792ED is #286D12. Grayscale: #B0B0B0. Windows color (decimal): -2649363 or 15569623. OLE color: 15569623.
HSL color Cylindrical-coordinate representation of color #D792ED: hue angle of 285.49º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D792ED is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 146 | 237 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.07 |
| HSL | 285.49º | 0.72% | 0.75% | - |
| HSV(B) | 285.49º | 0.38% | 0.93% | - |
| XYZ | 53.59 | 41.12 | 85.23 | - |
| YUV | 177.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 237 | 0.09 | 0.38 | 0 | 0.07 | 285.49 | 0.72 | 0.75 |
| Hex | D7 | 92 | ED | 9 | 26 | 0 | 7 | 11D | 48 | 4B |
| Octal | 327 | 222 | 355 | 11 | 46 | 0 | 7 | 435 | 110 | 113 |
| Binary | 11010111 | 10010010 | 11101101 | 1001 | 100110 | 0 | 111 | 100011101 | 1001000 | 1001011 |
Color Harmonies of #D792ED
Complementary color
Monochromatic Colors of #D792ED
Black with #D792ED
Text Example
Text Example
White with #D792ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792ED; }
p { color: rgb(215,146,237); }
H1.HeaderClassName
{
color: #D792ED;
}
.AnyTagClassName
{
color: #D792ED;
}
</style>
background-color css
<style>
a { background-color: #D792ED; }
a { background-color: rgb(215,146,237); }
div.DivClassName
{
background-color: #D792ED;
}
.BgClassName
{
background-color: #D792ED;
}
</style>
border-color css
<style>
span { border-color: #D792ED; }
span { border-color: rgb(215,146,237); }
td.TdClassName
{
border-color: #D792ED;
}
.TagClassName
{
border-color: #D792ED;
}
</style>