#D398E4

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

Shades of Wisteria #D398E4

Tints of Wisteria #D398E4

Color information

#D398E4 (or 0xD398E4) is unknown color: approx Wisteria. HEX triplet: D3, 98 and E4. RGB value is (211,152,228). Sum of RGB (Red+Green+Blue) = 211+152+228=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #D398E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398E4 is #2C671B. Grayscale: #B2B2B2. Windows color (decimal): -2909980 or 14981331. OLE color: 14981331.

HSL color Cylindrical-coordinate representation of color #D398E4: hue angle of 286.58º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D398E4 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211152228-
CMYK0.070.3300.11
HSL286.58º58.46%74.51%-
HSV(B)286.58º33.33%89.41%-
XYZ52.141.9178.74-
YUV178.3156.05151.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 152 (59.77% from 255) = 25.72%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=35.70%
G=25.72%
B=38.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111522280.070.3300.11286.5858.4674.51
HexD398E47210B11f3a4b
Octal32323034474101343772113
Binary110100111001100011100100111100001010111000111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398E4; }

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

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

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

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

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

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

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

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