Html Css Color HEX #D59EEA Wisteria

📋 copy color: '#D59EEA'

red 213 ◦ green 158 ◦ blue 234

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

Shades of Wisteria #D59EEA

Tints of Wisteria #D59EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 35.21%
G = 26.12%
B = 38.68%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D59EEA (or 0xD59EEA) is known color: Wisteria. HEX triplet: D5, 9E and EA. RGB value is (213,158,234). Sum of RGB (Red+Green+Blue) = 213+158+234=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #D59EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EEA is #2A6115. Grayscale: #B6B6B6. Windows color (decimal): -2777366 or 15376085. OLE color: 15376085.

HSL color Cylindrical-coordinate representation of color #D59EEA: hue angle of 283.42º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59EEA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 158 234 -
CMYK 0.09 0.32 0 0.08
HSL 283.42º 0.64% 0.77% -
HSV(B) 283.42º 0.32% 0.92% -
XYZ 54.52 44.54 83.57 -
YUV 183.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 213 158 234 0.09 0.32 0 0.08 283.42 0.64 0.77
Hex D5 9E EA 9 20 0 8 11B 40 4D
Octal 325 236 352 11 40 0 10 433 100 115
Binary 11010101 10011110 11101010 1001 100000 0 1000 100011011 1000000 1001101

Color Harmonies of #D59EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EEA

Black with #D59EEA

Text Example


Text Example

White with #D59EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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