Html Css Color HEX #D594E4 Wisteria

📋 copy color: '#D594E4'

red 213 ◦ green 148 ◦ blue 228

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

Shades of Wisteria #D594E4

Tints of Wisteria #D594E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.71%

R = 36.16%
G = 25.13%
B = 38.71%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D594E4 (or 0xD594E4) is known color: Wisteria. HEX triplet: D5, 94 and E4. RGB value is (213,148,228). Sum of RGB (Red+Green+Blue) = 213+148+228=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #D594E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594E4 is #2A6B1B. Grayscale: #B0B0B0. Windows color (decimal): -2779932 or 14980309. OLE color: 14980309.

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

Color convert

RGB 213 148 228 -
CMYK 0.07 0.35 0 0.11
HSL 288.75º 0.6% 0.74% -
HSV(B) 288.75º 0.35% 0.89% -
XYZ 52.03 40.93 78.56 -
YUV 176.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 213 148 228 0.07 0.35 0 0.11 288.75 0.6 0.74
Hex D5 94 E4 7 23 0 B 121 3C 4A
Octal 325 224 344 7 43 0 13 441 74 112
Binary 11010101 10010100 11100100 111 100011 0 1011 100100001 111100 1001010

Color Harmonies of #D594E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594E4

Black with #D594E4

Text Example


Text Example

White with #D594E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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