#D598EB

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

Shades of Wisteria #D598EB

Tints of Wisteria #D598EB

Color information

#D598EB (or 0xD598EB) is unknown color: approx Wisteria. HEX triplet: D5, 98 and EB. RGB value is (213,152,235). Sum of RGB (Red+Green+Blue) = 213+152+235=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #D598EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598EB is #2A6714. Grayscale: #B3B3B3. Windows color (decimal): -2778901 or 15440085. OLE color: 15440085.

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

Color convert

RGB213152235-
CMYK0.090.3500.08
HSL284.1º67.48%75.88%-
HSV(B)284.1º35.32%92.16%-
XYZ53.6642.683.99-
YUV179.7159.21151.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 152 (59.77% from 255) = 25.33%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=35.5%
G=25.33%
B=39.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131522350.090.3500.08284.167.4875.88
HexD598EB9230811c434c
Octal3252303531143010434103114
Binary11010101100110001110101110011000110100010001110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598EB; }

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

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

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

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

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

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

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

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