Html Css Color HEX #D58EEB Wisteria

📋 copy color: '#D58EEB'

red 213 ◦ green 142 ◦ blue 235

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

Shades of Wisteria #D58EEB

Tints of Wisteria #D58EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.83%

R = 36.1%
G = 24.07%
B = 39.83%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D58EEB (or 0xD58EEB) is known color: Wisteria. HEX triplet: D5, 8E and EB. RGB value is (213,142,235). Sum of RGB (Red+Green+Blue) = 213+142+235=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #D58EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EEB is #2A7114. Grayscale: #ADADAD. Windows color (decimal): -2781461 or 15437525. OLE color: 15437525.

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

Color convert

RGB 213 142 235 -
CMYK 0.09 0.40 0 0.08
HSL 285.81º 0.7% 0.74% -
HSV(B) 285.81º 0.4% 0.92% -
XYZ 52.11 39.49 83.47 -
YUV 173.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 213 142 235 0.09 0.40 0 0.08 285.81 0.7 0.74
Hex D5 8E EB 9 28 0 8 11E 46 4A
Octal 325 216 353 11 50 0 10 436 106 112
Binary 11010101 10001110 11101011 1001 101000 0 1000 100011110 1000110 1001010

Color Harmonies of #D58EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EEB

Black with #D58EEB

Text Example


Text Example

White with #D58EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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