#D59AF1

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

Shades of Wisteria #D59AF1

Tints of Wisteria #D59AF1

Color information

#D59AF1 (or 0xD59AF1) is unknown color: approx Wisteria. HEX triplet: D5, 9A and F1. RGB value is (213,154,241). Sum of RGB (Red+Green+Blue) = 213+154+241=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #D59AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AF1 is #2A650E. Grayscale: #B5B5B5. Windows color (decimal): -2778383 or 15833813. OLE color: 15833813.

HSL color Cylindrical-coordinate representation of color #D59AF1: hue angle of 280.69º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59AF1 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213154241-
CMYK0.120.3600.05
HSL280.69º75.65%77.45%-
HSV(B)280.69º36.1%94.51%-
XYZ54.8743.6188.74-
YUV181.56161.55150.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 154 (60.55% from 255) = 25.33%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=35.03%
G=25.33%
B=39.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131542410.120.3600.05280.6975.6577.45
HexD59AF1C24051194c4d
Octal325232361144405431114115
Binary1101010110011010111100011100100100010110001100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AF1; }

 p { color: rgb(213,154,241); }

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

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

 a { background-color: rgb(213,154,241); }

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

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

 span { border-color: rgb(213,154,241); }

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