Html Css Color HEX #D396F2 Wisteria

📋 copy color: '#D396F2'

red 211 ◦ green 150 ◦ blue 242

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

Shades of Wisteria #D396F2

Tints of Wisteria #D396F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 34.99%
G = 24.88%
B = 40.13%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D396F2 (or 0xD396F2) is known color: Wisteria. HEX triplet: D3, 96 and F2. RGB value is (211,150,242). Sum of RGB (Red+Green+Blue) = 211+150+242=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #D396F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396F2 is #2C690D. Grayscale: #B2B2B2. Windows color (decimal): -2910478 or 15898323. OLE color: 15898323.

HSL color Cylindrical-coordinate representation of color #D396F2: hue angle of 279.78º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D396F2 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 150 242 -
CMYK 0.13 0.38 0 0.05
HSL 279.78º 0.78% 0.77% -
HSV(B) 279.78º 0.38% 0.95% -
XYZ 53.8 42.07 89.29 -
YUV 178.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 211 150 242 0.13 0.38 0 0.05 279.78 0.78 0.77
Hex D3 96 F2 D 26 0 5 118 4E 4D
Octal 323 226 362 15 46 0 5 430 116 115
Binary 11010011 10010110 11110010 1101 100110 0 101 100011000 1001110 1001101

Color Harmonies of #D396F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396F2

Black with #D396F2

Text Example


Text Example

White with #D396F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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