Html Css Color HEX #D391ED Wisteria

📋 copy color: '#D391ED'

red 211 ◦ green 145 ◦ blue 237

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

Shades of Wisteria #D391ED

Tints of Wisteria #D391ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 35.58%
G = 24.45%
B = 39.97%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D391ED (or 0xD391ED) is known color: Wisteria. HEX triplet: D3, 91 and ED. RGB value is (211,145,237). Sum of RGB (Red+Green+Blue) = 211+145+237=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D391ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391ED is #2C6E12. Grayscale: #AEAEAE. Windows color (decimal): -2911763 or 15569363. OLE color: 15569363.

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

Color convert

RGB 211 145 237 -
CMYK 0.11 0.39 0 0.07
HSL 283.04º 0.72% 0.75% -
HSV(B) 283.04º 0.39% 0.93% -
XYZ 52.28 40.21 85.13 -
YUV 175.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 211 145 237 0.11 0.39 0 0.07 283.04 0.72 0.75
Hex D3 91 ED B 27 0 7 11B 48 4B
Octal 323 221 355 13 47 0 7 433 110 113
Binary 11010011 10010001 11101101 1011 100111 0 111 100011011 1001000 1001011

Color Harmonies of #D391ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391ED

Black with #D391ED

Text Example


Text Example

White with #D391ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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