Html Css Color HEX #D59FEB Wisteria

📋 copy color: '#D59FEB'

red 213 ◦ green 159 ◦ blue 235

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

Shades of Wisteria #D59FEB

Tints of Wisteria #D59FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.19%

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

R = 35.09%
G = 26.19%
B = 38.71%

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

#D59FEB (or 0xD59FEB) is known color: Wisteria. HEX triplet: D5, 9F and EB. RGB value is (213,159,235). Sum of RGB (Red+Green+Blue) = 213+159+235=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #D59FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FEB is #2A6014. Grayscale: #B7B7B7. Windows color (decimal): -2777109 or 15441877. OLE color: 15441877.

HSL color Cylindrical-coordinate representation of color #D59FEB: hue angle of 282.63º degrees, saturation: 0.66, 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 #D59FEB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 159 235 -
CMYK 0.09 0.32 0 0.08
HSL 282.63º 0.66% 0.77% -
HSV(B) 282.63º 0.32% 0.92% -
XYZ 54.83 44.94 84.38 -
YUV 183.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 213 159 235 0.09 0.32 0 0.08 282.63 0.66 0.77
Hex D5 9F EB 9 20 0 8 11B 42 4D
Octal 325 237 353 11 40 0 10 433 102 115
Binary 11010101 10011111 11101011 1001 100000 0 1000 100011011 1000010 1001101

Color Harmonies of #D59FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FEB

Black with #D59FEB

Text Example


Text Example

White with #D59FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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