Html Css Color HEX #D58EEA Wisteria

📋 copy color: '#D58EEA'

red 213 ◦ green 142 ◦ blue 234

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

Shades of Wisteria #D58EEA

Tints of Wisteria #D58EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 36.16%
G = 24.11%
B = 39.73%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D58EEA (or 0xD58EEA) is known color: Wisteria. HEX triplet: D5, 8E and EA. RGB value is (213,142,234). Sum of RGB (Red+Green+Blue) = 213+142+234=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D58EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EEA is #2A7115. Grayscale: #ADADAD. Windows color (decimal): -2781462 or 15371989. OLE color: 15371989.

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

Color convert

RGB 213 142 234 -
CMYK 0.09 0.39 0 0.08
HSL 286.3º 0.69% 0.74% -
HSV(B) 286.3º 0.39% 0.92% -
XYZ 51.96 39.43 82.71 -
YUV 173.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 213 142 234 0.09 0.39 0 0.08 286.3 0.69 0.74
Hex D5 8E EA 9 27 0 8 11E 45 4A
Octal 325 216 352 11 47 0 10 436 105 112
Binary 11010101 10001110 11101010 1001 100111 0 1000 100011110 1000101 1001010

Color Harmonies of #D58EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EEA

Black with #D58EEA

Text Example


Text Example

White with #D58EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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