Shades of Wisteria #D291EF
Tints of Wisteria #D291EF
RGB
CMYK
RGB Variations
Color information
#D291EF (or 0xD291EF) is known color: Wisteria. HEX triplet: D2, 91 and EF. RGB value is (210,145,239). Sum of RGB (Red+Green+Blue) = 210+145+239=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #D291EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291EF is #2D6E10. Grayscale: #AEAEAE. Windows color (decimal): -2977297 or 15700434. OLE color: 15700434.
HSL color Cylindrical-coordinate representation of color #D291EF: hue angle of 281.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D291EF is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 145 | 239 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.06 |
| HSL | 281.49º | 0.75% | 0.75% | - |
| HSV(B) | 281.49º | 0.39% | 0.94% | - |
| XYZ | 52.28 | 40.18 | 86.66 | - |
| YUV | 175.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 239 | 0.12 | 0.39 | 0 | 0.06 | 281.49 | 0.75 | 0.75 |
| Hex | D2 | 91 | EF | C | 27 | 0 | 6 | 119 | 4B | 4B |
| Octal | 322 | 221 | 357 | 14 | 47 | 0 | 6 | 431 | 113 | 113 |
| Binary | 11010010 | 10010001 | 11101111 | 1100 | 100111 | 0 | 110 | 100011001 | 1001011 | 1001011 |
Color Harmonies of #D291EF
Complementary color
Monochromatic Colors of #D291EF
Black with #D291EF
Text Example
Text Example
White with #D291EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291EF; }
p { color: rgb(210,145,239); }
H1.HeaderClassName
{
color: #D291EF;
}
.AnyTagClassName
{
color: #D291EF;
}
</style>
background-color css
<style>
a { background-color: #D291EF; }
a { background-color: rgb(210,145,239); }
div.DivClassName
{
background-color: #D291EF;
}
.BgClassName
{
background-color: #D291EF;
}
</style>
border-color css
<style>
span { border-color: #D291EF; }
span { border-color: rgb(210,145,239); }
td.TdClassName
{
border-color: #D291EF;
}
.TagClassName
{
border-color: #D291EF;
}
</style>