Html Css Color HEX #D493E3 Wisteria

📋 copy color: '#D493E3'

red 212 ◦ green 147 ◦ blue 227

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

Shades of Wisteria #D493E3

Tints of Wisteria #D493E3

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

 GREEN value IS 147 (57.81% from 255) = 25.09%

 BLUE value IS 227 (89.06% from 255) = 38.74%

R = 36.18%
G = 25.09%
B = 38.74%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D493E3 (or 0xD493E3) is known color: Wisteria. HEX triplet: D4, 93 and E3. RGB value is (212,147,227). Sum of RGB (Red+Green+Blue) = 212+147+227=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #D493E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493E3 is #2B6C1C. Grayscale: #AFAFAF. Windows color (decimal): -2845725 or 14914516. OLE color: 14914516.

HSL color Cylindrical-coordinate representation of color #D493E3: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D493E3 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 147 227 -
CMYK 0.07 0.35 0 0.11
HSL 288.75º 0.59% 0.73% -
HSV(B) 288.75º 0.35% 0.89% -
XYZ 51.45 40.41 77.76 -
YUV 175.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 212 147 227 0.07 0.35 0 0.11 288.75 0.59 0.73
Hex D4 93 E3 7 23 0 B 121 3B 49
Octal 324 223 343 7 43 0 13 441 73 111
Binary 11010100 10010011 11100011 111 100011 0 1011 100100001 111011 1001001

Color Harmonies of #D493E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493E3

Black with #D493E3

Text Example


Text Example

White with #D493E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493E3; }

 p { color: rgb(212,147,227); }

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

background-color css

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

 a { background-color: rgb(212,147,227); }

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

border-color css

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

 span { border-color: rgb(212,147,227); }

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