Shades of Wisteria #D298EE
Tints of Wisteria #D298EE
RGB
CMYK
RGB Variations
Color information
#D298EE (or 0xD298EE) is known color: Wisteria. HEX triplet: D2, 98 and EE. RGB value is (210,152,238). Sum of RGB (Red+Green+Blue) = 210+152+238=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #D298EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298EE is #2D6711. Grayscale: #B2B2B2. Windows color (decimal): -2975506 or 15636690. OLE color: 15636690.
HSL color Cylindrical-coordinate representation of color #D298EE: hue angle of 280.47º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D298EE is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 152 | 238 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.07 |
| HSL | 280.47º | 0.72% | 0.76% | - |
| HSV(B) | 280.47º | 0.36% | 0.93% | - |
| XYZ | 53.24 | 42.33 | 86.25 | - |
| YUV | 179.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 238 | 0.12 | 0.36 | 0 | 0.07 | 280.47 | 0.72 | 0.76 |
| Hex | D2 | 98 | EE | C | 24 | 0 | 7 | 118 | 48 | 4C |
| Octal | 322 | 230 | 356 | 14 | 44 | 0 | 7 | 430 | 110 | 114 |
| Binary | 11010010 | 10011000 | 11101110 | 1100 | 100100 | 0 | 111 | 100011000 | 1001000 | 1001100 |
Color Harmonies of #D298EE
Complementary color
Monochromatic Colors of #D298EE
Black with #D298EE
Text Example
Text Example
White with #D298EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298EE; }
p { color: rgb(210,152,238); }
H1.HeaderClassName
{
color: #D298EE;
}
.AnyTagClassName
{
color: #D298EE;
}
</style>
background-color css
<style>
a { background-color: #D298EE; }
a { background-color: rgb(210,152,238); }
div.DivClassName
{
background-color: #D298EE;
}
.BgClassName
{
background-color: #D298EE;
}
</style>
border-color css
<style>
span { border-color: #D298EE; }
span { border-color: rgb(210,152,238); }
td.TdClassName
{
border-color: #D298EE;
}
.TagClassName
{
border-color: #D298EE;
}
</style>