Html Css Color HEX #D591F6 Wisteria

📋 copy color: '#D591F6'

red 213 ◦ green 145 ◦ blue 246

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

Shades of Wisteria #D591F6

Tints of Wisteria #D591F6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.01%

 BLUE value IS 246 (96.48% from 255) = 40.73%

R = 35.26%
G = 24.01%
B = 40.73%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D591F6 (or 0xD591F6) is known color: Wisteria. HEX triplet: D5, 91 and F6. RGB value is (213,145,246). Sum of RGB (Red+Green+Blue) = 213+145+246=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #D591F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591F6 is #2A6E09. Grayscale: #B0B0B0. Windows color (decimal): -2780682 or 16159189. OLE color: 16159189.

HSL color Cylindrical-coordinate representation of color #D591F6: hue angle of 280.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D591F6 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 145 246 -
CMYK 0.13 0.41 0 0.04
HSL 280.4º 0.85% 0.77% -
HSV(B) 280.4º 0.41% 0.96% -
XYZ 54.2 41.05 92.26 -
YUV 176.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 213 145 246 0.13 0.41 0 0.04 280.4 0.85 0.77
Hex D5 91 F6 D 29 0 4 118 55 4D
Octal 325 221 366 15 51 0 4 430 125 115
Binary 11010101 10010001 11110110 1101 101001 0 100 100011000 1010101 1001101

Color Harmonies of #D591F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591F6

Black with #D591F6

Text Example


Text Example

White with #D591F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591F6; }

 p { color: rgb(213,145,246); }

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

background-color css

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

 a { background-color: rgb(213,145,246); }

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

border-color css

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

 span { border-color: rgb(213,145,246); }

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