Html Css Color HEX #D59EEB Wisteria

📋 copy color: '#D59EEB'

red 213 ◦ green 158 ◦ blue 235

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

Shades of Wisteria #D59EEB

Tints of Wisteria #D59EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 35.15%
G = 26.07%
B = 38.78%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D59EEB (or 0xD59EEB) is known color: Wisteria. HEX triplet: D5, 9E and EB. RGB value is (213,158,235). Sum of RGB (Red+Green+Blue) = 213+158+235=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #D59EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EEB is #2A6114. Grayscale: #B6B6B6. Windows color (decimal): -2777365 or 15441621. OLE color: 15441621.

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

Color convert

RGB 213 158 235 -
CMYK 0.09 0.33 0 0.08
HSL 282.86º 0.66% 0.77% -
HSV(B) 282.86º 0.33% 0.92% -
XYZ 54.66 44.6 84.32 -
YUV 183.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 213 158 235 0.09 0.33 0 0.08 282.86 0.66 0.77
Hex D5 9E EB 9 21 0 8 11B 42 4D
Octal 325 236 353 11 41 0 10 433 102 115
Binary 11010101 10011110 11101011 1001 100001 0 1000 100011011 1000010 1001101

Color Harmonies of #D59EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EEB

Black with #D59EEB

Text Example


Text Example

White with #D59EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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