#D298EB

Color #D298EB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D298EB

Tints of Wisteria #D298EB

Color information

#D298EB (or 0xD298EB) is unknown color: approx 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

RGB210152235-
CMYK0.110.3500.08
HSL281.93º67.48%75.88%-
HSV(B)281.93º35.32%92.16%-
XYZ52.842.1683.95-
YUV178.8159.72150.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 152 (59.77% from 255) = 25.46%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=35.18%
G=25.46%
B=39.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101522350.110.3500.08281.9367.4875.88
HexD298EBB230811a434c
Octal3222303531343010432103114
Binary11010010100110001110101110111000110100010001101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>