Html Css Color HEX #D58DEE Wisteria

📋 copy color: '#D58DEE'

red 213 ◦ green 141 ◦ blue 238

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

Shades of Wisteria #D58DEE

Tints of Wisteria #D58DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 35.98%
G = 23.82%
B = 40.2%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D58DEE (or 0xD58DEE) is known color: Wisteria. HEX triplet: D5, 8D and EE. RGB value is (213,141,238). Sum of RGB (Red+Green+Blue) = 213+141+238=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #D58DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DEE is #2A7211. Grayscale: #ADADAD. Windows color (decimal): -2781714 or 15633877. OLE color: 15633877.

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

Color convert

RGB 213 141 238 -
CMYK 0.11 0.41 0 0.07
HSL 284.54º 0.74% 0.74% -
HSV(B) 284.54º 0.41% 0.93% -
XYZ 52.4 39.37 85.73 -
YUV 173.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 213 141 238 0.11 0.41 0 0.07 284.54 0.74 0.74
Hex D5 8D EE B 29 0 7 11D 4A 4A
Octal 325 215 356 13 51 0 7 435 112 112
Binary 11010101 10001101 11101110 1011 101001 0 111 100011101 1001010 1001010

Color Harmonies of #D58DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DEE

Black with #D58DEE

Text Example


Text Example

White with #D58DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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