Html Css Color HEX #D58DEB Wisteria

📋 copy color: '#D58DEB'

red 213 ◦ green 141 ◦ blue 235

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

Shades of Wisteria #D58DEB

Tints of Wisteria #D58DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

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

R = 36.16%
G = 23.94%
B = 39.9%

CMYK

 C value IS 0.09

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D58DEB (or 0xD58DEB) is known color: Wisteria. HEX triplet: D5, 8D and EB. RGB value is (213,141,235). Sum of RGB (Red+Green+Blue) = 213+141+235=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #D58DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DEB is #2A7214. Grayscale: #ACACAC. Windows color (decimal): -2781717 or 15437269. OLE color: 15437269.

HSL color Cylindrical-coordinate representation of color #D58DEB: hue angle of 285.96º 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 #D58DEB is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 141 235 -
CMYK 0.09 0.4 0 0.08
HSL 285.96º 0.7% 0.74% -
HSV(B) 285.96º 0.4% 0.92% -
XYZ 51.96 39.19 83.42 -
YUV 173.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 213 141 235 0.09 0.4 0 0.08 285.96 0.7 0.74
Hex D5 8D EB 9 28 0 8 11E 46 4A
Octal 325 215 353 11 50 0 10 436 106 112
Binary 11010101 10001101 11101011 1001 101000 0 1000 100011110 1000110 1001010

Color Harmonies of #D58DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DEB

Black with #D58DEB

Text Example


Text Example

White with #D58DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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