Html Css Color HEX #D397F2 Wisteria

📋 copy color: '#D397F2'

red 211 ◦ green 151 ◦ blue 242

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

Shades of Wisteria #D397F2

Tints of Wisteria #D397F2

RGB

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

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

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

R = 34.93%
G = 25%
B = 40.07%

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

#D397F2 (or 0xD397F2) is known color: Wisteria. HEX triplet: D3, 97 and F2. RGB value is (211,151,242). Sum of RGB (Red+Green+Blue) = 211+151+242=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #D397F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397F2 is #2C680D. Grayscale: #B3B3B3. Windows color (decimal): -2910222 or 15898579. OLE color: 15898579.

HSL color Cylindrical-coordinate representation of color #D397F2: hue angle of 279.56º 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 #D397F2 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 151 242 -
CMYK 0.13 0.38 0 0.05
HSL 279.56º 0.78% 0.77% -
HSV(B) 279.56º 0.38% 0.95% -
XYZ 53.96 42.39 89.34 -
YUV 179.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 211 151 242 0.13 0.38 0 0.05 279.56 0.78 0.77
Hex D3 97 F2 D 26 0 5 118 4E 4D
Octal 323 227 362 15 46 0 5 430 116 115
Binary 11010011 10010111 11110010 1101 100110 0 101 100011000 1001110 1001101

Color Harmonies of #D397F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397F2

Black with #D397F2

Text Example


Text Example

White with #D397F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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