Html Css Color HEX #D596ED Wisteria

📋 copy color: '#D596ED'

red 213 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #D596ED

Tints of Wisteria #D596ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25%

 BLUE value IS 237 (92.97% from 255) = 39.5%

R = 35.5%
G = 25%
B = 39.5%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D596ED (or 0xD596ED) is known color: Wisteria. HEX triplet: D5, 96 and ED. RGB value is (213,150,237). Sum of RGB (Red+Green+Blue) = 213+150+237=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #D596ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596ED is #2A6912. Grayscale: #B2B2B2. Windows color (decimal): -2779411 or 15570645. OLE color: 15570645.

HSL color Cylindrical-coordinate representation of color #D596ED: hue angle of 283.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D596ED is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 150 237 -
CMYK 0.10 0.37 0 0.07
HSL 283.45º 0.71% 0.76% -
HSV(B) 283.45º 0.37% 0.93% -
XYZ 53.63 42.07 85.41 -
YUV 178.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 213 150 237 0.10 0.37 0 0.07 283.45 0.71 0.76
Hex D5 96 ED A 25 0 7 11B 47 4C
Octal 325 226 355 12 45 0 7 433 107 114
Binary 11010101 10010110 11101101 1010 100101 0 111 100011011 1000111 1001100

Color Harmonies of #D596ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596ED

Black with #D596ED

Text Example


Text Example

White with #D596ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596ED; }

 p { color: rgb(213,150,237); }

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

background-color css

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

 a { background-color: rgb(213,150,237); }

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

border-color css

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

 span { border-color: rgb(213,150,237); }

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