Html Css Color HEX #D59FEA Wisteria

📋 copy color: '#D59FEA'

red 213 ◦ green 159 ◦ blue 234

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

Shades of Wisteria #D59FEA

Tints of Wisteria #D59FEA

RGB

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

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

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

R = 35.15%
G = 26.24%
B = 38.61%

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

#D59FEA (or 0xD59FEA) is known color: Wisteria. HEX triplet: D5, 9F and EA. RGB value is (213,159,234). Sum of RGB (Red+Green+Blue) = 213+159+234=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #D59FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FEA is #2A6015. Grayscale: #B7B7B7. Windows color (decimal): -2777110 or 15376341. OLE color: 15376341.

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

Color convert

RGB 213 159 234 -
CMYK 0.09 0.32 0 0.08
HSL 283.2º 0.64% 0.77% -
HSV(B) 283.2º 0.32% 0.92% -
XYZ 54.69 44.88 83.62 -
YUV 183.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 213 159 234 0.09 0.32 0 0.08 283.2 0.64 0.77
Hex D5 9F EA 9 20 0 8 11B 40 4D
Octal 325 237 352 11 40 0 10 433 100 115
Binary 11010101 10011111 11101010 1001 100000 0 1000 100011011 1000000 1001101

Color Harmonies of #D59FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FEA

Black with #D59FEA

Text Example


Text Example

White with #D59FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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