Html Css Color HEX #D691F1 Wisteria

📋 copy color: '#D691F1'

red 214 ◦ green 145 ◦ blue 241

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

Shades of Wisteria #D691F1

Tints of Wisteria #D691F1

RGB

 RED value IS 214 (83.98% from 255) = 35.67%

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

 BLUE value IS 241 (94.53% from 255) = 40.17%

R = 35.67%
G = 24.17%
B = 40.17%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D691F1 (or 0xD691F1) is known color: Wisteria. HEX triplet: D6, 91 and F1. RGB value is (214,145,241). Sum of RGB (Red+Green+Blue) = 214+145+241=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #D691F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D691F1 is #296E0E. Grayscale: #B0B0B0. Windows color (decimal): -2715151 or 15831510. OLE color: 15831510.

HSL color Cylindrical-coordinate representation of color #D691F1: hue angle of 283.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D691F1 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 145 241 -
CMYK 0.11 0.40 0 0.05
HSL 283.13º 0.77% 0.76% -
HSV(B) 283.13º 0.4% 0.95% -
XYZ 53.73 40.9 88.28 -
YUV 176.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 214 145 241 0.11 0.40 0 0.05 283.13 0.77 0.76
Hex D6 91 F1 B 28 0 5 11B 4D 4C
Octal 326 221 361 13 50 0 5 433 115 114
Binary 11010110 10010001 11110001 1011 101000 0 101 100011011 1001101 1001100

Color Harmonies of #D691F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691F1

Black with #D691F1

Text Example


Text Example

White with #D691F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691F1; }

 p { color: rgb(214,145,241); }

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

background-color css

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

 a { background-color: rgb(214,145,241); }

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

border-color css

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

 span { border-color: rgb(214,145,241); }

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