Html Css Color HEX #D397ED Wisteria

📋 copy color: '#D397ED'

red 211 ◦ green 151 ◦ blue 237

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

Shades of Wisteria #D397ED

Tints of Wisteria #D397ED

RGB

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

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

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

R = 35.23%
G = 25.21%
B = 39.57%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D397ED (or 0xD397ED) is known color: Wisteria. HEX triplet: D3, 97 and ED. RGB value is (211,151,237). Sum of RGB (Red+Green+Blue) = 211+151+237=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #D397ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397ED is #2C6812. Grayscale: #B2B2B2. Windows color (decimal): -2910227 or 15570899. OLE color: 15570899.

HSL color Cylindrical-coordinate representation of color #D397ED: hue angle of 281.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D397ED is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 151 237 -
CMYK 0.11 0.36 0 0.07
HSL 281.86º 0.7% 0.76% -
HSV(B) 281.86º 0.36% 0.93% -
XYZ 53.22 42.1 85.44 -
YUV 178.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 211 151 237 0.11 0.36 0 0.07 281.86 0.7 0.76
Hex D3 97 ED B 24 0 7 11A 46 4C
Octal 323 227 355 13 44 0 7 432 106 114
Binary 11010011 10010111 11101101 1011 100100 0 111 100011010 1000110 1001100

Color Harmonies of #D397ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397ED

Black with #D397ED

Text Example


Text Example

White with #D397ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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