Html Css Color HEX #D397EA Wisteria

📋 copy color: '#D397EA'

red 211 ◦ green 151 ◦ blue 234

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

Shades of Wisteria #D397EA

Tints of Wisteria #D397EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.34%

 BLUE value IS 234 (91.8% from 255) = 39.26%

R = 35.4%
G = 25.34%
B = 39.26%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D397EA (or 0xD397EA) is known color: Wisteria. HEX triplet: D3, 97 and EA. RGB value is (211,151,234). Sum of RGB (Red+Green+Blue) = 211+151+234=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D397EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397EA is #2C6815. Grayscale: #B2B2B2. Windows color (decimal): -2910230 or 15374291. OLE color: 15374291.

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

Color convert

RGB 211 151 234 -
CMYK 0.10 0.35 0 0.08
HSL 283.37º 0.66% 0.75% -
HSV(B) 283.37º 0.35% 0.92% -
XYZ 52.78 41.92 83.15 -
YUV 178.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 211 151 234 0.10 0.35 0 0.08 283.37 0.66 0.75
Hex D3 97 EA A 23 0 8 11B 42 4B
Octal 323 227 352 12 43 0 10 433 102 113
Binary 11010011 10010111 11101010 1010 100011 0 1000 100011011 1000010 1001011

Color Harmonies of #D397EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397EA

Black with #D397EA

Text Example


Text Example

White with #D397EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397EA; }

 p { color: rgb(211,151,234); }

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

background-color css

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

 a { background-color: rgb(211,151,234); }

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

border-color css

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

 span { border-color: rgb(211,151,234); }

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