Html Css Color HEX #D59EEF Wisteria

📋 copy color: '#D59EEF'

red 213 ◦ green 158 ◦ blue 239

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

Shades of Wisteria #D59EEF

Tints of Wisteria #D59EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.9%

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

R = 34.92%
G = 25.9%
B = 39.18%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D59EEF (or 0xD59EEF) is known color: Wisteria. HEX triplet: D5, 9E and EF. RGB value is (213,158,239). Sum of RGB (Red+Green+Blue) = 213+158+239=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #D59EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EEF is #2A6110. Grayscale: #B7B7B7. Windows color (decimal): -2777361 or 15703765. OLE color: 15703765.

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

Color convert

RGB 213 158 239 -
CMYK 0.11 0.34 0 0.06
HSL 280.74º 0.72% 0.78% -
HSV(B) 280.74º 0.34% 0.94% -
XYZ 55.25 44.83 87.4 -
YUV 183.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 213 158 239 0.11 0.34 0 0.06 280.74 0.72 0.78
Hex D5 9E EF B 22 0 6 119 48 4E
Octal 325 236 357 13 42 0 6 431 110 116
Binary 11010101 10011110 11101111 1011 100010 0 110 100011001 1001000 1001110

Color Harmonies of #D59EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EEF

Black with #D59EEF

Text Example


Text Example

White with #D59EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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