Shades of Wisteria #D494EA
Tints of Wisteria #D494EA
RGB
CMYK
RGB Variations
Color information
#D494EA (or 0xD494EA) is known color: Wisteria. HEX triplet: D4, 94 and EA. RGB value is (212,148,234). Sum of RGB (Red+Green+Blue) = 212+148+234=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #D494EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D494EA is #2B6B15. Grayscale: #B0B0B0. Windows color (decimal): -2845462 or 15373524. OLE color: 15373524.
HSL color Cylindrical-coordinate representation of color #D494EA: hue angle of 284.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D494EA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 148 | 234 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.08 |
| HSL | 284.65º | 0.67% | 0.75% | - |
| HSV(B) | 284.65º | 0.37% | 0.92% | - |
| XYZ | 52.59 | 41.12 | 83.01 | - |
| YUV | 176.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 234 | 0.09 | 0.37 | 0 | 0.08 | 284.65 | 0.67 | 0.75 |
| Hex | D4 | 94 | EA | 9 | 25 | 0 | 8 | 11D | 43 | 4B |
| Octal | 324 | 224 | 352 | 11 | 45 | 0 | 10 | 435 | 103 | 113 |
| Binary | 11010100 | 10010100 | 11101010 | 1001 | 100101 | 0 | 1000 | 100011101 | 1000011 | 1001011 |
Color Harmonies of #D494EA
Complementary color
Monochromatic Colors of #D494EA
Black with #D494EA
Text Example
Text Example
White with #D494EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494EA; }
p { color: rgb(212,148,234); }
H1.HeaderClassName
{
color: #D494EA;
}
.AnyTagClassName
{
color: #D494EA;
}
</style>
background-color css
<style>
a { background-color: #D494EA; }
a { background-color: rgb(212,148,234); }
div.DivClassName
{
background-color: #D494EA;
}
.BgClassName
{
background-color: #D494EA;
}
</style>
border-color css
<style>
span { border-color: #D494EA; }
span { border-color: rgb(212,148,234); }
td.TdClassName
{
border-color: #D494EA;
}
.TagClassName
{
border-color: #D494EA;
}
</style>