Html Css Color HEX #D594E5 Wisteria

📋 copy color: '#D594E5'

red 213 ◦ green 148 ◦ blue 229

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

Shades of Wisteria #D594E5

Tints of Wisteria #D594E5

RGB

 RED value IS 213 (83.59% from 255) = 36.1%

 GREEN value IS 148 (58.2% from 255) = 25.08%

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

R = 36.1%
G = 25.08%
B = 38.81%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D594E5 (or 0xD594E5) is known color: Wisteria. HEX triplet: D5, 94 and E5. RGB value is (213,148,229). Sum of RGB (Red+Green+Blue) = 213+148+229=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #D594E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594E5 is #2A6B1A. Grayscale: #B0B0B0. Windows color (decimal): -2779931 or 15045845. OLE color: 15045845.

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

Color convert

RGB 213 148 229 -
CMYK 0.07 0.35 0 0.10
HSL 288.15º 0.61% 0.74% -
HSV(B) 288.15º 0.35% 0.9% -
XYZ 52.17 40.98 79.29 -
YUV 176.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 213 148 229 0.07 0.35 0 0.10 288.15 0.61 0.74
Hex D5 94 E5 7 23 0 A 120 3D 4A
Octal 325 224 345 7 43 0 12 440 75 112
Binary 11010101 10010100 11100101 111 100011 0 1010 100100000 111101 1001010

Color Harmonies of #D594E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594E5

Black with #D594E5

Text Example


Text Example

White with #D594E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594E5; }

 p { color: rgb(213,148,229); }

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

background-color css

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

 a { background-color: rgb(213,148,229); }

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

border-color css

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

 span { border-color: rgb(213,148,229); }

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