Html Css Color HEX #D596EF Wisteria

📋 copy color: '#D596EF'

red 213 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #D596EF

Tints of Wisteria #D596EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.7%

R = 35.38%
G = 24.92%
B = 39.7%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D596EF (or 0xD596EF) is known color: Wisteria. HEX triplet: D5, 96 and EF. RGB value is (213,150,239). Sum of RGB (Red+Green+Blue) = 213+150+239=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #D596EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596EF is #2A6910. Grayscale: #B2B2B2. Windows color (decimal): -2779409 or 15701717. OLE color: 15701717.

HSL color Cylindrical-coordinate representation of color #D596EF: hue angle of 282.47º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D596EF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 150 239 -
CMYK 0.11 0.37 0 0.06
HSL 282.47º 0.74% 0.76% -
HSV(B) 282.47º 0.37% 0.94% -
XYZ 53.93 42.19 86.96 -
YUV 178.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 213 150 239 0.11 0.37 0 0.06 282.47 0.74 0.76
Hex D5 96 EF B 25 0 6 11A 4A 4C
Octal 325 226 357 13 45 0 6 432 112 114
Binary 11010101 10010110 11101111 1011 100101 0 110 100011010 1001010 1001100

Color Harmonies of #D596EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596EF

Black with #D596EF

Text Example


Text Example

White with #D596EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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