#D398EB

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

Shades of Wisteria #D398EB

Tints of Wisteria #D398EB

Color information

#D398EB (or 0xD398EB) is unknown color: approx Wisteria. HEX triplet: D3, 98 and EB. RGB value is (211,152,235). Sum of RGB (Red+Green+Blue) = 211+152+235=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #D398EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D398EB is #2C6714. Grayscale: #B2B2B2. Windows color (decimal): -2909973 or 15440083. OLE color: 15440083.

HSL color Cylindrical-coordinate representation of color #D398EB: hue angle of 282.65º 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 #D398EB is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211152235-
CMYK0.100.3500.08
HSL282.65º67.48%75.88%-
HSV(B)282.65º35.32%92.16%-
XYZ53.0942.383.96-
YUV179.1159.55150.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=35.28%
G=25.42%
B=39.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111522350.100.3500.08282.6567.4875.88
HexD398EBA230811b434c
Octal3232303531243010433103114
Binary11010011100110001110101110101000110100010001101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398EB; }

 p { color: rgb(211,152,235); }

 H1.HeaderClassName
 {
   color: #D398EB;
 }
 .AnyTagClassName
 {
   color: #D398EB;
 }
</style>
background-color css

<style>
 a { background-color: #D398EB; }

 a { background-color: rgb(211,152,235); }

 div.DivClassName
 {
   background-color: #D398EB;
 }
 .BgClassName
 {
   background-color: #D398EB;
 }
</style>
border-color css

<style>
 span { border-color: #D398EB; }

 span { border-color: rgb(211,152,235); }

 td.TdClassName
 {
   border-color: #D398EB;
 }
 .TagClassName
 {
   border-color: #D398EB;
 }
</style>