Html Css Color HEX #D389ED Wisteria

📋 copy color: '#D389ED'

red 211 ◦ green 137 ◦ blue 237

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

Shades of Wisteria #D389ED

Tints of Wisteria #D389ED

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.42%

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

R = 36.07%
G = 23.42%
B = 40.51%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D389ED (or 0xD389ED) is known color: Wisteria. HEX triplet: D3, 89 and ED. RGB value is (211,137,237). Sum of RGB (Red+Green+Blue) = 211+137+237=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #D389ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D389ED is #2C7612. Grayscale: #AAAAAA. Windows color (decimal): -2913811 or 15567315. OLE color: 15567315.

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

Color convert

RGB 211 137 237 -
CMYK 0.11 0.42 0 0.07
HSL 284.4º 0.74% 0.73% -
HSV(B) 284.4º 0.42% 0.93% -
XYZ 51.1 37.85 84.73 -
YUV 170.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 211 137 237 0.11 0.42 0 0.07 284.4 0.74 0.73
Hex D3 89 ED B 2A 0 7 11C 4A 49
Octal 323 211 355 13 52 0 7 434 112 111
Binary 11010011 10001001 11101101 1011 101010 0 111 100011100 1001010 1001001

Color Harmonies of #D389ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389ED

Black with #D389ED

Text Example


Text Example

White with #D389ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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