Shades of Wisteria #D298EB
Tints of Wisteria #D298EB
RGB
CMYK
RGB Variations
Color information
#D298EB (or 0xD298EB) is known color: Wisteria. HEX triplet: D2, 98 and EB. RGB value is (210,152,235). Sum of RGB (Red+Green+Blue) = 210+152+235=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D298EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298EB is #2D6714. Grayscale: #B2B2B2. Windows color (decimal): -2975509 or 15440082. OLE color: 15440082.
HSL color Cylindrical-coordinate representation of color #D298EB: hue angle of 281.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D298EB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 152 | 235 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.08 |
| HSL | 281.93º | 0.67% | 0.76% | - |
| HSV(B) | 281.93º | 0.35% | 0.92% | - |
| XYZ | 52.8 | 42.16 | 83.95 | - |
| YUV | 178.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 235 | 0.11 | 0.35 | 0 | 0.08 | 281.93 | 0.67 | 0.76 |
| Hex | D2 | 98 | EB | B | 23 | 0 | 8 | 11A | 43 | 4C |
| Octal | 322 | 230 | 353 | 13 | 43 | 0 | 10 | 432 | 103 | 114 |
| Binary | 11010010 | 10011000 | 11101011 | 1011 | 100011 | 0 | 1000 | 100011010 | 1000011 | 1001100 |
Color Harmonies of #D298EB
Complementary color
Monochromatic Colors of #D298EB
Black with #D298EB
Text Example
Text Example
White with #D298EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298EB; }
p { color: rgb(210,152,235); }
H1.HeaderClassName
{
color: #D298EB;
}
.AnyTagClassName
{
color: #D298EB;
}
</style>
background-color css
<style>
a { background-color: #D298EB; }
a { background-color: rgb(210,152,235); }
div.DivClassName
{
background-color: #D298EB;
}
.BgClassName
{
background-color: #D298EB;
}
</style>
border-color css
<style>
span { border-color: #D298EB; }
span { border-color: rgb(210,152,235); }
td.TdClassName
{
border-color: #D298EB;
}
.TagClassName
{
border-color: #D298EB;
}
</style>