Html Css Color HEX #D293E1 Wisteria

📋 copy color: '#D293E1'

red 210 ◦ green 147 ◦ blue 225

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

Shades of Wisteria #D293E1

Tints of Wisteria #D293E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 36.08%
G = 25.26%
B = 38.66%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D293E1 (or 0xD293E1) is known color: Wisteria. HEX triplet: D2, 93 and E1. RGB value is (210,147,225). Sum of RGB (Red+Green+Blue) = 210+147+225=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #D293E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293E1 is #2D6C1E. Grayscale: #AEAEAE. Windows color (decimal): -2976799 or 14783442. OLE color: 14783442.

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

Color convert

RGB 210 147 225 -
CMYK 0.07 0.35 0 0.12
HSL 288.46º 0.57% 0.73% -
HSV(B) 288.46º 0.35% 0.88% -
XYZ 50.6 40.01 76.29 -
YUV 174.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 210 147 225 0.07 0.35 0 0.12 288.46 0.57 0.73
Hex D2 93 E1 7 23 0 C 120 39 49
Octal 322 223 341 7 43 0 14 440 71 111
Binary 11010010 10010011 11100001 111 100011 0 1100 100100000 111001 1001001

Color Harmonies of #D293E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293E1

Black with #D293E1

Text Example


Text Example

White with #D293E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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