Html Css Color HEX #D291E5 Wisteria

📋 copy color: '#D291E5'

red 210 ◦ green 145 ◦ blue 229

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

Shades of Wisteria #D291E5

Tints of Wisteria #D291E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.21%

R = 35.96%
G = 24.83%
B = 39.21%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D291E5 (or 0xD291E5) is known color: Wisteria. HEX triplet: D2, 91 and E5. RGB value is (210,145,229). Sum of RGB (Red+Green+Blue) = 210+145+229=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #D291E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291E5 is #2D6E1A. Grayscale: #ADADAD. Windows color (decimal): -2977307 or 15045074. OLE color: 15045074.

HSL color Cylindrical-coordinate representation of color #D291E5: hue angle of 286.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D291E5 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 145 229 -
CMYK 0.08 0.37 0 0.10
HSL 286.43º 0.62% 0.73% -
HSV(B) 286.43º 0.37% 0.9% -
XYZ 50.85 39.61 79.09 -
YUV 174.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 210 145 229 0.08 0.37 0 0.10 286.43 0.62 0.73
Hex D2 91 E5 8 25 0 A 11E 3E 49
Octal 322 221 345 10 45 0 12 436 76 111
Binary 11010010 10010001 11100101 1000 100101 0 1010 100011110 111110 1001001

Color Harmonies of #D291E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291E5

Black with #D291E5

Text Example


Text Example

White with #D291E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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