Shades of Wisteria #D899EA
Tints of Wisteria #D899EA
RGB
CMYK
RGB Variations
Color information
#D899EA (or 0xD899EA) is known color: Wisteria. HEX triplet: D8, 99 and EA. RGB value is (216,153,234). Sum of RGB (Red+Green+Blue) = 216+153+234=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D899EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D899EA is #276615. Grayscale: #B4B4B4. Windows color (decimal): -2582038 or 15374808. OLE color: 15374808.
HSL color Cylindrical-coordinate representation of color #D899EA: hue angle of 286.67º 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 #D899EA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 153 | 234 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.08 |
| HSL | 286.67º | 0.66% | 0.76% | - |
| HSV(B) | 286.67º | 0.35% | 0.92% | - |
| XYZ | 54.56 | 43.32 | 83.33 | - |
| YUV | 181.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 234 | 0.08 | 0.35 | 0 | 0.08 | 286.67 | 0.66 | 0.76 |
| Hex | D8 | 99 | EA | 8 | 23 | 0 | 8 | 11F | 42 | 4C |
| Octal | 330 | 231 | 352 | 10 | 43 | 0 | 10 | 437 | 102 | 114 |
| Binary | 11011000 | 10011001 | 11101010 | 1000 | 100011 | 0 | 1000 | 100011111 | 1000010 | 1001100 |
Color Harmonies of #D899EA
Complementary color
Monochromatic Colors of #D899EA
Black with #D899EA
Text Example
Text Example
White with #D899EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899EA; }
p { color: rgb(216,153,234); }
H1.HeaderClassName
{
color: #D899EA;
}
.AnyTagClassName
{
color: #D899EA;
}
</style>
background-color css
<style>
a { background-color: #D899EA; }
a { background-color: rgb(216,153,234); }
div.DivClassName
{
background-color: #D899EA;
}
.BgClassName
{
background-color: #D899EA;
}
</style>
border-color css
<style>
span { border-color: #D899EA; }
span { border-color: rgb(216,153,234); }
td.TdClassName
{
border-color: #D899EA;
}
.TagClassName
{
border-color: #D899EA;
}
</style>