Html Css Color HEX #D398F2 Wisteria

📋 copy color: '#D398F2'

red 211 ◦ green 152 ◦ blue 242

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

Shades of Wisteria #D398F2

Tints of Wisteria #D398F2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.12%

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

R = 34.88%
G = 25.12%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D398F2 (or 0xD398F2) is known color: Wisteria. HEX triplet: D3, 98 and F2. RGB value is (211,152,242). Sum of RGB (Red+Green+Blue) = 211+152+242=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #D398F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D398F2 is #2C670D. Grayscale: #B3B3B3. Windows color (decimal): -2909966 or 15898835. OLE color: 15898835.

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

Color convert

RGB 211 152 242 -
CMYK 0.13 0.37 0 0.05
HSL 279.33º 0.78% 0.77% -
HSV(B) 279.33º 0.37% 0.95% -
XYZ 54.12 42.72 89.4 -
YUV 179.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 211 152 242 0.13 0.37 0 0.05 279.33 0.78 0.77
Hex D3 98 F2 D 25 0 5 117 4E 4D
Octal 323 230 362 15 45 0 5 427 116 115
Binary 11010011 10011000 11110010 1101 100101 0 101 100010111 1001110 1001101

Color Harmonies of #D398F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398F2

Black with #D398F2

Text Example


Text Example

White with #D398F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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