Html Css Color HEX #D395EE Wisteria

📋 copy color: '#D395EE'

red 211 ◦ green 149 ◦ blue 238

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

Shades of Wisteria #D395EE

Tints of Wisteria #D395EE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.92%

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 35.28%
G = 24.92%
B = 39.8%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D395EE (or 0xD395EE) is known color: Wisteria. HEX triplet: D3, 95 and EE. RGB value is (211,149,238). Sum of RGB (Red+Green+Blue) = 211+149+238=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #D395EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D395EE is #2C6A11. Grayscale: #B1B1B1. Windows color (decimal): -2910738 or 15635923. OLE color: 15635923.

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

Color convert

RGB 211 149 238 -
CMYK 0.11 0.37 0 0.07
HSL 281.8º 0.72% 0.76% -
HSV(B) 281.8º 0.37% 0.93% -
XYZ 53.04 41.52 86.11 -
YUV 177.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 211 149 238 0.11 0.37 0 0.07 281.8 0.72 0.76
Hex D3 95 EE B 25 0 7 11A 48 4C
Octal 323 225 356 13 45 0 7 432 110 114
Binary 11010011 10010101 11101110 1011 100101 0 111 100011010 1001000 1001100

Color Harmonies of #D395EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395EE

Black with #D395EE

Text Example


Text Example

White with #D395EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395EE; }

 p { color: rgb(211,149,238); }

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

background-color css

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

 a { background-color: rgb(211,149,238); }

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

border-color css

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

 span { border-color: rgb(211,149,238); }

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