Shades of Wisteria #D799EA
Tints of Wisteria #D799EA
RGB
CMYK
RGB Variations
Color information
#D799EA (or 0xD799EA) is known color: Wisteria. HEX triplet: D7, 99 and EA. RGB value is (215,153,234). Sum of RGB (Red+Green+Blue) = 215+153+234=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #D799EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D799EA is #286615. Grayscale: #B4B4B4. Windows color (decimal): -2647574 or 15374807. OLE color: 15374807.
HSL color Cylindrical-coordinate representation of color #D799EA: hue angle of 285.93º 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 #D799EA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 153 | 234 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.08 |
| HSL | 285.93º | 0.66% | 0.76% | - |
| HSV(B) | 285.93º | 0.35% | 0.92% | - |
| XYZ | 54.27 | 43.17 | 83.31 | - |
| YUV | 180.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 234 | 0.08 | 0.35 | 0 | 0.08 | 285.93 | 0.66 | 0.76 |
| Hex | D7 | 99 | EA | 8 | 23 | 0 | 8 | 11E | 42 | 4C |
| Octal | 327 | 231 | 352 | 10 | 43 | 0 | 10 | 436 | 102 | 114 |
| Binary | 11010111 | 10011001 | 11101010 | 1000 | 100011 | 0 | 1000 | 100011110 | 1000010 | 1001100 |
Color Harmonies of #D799EA
Complementary color
Monochromatic Colors of #D799EA
Black with #D799EA
Text Example
Text Example
White with #D799EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799EA; }
p { color: rgb(215,153,234); }
H1.HeaderClassName
{
color: #D799EA;
}
.AnyTagClassName
{
color: #D799EA;
}
</style>
background-color css
<style>
a { background-color: #D799EA; }
a { background-color: rgb(215,153,234); }
div.DivClassName
{
background-color: #D799EA;
}
.BgClassName
{
background-color: #D799EA;
}
</style>
border-color css
<style>
span { border-color: #D799EA; }
span { border-color: rgb(215,153,234); }
td.TdClassName
{
border-color: #D799EA;
}
.TagClassName
{
border-color: #D799EA;
}
</style>