Html Css Color HEX #D395EB Wisteria

📋 copy color: '#D395EB'

red 211 ◦ green 149 ◦ blue 235

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

Shades of Wisteria #D395EB

Tints of Wisteria #D395EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 35.46%
G = 25.04%
B = 39.5%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D395EB (or 0xD395EB) is known color: Wisteria. HEX triplet: D3, 95 and EB. RGB value is (211,149,235). Sum of RGB (Red+Green+Blue) = 211+149+235=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #D395EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D395EB is #2C6A14. Grayscale: #B1B1B1. Windows color (decimal): -2910741 or 15439315. OLE color: 15439315.

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

Color convert

RGB 211 149 235 -
CMYK 0.10 0.37 0 0.08
HSL 283.26º 0.68% 0.75% -
HSV(B) 283.26º 0.37% 0.92% -
XYZ 52.61 41.34 83.8 -
YUV 177.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 211 149 235 0.10 0.37 0 0.08 283.26 0.68 0.75
Hex D3 95 EB A 25 0 8 11B 44 4B
Octal 323 225 353 12 45 0 10 433 104 113
Binary 11010011 10010101 11101011 1010 100101 0 1000 100011011 1000100 1001011

Color Harmonies of #D395EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395EB

Black with #D395EB

Text Example


Text Example

White with #D395EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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