Html Css Color HEX #D293EA Wisteria

📋 copy color: '#D293EA'

red 210 ◦ green 147 ◦ blue 234

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

Shades of Wisteria #D293EA

Tints of Wisteria #D293EA

RGB

 RED value IS 210 (82.42% from 255) = 35.53%

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

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 35.53%
G = 24.87%
B = 39.59%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D293EA (or 0xD293EA) is known color: Wisteria. HEX triplet: D2, 93 and EA. RGB value is (210,147,234). Sum of RGB (Red+Green+Blue) = 210+147+234=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #D293EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293EA is #2D6C15. Grayscale: #AFAFAF. Windows color (decimal): -2976790 or 15373266. OLE color: 15373266.

HSL color Cylindrical-coordinate representation of color #D293EA: hue angle of 283.45º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D293EA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 147 234 -
CMYK 0.10 0.37 0 0.08
HSL 283.45º 0.67% 0.75% -
HSV(B) 283.45º 0.37% 0.92% -
XYZ 51.86 40.51 82.93 -
YUV 175.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 210 147 234 0.10 0.37 0 0.08 283.45 0.67 0.75
Hex D2 93 EA A 25 0 8 11B 43 4B
Octal 322 223 352 12 45 0 10 433 103 113
Binary 11010010 10010011 11101010 1010 100101 0 1000 100011011 1000011 1001011

Color Harmonies of #D293EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293EA

Black with #D293EA

Text Example


Text Example

White with #D293EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293EA; }

 p { color: rgb(210,147,234); }

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

background-color css

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

 a { background-color: rgb(210,147,234); }

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

border-color css

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

 span { border-color: rgb(210,147,234); }

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