Html Css Color HEX #D396ED Wisteria

📋 copy color: '#D396ED'

red 211 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #D396ED

Tints of Wisteria #D396ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 35.28%
G = 25.08%
B = 39.63%

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

#D396ED (or 0xD396ED) is known color: Wisteria. HEX triplet: D3, 96 and ED. RGB value is (211,150,237). Sum of RGB (Red+Green+Blue) = 211+150+237=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #D396ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396ED is #2C6912. Grayscale: #B1B1B1. Windows color (decimal): -2910483 or 15570643. OLE color: 15570643.

HSL color Cylindrical-coordinate representation of color #D396ED: hue angle of 282.07º degrees, saturation: 0.71, 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 #D396ED is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 150 237 -
CMYK 0.11 0.37 0 0.07
HSL 282.07º 0.71% 0.76% -
HSV(B) 282.07º 0.37% 0.93% -
XYZ 53.06 41.78 85.39 -
YUV 178.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 211 150 237 0.11 0.37 0 0.07 282.07 0.71 0.76
Hex D3 96 ED B 25 0 7 11A 47 4C
Octal 323 226 355 13 45 0 7 432 107 114
Binary 11010011 10010110 11101101 1011 100101 0 111 100011010 1000111 1001100

Color Harmonies of #D396ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396ED

Black with #D396ED

Text Example


Text Example

White with #D396ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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