Html Css Color HEX #D59EE1 Wisteria

📋 copy color: '#D59EE1'

red 213 ◦ green 158 ◦ blue 225

#D59EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D59EE1

Tints of Wisteria #D59EE1

RGB

 RED value IS 213 (83.59% from 255) = 35.74%

 GREEN value IS 158 (62.11% from 255) = 26.51%

 BLUE value IS 225 (88.28% from 255) = 37.75%

R = 35.74%
G = 26.51%
B = 37.75%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D59EE1 (or 0xD59EE1) is known color: Wisteria. HEX triplet: D5, 9E and E1. RGB value is (213,158,225). Sum of RGB (Red+Green+Blue) = 213+158+225=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #D59EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EE1 is #2A611E. Grayscale: #B5B5B5. Windows color (decimal): -2777375 or 14786261. OLE color: 14786261.

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

Color convert

RGB 213 158 225 -
CMYK 0.05 0.30 0 0.12
HSL 289.25º 0.53% 0.75% -
HSV(B) 289.25º 0.3% 0.88% -
XYZ 53.26 44.04 76.93 -
YUV 182.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 213 158 225 0.05 0.30 0 0.12 289.25 0.53 0.75
Hex D5 9E E1 5 1E 0 C 121 35 4B
Octal 325 236 341 5 36 0 14 441 65 113
Binary 11010101 10011110 11100001 101 11110 0 1100 100100001 110101 1001011

Color Harmonies of #D59EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EE1

Black with #D59EE1

Text Example


Text Example

White with #D59EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EE1; }

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

 H1.HeaderClassName
 {
   color: #D59EE1;
 }
 .AnyTagClassName
 {
   color: #D59EE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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