Shades of Wisteria #D490ED
Tints of Wisteria #D490ED
RGB
CMYK
RGB Variations
Color information
#D490ED (or 0xD490ED) is known color: Wisteria. HEX triplet: D4, 90 and ED. RGB value is (212,144,237). Sum of RGB (Red+Green+Blue) = 212+144+237=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D490ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D490ED is #2B6F12. Grayscale: #AEAEAE. Windows color (decimal): -2846483 or 15569108. OLE color: 15569108.
HSL color Cylindrical-coordinate representation of color #D490ED: hue angle of 283.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D490ED is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 144 | 237 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.07 |
| HSL | 283.87º | 0.72% | 0.75% | - |
| HSV(B) | 283.87º | 0.39% | 0.93% | - |
| XYZ | 52.41 | 40.06 | 85.09 | - |
| YUV | 174.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 237 | 0.11 | 0.39 | 0 | 0.07 | 283.87 | 0.72 | 0.75 |
| Hex | D4 | 90 | ED | B | 27 | 0 | 7 | 11C | 48 | 4B |
| Octal | 324 | 220 | 355 | 13 | 47 | 0 | 7 | 434 | 110 | 113 |
| Binary | 11010100 | 10010000 | 11101101 | 1011 | 100111 | 0 | 111 | 100011100 | 1001000 | 1001011 |
Color Harmonies of #D490ED
Complementary color
Monochromatic Colors of #D490ED
Black with #D490ED
Text Example
Text Example
White with #D490ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490ED; }
p { color: rgb(212,144,237); }
H1.HeaderClassName
{
color: #D490ED;
}
.AnyTagClassName
{
color: #D490ED;
}
</style>
background-color css
<style>
a { background-color: #D490ED; }
a { background-color: rgb(212,144,237); }
div.DivClassName
{
background-color: #D490ED;
}
.BgClassName
{
background-color: #D490ED;
}
</style>
border-color css
<style>
span { border-color: #D490ED; }
span { border-color: rgb(212,144,237); }
td.TdClassName
{
border-color: #D490ED;
}
.TagClassName
{
border-color: #D490ED;
}
</style>