Shades of Wisteria #D290EF
Tints of Wisteria #D290EF
RGB
CMYK
RGB Variations
Color information
#D290EF (or 0xD290EF) is known color: Wisteria. HEX triplet: D2, 90 and EF. RGB value is (210,144,239). Sum of RGB (Red+Green+Blue) = 210+144+239=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #D290EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290EF is #2D6F10. Grayscale: #AEAEAE. Windows color (decimal): -2977553 or 15700178. OLE color: 15700178.
HSL color Cylindrical-coordinate representation of color #D290EF: hue angle of 281.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D290EF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 144 | 239 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.06 |
| HSL | 281.68º | 0.75% | 0.75% | - |
| HSV(B) | 281.68º | 0.4% | 0.94% | - |
| XYZ | 52.13 | 39.88 | 86.61 | - |
| YUV | 174.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 239 | 0.12 | 0.40 | 0 | 0.06 | 281.68 | 0.75 | 0.75 |
| Hex | D2 | 90 | EF | C | 28 | 0 | 6 | 11A | 4B | 4B |
| Octal | 322 | 220 | 357 | 14 | 50 | 0 | 6 | 432 | 113 | 113 |
| Binary | 11010010 | 10010000 | 11101111 | 1100 | 101000 | 0 | 110 | 100011010 | 1001011 | 1001011 |
Color Harmonies of #D290EF
Complementary color
Monochromatic Colors of #D290EF
Black with #D290EF
Text Example
Text Example
White with #D290EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290EF; }
p { color: rgb(210,144,239); }
H1.HeaderClassName
{
color: #D290EF;
}
.AnyTagClassName
{
color: #D290EF;
}
</style>
background-color css
<style>
a { background-color: #D290EF; }
a { background-color: rgb(210,144,239); }
div.DivClassName
{
background-color: #D290EF;
}
.BgClassName
{
background-color: #D290EF;
}
</style>
border-color css
<style>
span { border-color: #D290EF; }
span { border-color: rgb(210,144,239); }
td.TdClassName
{
border-color: #D290EF;
}
.TagClassName
{
border-color: #D290EF;
}
</style>