Html Css Color HEX #D493EF Wisteria

📋 copy color: '#D493EF'

red 212 ◦ green 147 ◦ blue 239

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

Shades of Wisteria #D493EF

Tints of Wisteria #D493EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.97%

R = 35.45%
G = 24.58%
B = 39.97%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D493EF (or 0xD493EF) is known color: Wisteria. HEX triplet: D4, 93 and EF. RGB value is (212,147,239). Sum of RGB (Red+Green+Blue) = 212+147+239=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #D493EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493EF is #2B6C10. Grayscale: #B0B0B0. Windows color (decimal): -2845713 or 15700948. OLE color: 15700948.

HSL color Cylindrical-coordinate representation of color #D493EF: hue angle of 282.39º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D493EF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 147 239 -
CMYK 0.11 0.38 0 0.06
HSL 282.39º 0.74% 0.76% -
HSV(B) 282.39º 0.38% 0.94% -
XYZ 53.17 41.1 86.79 -
YUV 176.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 212 147 239 0.11 0.38 0 0.06 282.39 0.74 0.76
Hex D4 93 EF B 26 0 6 11A 4A 4C
Octal 324 223 357 13 46 0 6 432 112 114
Binary 11010100 10010011 11101111 1011 100110 0 110 100011010 1001010 1001100

Color Harmonies of #D493EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493EF

Black with #D493EF

Text Example


Text Example

White with #D493EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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