Html Css Color HEX #D58DED Wisteria

📋 copy color: '#D58DED'

red 213 ◦ green 141 ◦ blue 237

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

Shades of Wisteria #D58DED

Tints of Wisteria #D58DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 36.04%
G = 23.86%
B = 40.1%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D58DED (or 0xD58DED) is known color: Wisteria. HEX triplet: D5, 8D and ED. RGB value is (213,141,237). Sum of RGB (Red+Green+Blue) = 213+141+237=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DED is #2A7212. Grayscale: #ADADAD. Windows color (decimal): -2781715 or 15568341. OLE color: 15568341.

HSL color Cylindrical-coordinate representation of color #D58DED: hue angle of 285º degrees, saturation: 0.73, 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 #D58DED is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 141 237 -
CMYK 0.10 0.41 0 0.07
HSL 285º 0.73% 0.74% -
HSV(B) 285º 0.41% 0.93% -
XYZ 52.25 39.31 84.95 -
YUV 173.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 213 141 237 0.10 0.41 0 0.07 285 0.73 0.74
Hex D5 8D ED A 29 0 7 11D 49 4A
Octal 325 215 355 12 51 0 7 435 111 112
Binary 11010101 10001101 11101101 1010 101001 0 111 100011101 1001001 1001010

Color Harmonies of #D58DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DED

Black with #D58DED

Text Example


Text Example

White with #D58DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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