Html Css Color HEX #D291F1 Wisteria

📋 copy color: '#D291F1'

red 210 ◦ green 145 ◦ blue 241

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

Shades of Wisteria #D291F1

Tints of Wisteria #D291F1

RGB

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

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

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

R = 35.23%
G = 24.33%
B = 40.44%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D291F1 (or 0xD291F1) is known color: Wisteria. HEX triplet: D2, 91 and F1. RGB value is (210,145,241). Sum of RGB (Red+Green+Blue) = 210+145+241=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #D291F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291F1 is #2D6E0E. Grayscale: #AFAFAF. Windows color (decimal): -2977295 or 15831506. OLE color: 15831506.

HSL color Cylindrical-coordinate representation of color #D291F1: hue angle of 280.62º 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 #D291F1 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 145 241 -
CMYK 0.13 0.40 0 0.05
HSL 280.63º 0.77% 0.76% -
HSV(B) 280.63º 0.4% 0.95% -
XYZ 52.58 40.3 88.23 -
YUV 175.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 210 145 241 0.13 0.40 0 0.05 280.63 0.77 0.76
Hex D2 91 F1 D 28 0 5 119 4D 4C
Octal 322 221 361 15 50 0 5 431 115 114
Binary 11010010 10010001 11110001 1101 101000 0 101 100011001 1001101 1001100

Color Harmonies of #D291F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291F1

Black with #D291F1

Text Example


Text Example

White with #D291F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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