Shades of Wisteria #D295F2
Tints of Wisteria #D295F2
RGB
CMYK
RGB Variations
Color information
#D295F2 (or 0xD295F2) is known color: Wisteria. HEX triplet: D2, 95 and F2. RGB value is (210,149,242). Sum of RGB (Red+Green+Blue) = 210+149+242=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #D295F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295F2 is #2D6A0D. Grayscale: #B1B1B1. Windows color (decimal): -2976270 or 15898066. OLE color: 15898066.
HSL color Cylindrical-coordinate representation of color #D295F2: hue angle of 279.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D295F2 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 149 | 242 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.05 |
| HSL | 279.35º | 0.78% | 0.77% | - |
| HSV(B) | 279.35º | 0.38% | 0.95% | - |
| XYZ | 53.35 | 41.61 | 89.22 | - |
| YUV | 177.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 242 | 0.13 | 0.38 | 0 | 0.05 | 279.35 | 0.78 | 0.77 |
| Hex | D2 | 95 | F2 | D | 26 | 0 | 5 | 117 | 4E | 4D |
| Octal | 322 | 225 | 362 | 15 | 46 | 0 | 5 | 427 | 116 | 115 |
| Binary | 11010010 | 10010101 | 11110010 | 1101 | 100110 | 0 | 101 | 100010111 | 1001110 | 1001101 |
Color Harmonies of #D295F2
Complementary color
Monochromatic Colors of #D295F2
Black with #D295F2
Text Example
Text Example
White with #D295F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295F2; }
p { color: rgb(210,149,242); }
H1.HeaderClassName
{
color: #D295F2;
}
.AnyTagClassName
{
color: #D295F2;
}
</style>
background-color css
<style>
a { background-color: #D295F2; }
a { background-color: rgb(210,149,242); }
div.DivClassName
{
background-color: #D295F2;
}
.BgClassName
{
background-color: #D295F2;
}
</style>
border-color css
<style>
span { border-color: #D295F2; }
span { border-color: rgb(210,149,242); }
td.TdClassName
{
border-color: #D295F2;
}
.TagClassName
{
border-color: #D295F2;
}
</style>