Shades of Wisteria #D291DF
Tints of Wisteria #D291DF
RGB
CMYK
RGB Variations
Color information
#D291DF (or 0xD291DF) is known color: Wisteria. HEX triplet: D2, 91 and DF. RGB value is (210,145,223). Sum of RGB (Red+Green+Blue) = 210+145+223=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D291DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291DF is #2D6E20. Grayscale: #ADADAD. Windows color (decimal): -2977313 or 14651858. OLE color: 14651858.
HSL color Cylindrical-coordinate representation of color #D291DF: hue angle of 290º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D291DF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 145 | 223 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.13 |
| HSL | 290º | 0.55% | 0.72% | - |
| HSV(B) | 290º | 0.35% | 0.87% | - |
| XYZ | 50.02 | 39.28 | 74.76 | - |
| YUV | 173.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 223 | 0.06 | 0.35 | 0 | 0.13 | 290 | 0.55 | 0.72 |
| Hex | D2 | 91 | DF | 6 | 23 | 0 | D | 122 | 37 | 48 |
| Octal | 322 | 221 | 337 | 6 | 43 | 0 | 15 | 442 | 67 | 110 |
| Binary | 11010010 | 10010001 | 11011111 | 110 | 100011 | 0 | 1101 | 100100010 | 110111 | 1001000 |
Color Harmonies of #D291DF
Complementary color
Monochromatic Colors of #D291DF
Black with #D291DF
Text Example
Text Example
White with #D291DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291DF; }
p { color: rgb(210,145,223); }
H1.HeaderClassName
{
color: #D291DF;
}
.AnyTagClassName
{
color: #D291DF;
}
</style>
background-color css
<style>
a { background-color: #D291DF; }
a { background-color: rgb(210,145,223); }
div.DivClassName
{
background-color: #D291DF;
}
.BgClassName
{
background-color: #D291DF;
}
</style>
border-color css
<style>
span { border-color: #D291DF; }
span { border-color: rgb(210,145,223); }
td.TdClassName
{
border-color: #D291DF;
}
.TagClassName
{
border-color: #D291DF;
}
</style>