Html Css Color HEX #D391EF Wisteria

📋 copy color: '#D391EF'

red 211 ◦ green 145 ◦ blue 239

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

Shades of Wisteria #D391EF

Tints of Wisteria #D391EF

RGB

 RED value IS 211 (82.81% from 255) = 35.46%

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

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

R = 35.46%
G = 24.37%
B = 40.17%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D391EF (or 0xD391EF) is known color: Wisteria. HEX triplet: D3, 91 and EF. RGB value is (211,145,239). Sum of RGB (Red+Green+Blue) = 211+145+239=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #D391EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391EF is #2C6E10. Grayscale: #AFAFAF. Windows color (decimal): -2911761 or 15700435. OLE color: 15700435.

HSL color Cylindrical-coordinate representation of color #D391EF: hue angle of 282.13º 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 #D391EF is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 145 239 -
CMYK 0.12 0.39 0 0.06
HSL 282.13º 0.75% 0.75% -
HSV(B) 282.13º 0.39% 0.94% -
XYZ 52.57 40.33 86.68 -
YUV 175.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 211 145 239 0.12 0.39 0 0.06 282.13 0.75 0.75
Hex D3 91 EF C 27 0 6 11A 4B 4B
Octal 323 221 357 14 47 0 6 432 113 113
Binary 11010011 10010001 11101111 1100 100111 0 110 100011010 1001011 1001011

Color Harmonies of #D391EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391EF

Black with #D391EF

Text Example


Text Example

White with #D391EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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