Html Css Color HEX #D291F9 Wisteria

📋 copy color: '#D291F9'

red 210 ◦ green 145 ◦ blue 249

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

Shades of Wisteria #D291F9

Tints of Wisteria #D291F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 34.77%
G = 24.01%
B = 41.23%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D291F9 (or 0xD291F9) is known color: Wisteria. HEX triplet: D2, 91 and F9. RGB value is (210,145,249). Sum of RGB (Red+Green+Blue) = 210+145+249=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #D291F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291F9 is #2D6E06. Grayscale: #AFAFAF. Windows color (decimal): -2977287 or 16355794. OLE color: 16355794.

HSL color Cylindrical-coordinate representation of color #D291F9: hue angle of 277.5º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D291F9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 145 249 -
CMYK 0.16 0.42 0 0.02
HSL 277.5º 0.9% 0.77% -
HSV(B) 277.5º 0.42% 0.98% -
XYZ 53.8 40.79 94.66 -
YUV 176.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 210 145 249 0.16 0.42 0 0.02 277.5 0.9 0.77
Hex D2 91 F9 10 2A 0 2 116 5A 4D
Octal 322 221 371 20 52 0 2 426 132 115
Binary 11010010 10010001 11111001 10000 101010 0 10 100010110 1011010 1001101

Color Harmonies of #D291F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291F9

Black with #D291F9

Text Example


Text Example

White with #D291F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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