Shades of Wisteria #D798EA
Tints of Wisteria #D798EA
RGB
CMYK
RGB Variations
Color information
#D798EA (or 0xD798EA) is known color: Wisteria. HEX triplet: D7, 98 and EA. RGB value is (215,152,234). Sum of RGB (Red+Green+Blue) = 215+152+234=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #D798EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D798EA is #286715. Grayscale: #B3B3B3. Windows color (decimal): -2647830 or 15374551. OLE color: 15374551.
HSL color Cylindrical-coordinate representation of color #D798EA: hue angle of 286.1º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D798EA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 152 | 234 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.08 |
| HSL | 286.1º | 0.66% | 0.76% | - |
| HSV(B) | 286.1º | 0.35% | 0.92% | - |
| XYZ | 54.1 | 42.84 | 83.26 | - |
| YUV | 180.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 234 | 0.08 | 0.35 | 0 | 0.08 | 286.1 | 0.66 | 0.76 |
| Hex | D7 | 98 | EA | 8 | 23 | 0 | 8 | 11E | 42 | 4C |
| Octal | 327 | 230 | 352 | 10 | 43 | 0 | 10 | 436 | 102 | 114 |
| Binary | 11010111 | 10011000 | 11101010 | 1000 | 100011 | 0 | 1000 | 100011110 | 1000010 | 1001100 |
Color Harmonies of #D798EA
Complementary color
Monochromatic Colors of #D798EA
Black with #D798EA
Text Example
Text Example
White with #D798EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798EA; }
p { color: rgb(215,152,234); }
H1.HeaderClassName
{
color: #D798EA;
}
.AnyTagClassName
{
color: #D798EA;
}
</style>
background-color css
<style>
a { background-color: #D798EA; }
a { background-color: rgb(215,152,234); }
div.DivClassName
{
background-color: #D798EA;
}
.BgClassName
{
background-color: #D798EA;
}
</style>
border-color css
<style>
span { border-color: #D798EA; }
span { border-color: rgb(215,152,234); }
td.TdClassName
{
border-color: #D798EA;
}
.TagClassName
{
border-color: #D798EA;
}
</style>