Html Css Color HEX #D293E0 Wisteria

📋 copy color: '#D293E0'

red 210 ◦ green 147 ◦ blue 224

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

Shades of Wisteria #D293E0

Tints of Wisteria #D293E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 36.14%
G = 25.3%
B = 38.55%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D293E0 (or 0xD293E0) is known color: Wisteria. HEX triplet: D2, 93 and E0. RGB value is (210,147,224). Sum of RGB (Red+Green+Blue) = 210+147+224=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D293E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293E0 is #2D6C1F. Grayscale: #AEAEAE. Windows color (decimal): -2976800 or 14717906. OLE color: 14717906.

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

Color convert

RGB 210 147 224 -
CMYK 0.06 0.34 0 0.12
HSL 289.09º 0.55% 0.73% -
HSV(B) 289.09º 0.34% 0.88% -
XYZ 50.47 39.95 75.57 -
YUV 174.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 210 147 224 0.06 0.34 0 0.12 289.09 0.55 0.73
Hex D2 93 E0 6 22 0 C 121 37 49
Octal 322 223 340 6 42 0 14 441 67 111
Binary 11010010 10010011 11100000 110 100010 0 1100 100100001 110111 1001001

Color Harmonies of #D293E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293E0

Black with #D293E0

Text Example


Text Example

White with #D293E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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