Html Css Color HEX #D396EF Wisteria

📋 copy color: '#D396EF'

red 211 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #D396EF

Tints of Wisteria #D396EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25%

 BLUE value IS 239 (93.75% from 255) = 39.83%

R = 35.17%
G = 25%
B = 39.83%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D396EF (or 0xD396EF) is known color: Wisteria. HEX triplet: D3, 96 and EF. RGB value is (211,150,239). Sum of RGB (Red+Green+Blue) = 211+150+239=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #D396EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396EF is #2C6910. Grayscale: #B2B2B2. Windows color (decimal): -2910481 or 15701715. OLE color: 15701715.

HSL color Cylindrical-coordinate representation of color #D396EF: hue angle of 281.12º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D396EF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 150 239 -
CMYK 0.12 0.37 0 0.06
HSL 281.12º 0.74% 0.76% -
HSV(B) 281.12º 0.37% 0.94% -
XYZ 53.35 41.89 86.94 -
YUV 178.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 211 150 239 0.12 0.37 0 0.06 281.12 0.74 0.76
Hex D3 96 EF C 25 0 6 119 4A 4C
Octal 323 226 357 14 45 0 6 431 112 114
Binary 11010011 10010110 11101111 1100 100101 0 110 100011001 1001010 1001100

Color Harmonies of #D396EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396EF

Black with #D396EF

Text Example


Text Example

White with #D396EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396EF; }

 p { color: rgb(211,150,239); }

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

background-color css

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

 a { background-color: rgb(211,150,239); }

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

border-color css

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

 span { border-color: rgb(211,150,239); }

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