Html Css Color HEX #D388EA Wisteria

📋 copy color: '#D388EA'

red 211 ◦ green 136 ◦ blue 234

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

Shades of Wisteria #D388EA

Tints of Wisteria #D388EA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.41%

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

R = 36.32%
G = 23.41%
B = 40.28%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D388EA (or 0xD388EA) is known color: Wisteria. HEX triplet: D3, 88 and EA. RGB value is (211,136,234). Sum of RGB (Red+Green+Blue) = 211+136+234=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #D388EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388EA is #2C7715. Grayscale: #A9A9A9. Windows color (decimal): -2914070 or 15370451. OLE color: 15370451.

HSL color Cylindrical-coordinate representation of color #D388EA: hue angle of 285.92º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D388EA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 136 234 -
CMYK 0.10 0.42 0 0.08
HSL 285.92º 0.7% 0.73% -
HSV(B) 285.92º 0.42% 0.92% -
XYZ 50.52 37.4 82.4 -
YUV 169.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 211 136 234 0.10 0.42 0 0.08 285.92 0.7 0.73
Hex D3 88 EA A 2A 0 8 11E 46 49
Octal 323 210 352 12 52 0 10 436 106 111
Binary 11010011 10001000 11101010 1010 101010 0 1000 100011110 1000110 1001001

Color Harmonies of #D388EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388EA

Black with #D388EA

Text Example


Text Example

White with #D388EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388EA; }

 p { color: rgb(211,136,234); }

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

background-color css

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

 a { background-color: rgb(211,136,234); }

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

border-color css

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

 span { border-color: rgb(211,136,234); }

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