#D592ED

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

Shades of Wisteria #D592ED

Tints of Wisteria #D592ED

Color information

#D592ED (or 0xD592ED) is unknown color: approx Wisteria. HEX triplet: D5, 92 and ED. RGB value is (213,146,237). Sum of RGB (Red+Green+Blue) = 213+146+237=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D592ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592ED is #2A6D12. Grayscale: #B0B0B0. Windows color (decimal): -2780435 or 15569621. OLE color: 15569621.

HSL color Cylindrical-coordinate representation of color #D592ED: hue angle of 284.18º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D592ED is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213146237-
CMYK0.100.3800.07
HSL284.18º71.65%75.1%-
HSV(B)284.18º38.4%92.94%-
XYZ53.0140.8285.21-
YUV176.41162.2154.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=35.74%
G=24.50%
B=39.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131462370.100.3800.07284.1871.6575.1
HexD592EDA260711c484b
Octal325222355124607434110113
Binary1101010110010010111011011010100110011110001110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592ED; }

 p { color: rgb(213,146,237); }

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

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

 a { background-color: rgb(213,146,237); }

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

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

 span { border-color: rgb(213,146,237); }

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