Html Css Color HEX #D493E4 Wisteria

📋 copy color: '#D493E4'

red 212 ◦ green 147 ◦ blue 228

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

Shades of Wisteria #D493E4

Tints of Wisteria #D493E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 36.12%
G = 25.04%
B = 38.84%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D493E4 (or 0xD493E4) is known color: Wisteria. HEX triplet: D4, 93 and E4. RGB value is (212,147,228). Sum of RGB (Red+Green+Blue) = 212+147+228=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #D493E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493E4 is #2B6C1B. Grayscale: #AFAFAF. Windows color (decimal): -2845724 or 14980052. OLE color: 14980052.

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

Color convert

RGB 212 147 228 -
CMYK 0.07 0.36 0 0.11
HSL 288.15º 0.6% 0.74% -
HSV(B) 288.15º 0.36% 0.89% -
XYZ 51.59 40.47 78.49 -
YUV 175.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 212 147 228 0.07 0.36 0 0.11 288.15 0.6 0.74
Hex D4 93 E4 7 24 0 B 120 3C 4A
Octal 324 223 344 7 44 0 13 440 74 112
Binary 11010100 10010011 11100100 111 100100 0 1011 100100000 111100 1001010

Color Harmonies of #D493E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493E4

Black with #D493E4

Text Example


Text Example

White with #D493E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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