Shades of Wisteria #D498EA
Tints of Wisteria #D498EA
RGB
CMYK
RGB Variations
Color information
#D498EA (or 0xD498EA) is known color: Wisteria. HEX triplet: D4, 98 and EA. RGB value is (212,152,234). Sum of RGB (Red+Green+Blue) = 212+152+234=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #D498EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498EA is #2B6715. Grayscale: #B3B3B3. Windows color (decimal): -2844438 or 15374548. OLE color: 15374548.
HSL color Cylindrical-coordinate representation of color #D498EA: hue angle of 283.9º 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 #D498EA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 152 | 234 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.08 |
| HSL | 283.9º | 0.66% | 0.76% | - |
| HSV(B) | 283.9º | 0.35% | 0.92% | - |
| XYZ | 53.23 | 42.39 | 83.22 | - |
| YUV | 179.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 234 | 0.09 | 0.35 | 0 | 0.08 | 283.9 | 0.66 | 0.76 |
| Hex | D4 | 98 | EA | 9 | 23 | 0 | 8 | 11C | 42 | 4C |
| Octal | 324 | 230 | 352 | 11 | 43 | 0 | 10 | 434 | 102 | 114 |
| Binary | 11010100 | 10011000 | 11101010 | 1001 | 100011 | 0 | 1000 | 100011100 | 1000010 | 1001100 |
Color Harmonies of #D498EA
Complementary color
Monochromatic Colors of #D498EA
Black with #D498EA
Text Example
Text Example
White with #D498EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498EA; }
p { color: rgb(212,152,234); }
H1.HeaderClassName
{
color: #D498EA;
}
.AnyTagClassName
{
color: #D498EA;
}
</style>
background-color css
<style>
a { background-color: #D498EA; }
a { background-color: rgb(212,152,234); }
div.DivClassName
{
background-color: #D498EA;
}
.BgClassName
{
background-color: #D498EA;
}
</style>
border-color css
<style>
span { border-color: #D498EA; }
span { border-color: rgb(212,152,234); }
td.TdClassName
{
border-color: #D498EA;
}
.TagClassName
{
border-color: #D498EA;
}
</style>