Html Css Color HEX #D396DF Wisteria

📋 copy color: '#D396DF'

red 211 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #D396DF

Tints of Wisteria #D396DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 36.13%
G = 25.68%
B = 38.18%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D396DF (or 0xD396DF) is known color: Wisteria. HEX triplet: D3, 96 and DF. RGB value is (211,150,223). Sum of RGB (Red+Green+Blue) = 211+150+223=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #D396DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396DF is #2C6920. Grayscale: #B0B0B0. Windows color (decimal): -2910497 or 14653139. OLE color: 14653139.

HSL color Cylindrical-coordinate representation of color #D396DF: hue angle of 290.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D396DF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 150 223 -
CMYK 0.05 0.33 0 0.13
HSL 290.14º 0.53% 0.73% -
HSV(B) 290.14º 0.33% 0.87% -
XYZ 51.09 40.99 75.03 -
YUV 176.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 211 150 223 0.05 0.33 0 0.13 290.14 0.53 0.73
Hex D3 96 DF 5 21 0 D 122 35 49
Octal 323 226 337 5 41 0 15 442 65 111
Binary 11010011 10010110 11011111 101 100001 0 1101 100100010 110101 1001001

Color Harmonies of #D396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396DF

Black with #D396DF

Text Example


Text Example

White with #D396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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