Html Css Color HEX #D293E5 Wisteria

📋 copy color: '#D293E5'

red 210 ◦ green 147 ◦ blue 229

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

Shades of Wisteria #D293E5

Tints of Wisteria #D293E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.08%

R = 35.84%
G = 25.09%
B = 39.08%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D293E5 (or 0xD293E5) is known color: Wisteria. HEX triplet: D2, 93 and E5. RGB value is (210,147,229). Sum of RGB (Red+Green+Blue) = 210+147+229=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #D293E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293E5 is #2D6C1A. Grayscale: #AEAEAE. Windows color (decimal): -2976795 or 15045586. OLE color: 15045586.

HSL color Cylindrical-coordinate representation of color #D293E5: hue angle of 286.1º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D293E5 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 147 229 -
CMYK 0.08 0.36 0 0.10
HSL 286.1º 0.61% 0.74% -
HSV(B) 286.1º 0.36% 0.9% -
XYZ 51.15 40.23 79.2 -
YUV 175.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 210 147 229 0.08 0.36 0 0.10 286.1 0.61 0.74
Hex D2 93 E5 8 24 0 A 11E 3D 4A
Octal 322 223 345 10 44 0 12 436 75 112
Binary 11010010 10010011 11100101 1000 100100 0 1010 100011110 111101 1001010

Color Harmonies of #D293E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293E5

Black with #D293E5

Text Example


Text Example

White with #D293E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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