Html Css Color HEX #D591EF Wisteria

📋 copy color: '#D591EF'

red 213 ◦ green 145 ◦ blue 239

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

Shades of Wisteria #D591EF

Tints of Wisteria #D591EF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.29%

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

R = 35.68%
G = 24.29%
B = 40.03%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D591EF (or 0xD591EF) is known color: Wisteria. HEX triplet: D5, 91 and EF. RGB value is (213,145,239). Sum of RGB (Red+Green+Blue) = 213+145+239=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D591EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591EF is #2A6E10. Grayscale: #AFAFAF. Windows color (decimal): -2780689 or 15700437. OLE color: 15700437.

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

Color convert

RGB 213 145 239 -
CMYK 0.11 0.39 0 0.06
HSL 283.4º 0.75% 0.75% -
HSV(B) 283.4º 0.39% 0.94% -
XYZ 53.15 40.63 86.7 -
YUV 176.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 213 145 239 0.11 0.39 0 0.06 283.4 0.75 0.75
Hex D5 91 EF B 27 0 6 11B 4B 4B
Octal 325 221 357 13 47 0 6 433 113 113
Binary 11010101 10010001 11101111 1011 100111 0 110 100011011 1001011 1001011

Color Harmonies of #D591EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591EF

Black with #D591EF

Text Example


Text Example

White with #D591EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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