Shades of Wisteria #D390ED
Tints of Wisteria #D390ED
RGB
CMYK
RGB Variations
Color information
#D390ED (or 0xD390ED) is known color: Wisteria. HEX triplet: D3, 90 and ED. RGB value is (211,144,237). Sum of RGB (Red+Green+Blue) = 211+144+237=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #D390ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390ED is #2C6F12. Grayscale: #AEAEAE. Windows color (decimal): -2912019 or 15569107. OLE color: 15569107.
HSL color Cylindrical-coordinate representation of color #D390ED: hue angle of 283.23º 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 #D390ED is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 144 | 237 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.07 |
| HSL | 283.23º | 0.72% | 0.75% | - |
| HSV(B) | 283.23º | 0.39% | 0.93% | - |
| XYZ | 52.12 | 39.91 | 85.08 | - |
| YUV | 174.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 237 | 0.11 | 0.39 | 0 | 0.07 | 283.23 | 0.72 | 0.75 |
| Hex | D3 | 90 | ED | B | 27 | 0 | 7 | 11B | 48 | 4B |
| Octal | 323 | 220 | 355 | 13 | 47 | 0 | 7 | 433 | 110 | 113 |
| Binary | 11010011 | 10010000 | 11101101 | 1011 | 100111 | 0 | 111 | 100011011 | 1001000 | 1001011 |
Color Harmonies of #D390ED
Complementary color
Monochromatic Colors of #D390ED
Black with #D390ED
Text Example
Text Example
White with #D390ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390ED; }
p { color: rgb(211,144,237); }
H1.HeaderClassName
{
color: #D390ED;
}
.AnyTagClassName
{
color: #D390ED;
}
</style>
background-color css
<style>
a { background-color: #D390ED; }
a { background-color: rgb(211,144,237); }
div.DivClassName
{
background-color: #D390ED;
}
.BgClassName
{
background-color: #D390ED;
}
</style>
border-color css
<style>
span { border-color: #D390ED; }
span { border-color: rgb(211,144,237); }
td.TdClassName
{
border-color: #D390ED;
}
.TagClassName
{
border-color: #D390ED;
}
</style>