Html Css Color HEX #D595EB Wisteria

📋 copy color: '#D595EB'

red 213 ◦ green 149 ◦ blue 235

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

Shades of Wisteria #D595EB

Tints of Wisteria #D595EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 35.68%
G = 24.96%
B = 39.36%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D595EB (or 0xD595EB) is known color: Wisteria. HEX triplet: D5, 95 and EB. RGB value is (213,149,235). Sum of RGB (Red+Green+Blue) = 213+149+235=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D595EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595EB is #2A6A14. Grayscale: #B1B1B1. Windows color (decimal): -2779669 or 15439317. OLE color: 15439317.

HSL color Cylindrical-coordinate representation of color #D595EB: hue angle of 284.65º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D595EB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 149 235 -
CMYK 0.09 0.37 0 0.08
HSL 284.65º 0.68% 0.75% -
HSV(B) 284.65º 0.37% 0.92% -
XYZ 53.18 41.64 83.83 -
YUV 177.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 213 149 235 0.09 0.37 0 0.08 284.65 0.68 0.75
Hex D5 95 EB 9 25 0 8 11D 44 4B
Octal 325 225 353 11 45 0 10 435 104 113
Binary 11010101 10010101 11101011 1001 100101 0 1000 100011101 1000100 1001011

Color Harmonies of #D595EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595EB

Black with #D595EB

Text Example


Text Example

White with #D595EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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