Html Css Color HEX #D58BEA Wisteria

📋 copy color: '#D58BEA'

red 213 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #D58BEA

Tints of Wisteria #D58BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.72%

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

R = 36.35%
G = 23.72%
B = 39.93%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D58BEA (or 0xD58BEA) is known color: Wisteria. HEX triplet: D5, 8B and EA. RGB value is (213,139,234). Sum of RGB (Red+Green+Blue) = 213+139+234=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #D58BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BEA is #2A7415. Grayscale: #ABABAB. Windows color (decimal): -2782230 or 15371221. OLE color: 15371221.

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

Color convert

RGB 213 139 234 -
CMYK 0.09 0.41 0 0.08
HSL 286.74º 0.69% 0.73% -
HSV(B) 286.74º 0.41% 0.92% -
XYZ 51.52 38.55 82.57 -
YUV 171.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 213 139 234 0.09 0.41 0 0.08 286.74 0.69 0.73
Hex D5 8B EA 9 29 0 8 11F 45 49
Octal 325 213 352 11 51 0 10 437 105 111
Binary 11010101 10001011 11101010 1001 101001 0 1000 100011111 1000101 1001001

Color Harmonies of #D58BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BEA

Black with #D58BEA

Text Example


Text Example

White with #D58BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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