#D598E4

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

Shades of Wisteria #D598E4

Tints of Wisteria #D598E4

Color information

#D598E4 (or 0xD598E4) is unknown color: approx Wisteria. HEX triplet: D5, 98 and E4. RGB value is (213,152,228). Sum of RGB (Red+Green+Blue) = 213+152+228=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #D598E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598E4 is #2A671B. Grayscale: #B2B2B2. Windows color (decimal): -2778908 or 14981333. OLE color: 14981333.

HSL color Cylindrical-coordinate representation of color #D598E4: hue angle of 288.16º 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 #D598E4 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213152228-
CMYK0.070.3300.11
HSL288.16º58.46%74.51%-
HSV(B)288.16º33.33%89.41%-
XYZ52.6742.278.77-
YUV178.9155.71152.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=35.92%
G=25.63%
B=38.45%

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
Decimal2131522280.070.3300.11288.1658.4674.51
HexD598E47210B1203a4b
Octal32523034474101344072113
Binary110101011001100011100100111100001010111001000001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598E4; }

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

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

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

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

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

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

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

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