#D59FE1

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

Shades of Wisteria #D59FE1

Tints of Wisteria #D59FE1

Color information

#D59FE1 (or 0xD59FE1) is unknown color: approx Wisteria. HEX triplet: D5, 9F and E1. RGB value is (213,159,225). Sum of RGB (Red+Green+Blue) = 213+159+225=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #D59FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FE1 is #2A601E. Grayscale: #B6B6B6. Windows color (decimal): -2777119 or 14786517. OLE color: 14786517.

HSL color Cylindrical-coordinate representation of color #D59FE1: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59FE1 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213159225-
CMYK0.050.2900.12
HSL289.09º52.38%75.29%-
HSV(B)289.09º29.33%88.24%-
XYZ53.4344.3876.98-
YUV182.67151.89149.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=35.68%
G=26.63%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131592250.050.2900.12289.0952.3875.29
HexD59FE151D0C121344b
Octal32523734153501444164113
Binary11010101100111111110000110111101011001001000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FE1; }

 p { color: rgb(213,159,225); }

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

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

 a { background-color: rgb(213,159,225); }

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

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

 span { border-color: rgb(213,159,225); }

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