Html Css Color HEX #D291F6 Wisteria

📋 copy color: '#D291F6'

red 210 ◦ green 145 ◦ blue 246

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

Shades of Wisteria #D291F6

Tints of Wisteria #D291F6

RGB

 RED value IS 210 (82.42% from 255) = 34.94%

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

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

R = 34.94%
G = 24.13%
B = 40.93%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D291F6 (or 0xD291F6) is known color: Wisteria. HEX triplet: D2, 91 and F6. RGB value is (210,145,246). Sum of RGB (Red+Green+Blue) = 210+145+246=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #D291F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291F6 is #2D6E09. Grayscale: #AFAFAF. Windows color (decimal): -2977290 or 16159186. OLE color: 16159186.

HSL color Cylindrical-coordinate representation of color #D291F6: hue angle of 278.61º 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 #D291F6 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 145 246 -
CMYK 0.15 0.41 0 0.04
HSL 278.61º 0.85% 0.77% -
HSV(B) 278.61º 0.41% 0.96% -
XYZ 53.34 40.61 92.22 -
YUV 175.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 210 145 246 0.15 0.41 0 0.04 278.61 0.85 0.77
Hex D2 91 F6 F 29 0 4 117 55 4D
Octal 322 221 366 17 51 0 4 427 125 115
Binary 11010010 10010001 11110110 1111 101001 0 100 100010111 1010101 1001101

Color Harmonies of #D291F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291F6

Black with #D291F6

Text Example


Text Example

White with #D291F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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