Html Css Color HEX #D595E5 Wisteria

📋 copy color: '#D595E5'

red 213 ◦ green 149 ◦ blue 229

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

Shades of Wisteria #D595E5

Tints of Wisteria #D595E5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.21%

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

R = 36.04%
G = 25.21%
B = 38.75%

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

#D595E5 (or 0xD595E5) is known color: Wisteria. HEX triplet: D5, 95 and E5. RGB value is (213,149,229). Sum of RGB (Red+Green+Blue) = 213+149+229=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #D595E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595E5 is #2A6A1A. Grayscale: #B1B1B1. Windows color (decimal): -2779675 or 15046101. OLE color: 15046101.

HSL color Cylindrical-coordinate representation of color #D595E5: hue angle of 288º 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 #D595E5 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 149 229 -
CMYK 0.07 0.35 0 0.10
HSL 288º 0.61% 0.74% -
HSV(B) 288º 0.35% 0.9% -
XYZ 52.33 41.3 79.34 -
YUV 177.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 213 149 229 0.07 0.35 0 0.10 288 0.61 0.74
Hex D5 95 E5 7 23 0 A 120 3D 4A
Octal 325 225 345 7 43 0 12 440 75 112
Binary 11010101 10010101 11100101 111 100011 0 1010 100100000 111101 1001010

Color Harmonies of #D595E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595E5

Black with #D595E5

Text Example


Text Example

White with #D595E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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