Html Css Color HEX #D59FEF Wisteria

📋 copy color: '#D59FEF'

red 213 ◦ green 159 ◦ blue 239

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

Shades of Wisteria #D59FEF

Tints of Wisteria #D59FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 34.86%
G = 26.02%
B = 39.12%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D59FEF (or 0xD59FEF) is known color: Wisteria. HEX triplet: D5, 9F and EF. RGB value is (213,159,239). Sum of RGB (Red+Green+Blue) = 213+159+239=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #D59FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FEF is #2A6010. Grayscale: #B7B7B7. Windows color (decimal): -2777105 or 15704021. OLE color: 15704021.

HSL color Cylindrical-coordinate representation of color #D59FEF: hue angle of 280.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D59FEF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 159 239 -
CMYK 0.11 0.33 0 0.06
HSL 280.5º 0.71% 0.78% -
HSV(B) 280.5º 0.33% 0.94% -
XYZ 55.42 45.17 87.46 -
YUV 184.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 213 159 239 0.11 0.33 0 0.06 280.5 0.71 0.78
Hex D5 9F EF B 21 0 6 118 47 4E
Octal 325 237 357 13 41 0 6 430 107 116
Binary 11010101 10011111 11101111 1011 100001 0 110 100011000 1000111 1001110

Color Harmonies of #D59FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FEF

Black with #D59FEF

Text Example


Text Example

White with #D59FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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