Html Css Color HEX #D58EEF Wisteria

📋 copy color: '#D58EEF'

red 213 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #D58EEF

Tints of Wisteria #D58EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.91%

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

R = 35.86%
G = 23.91%
B = 40.24%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D58EEF (or 0xD58EEF) is known color: Wisteria. HEX triplet: D5, 8E and EF. RGB value is (213,142,239). Sum of RGB (Red+Green+Blue) = 213+142+239=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #D58EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EEF is #2A7110. Grayscale: #ADADAD. Windows color (decimal): -2781457 or 15699669. OLE color: 15699669.

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

Color convert

RGB 213 142 239 -
CMYK 0.11 0.41 0 0.06
HSL 283.92º 0.75% 0.75% -
HSV(B) 283.92º 0.41% 0.94% -
XYZ 52.69 39.72 86.55 -
YUV 174.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 213 142 239 0.11 0.41 0 0.06 283.92 0.75 0.75
Hex D5 8E EF B 29 0 6 11C 4B 4B
Octal 325 216 357 13 51 0 6 434 113 113
Binary 11010101 10001110 11101111 1011 101001 0 110 100011100 1001011 1001011

Color Harmonies of #D58EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EEF

Black with #D58EEF

Text Example


Text Example

White with #D58EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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