Shades of Wisteria #D298F5
Tints of Wisteria #D298F5
RGB
CMYK
RGB Variations
Color information
#D298F5 (or 0xD298F5) is known color: Wisteria. HEX triplet: D2, 98 and F5. RGB value is (210,152,245). Sum of RGB (Red+Green+Blue) = 210+152+245=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #D298F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298F5 is #2D670A. Grayscale: #B3B3B3. Windows color (decimal): -2975499 or 16095442. OLE color: 16095442.
HSL color Cylindrical-coordinate representation of color #D298F5: hue angle of 277.42º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D298F5 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 152 | 245 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.04 |
| HSL | 277.42º | 0.82% | 0.78% | - |
| HSV(B) | 277.42º | 0.38% | 0.96% | - |
| XYZ | 54.29 | 42.75 | 91.78 | - |
| YUV | 179.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 245 | 0.14 | 0.38 | 0 | 0.04 | 277.42 | 0.82 | 0.78 |
| Hex | D2 | 98 | F5 | E | 26 | 0 | 4 | 115 | 52 | 4E |
| Octal | 322 | 230 | 365 | 16 | 46 | 0 | 4 | 425 | 122 | 116 |
| Binary | 11010010 | 10011000 | 11110101 | 1110 | 100110 | 0 | 100 | 100010101 | 1010010 | 1001110 |
Color Harmonies of #D298F5
Complementary color
Monochromatic Colors of #D298F5
Black with #D298F5
Text Example
Text Example
White with #D298F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298F5; }
p { color: rgb(210,152,245); }
H1.HeaderClassName
{
color: #D298F5;
}
.AnyTagClassName
{
color: #D298F5;
}
</style>
background-color css
<style>
a { background-color: #D298F5; }
a { background-color: rgb(210,152,245); }
div.DivClassName
{
background-color: #D298F5;
}
.BgClassName
{
background-color: #D298F5;
}
</style>
border-color css
<style>
span { border-color: #D298F5; }
span { border-color: rgb(210,152,245); }
td.TdClassName
{
border-color: #D298F5;
}
.TagClassName
{
border-color: #D298F5;
}
</style>