Html Css Color HEX #D58DF0 Wisteria

📋 copy color: '#D58DF0'

red 213 ◦ green 141 ◦ blue 240

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

Shades of Wisteria #D58DF0

Tints of Wisteria #D58DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 35.86%
G = 23.74%
B = 40.4%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D58DF0 (or 0xD58DF0) is known color: Wisteria. HEX triplet: D5, 8D and F0. RGB value is (213,141,240). Sum of RGB (Red+Green+Blue) = 213+141+240=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #D58DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DF0 is #2A720F. Grayscale: #ADADAD. Windows color (decimal): -2781712 or 15764949. OLE color: 15764949.

HSL color Cylindrical-coordinate representation of color #D58DF0: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D58DF0 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 141 240 -
CMYK 0.11 0.41 0 0.06
HSL 283.64º 0.77% 0.75% -
HSV(B) 283.64º 0.41% 0.94% -
XYZ 52.69 39.49 87.28 -
YUV 173.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 213 141 240 0.11 0.41 0 0.06 283.64 0.77 0.75
Hex D5 8D F0 B 29 0 6 11C 4D 4B
Octal 325 215 360 13 51 0 6 434 115 113
Binary 11010101 10001101 11110000 1011 101001 0 110 100011100 1001101 1001011

Color Harmonies of #D58DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DF0

Black with #D58DF0

Text Example


Text Example

White with #D58DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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