Html Css Color HEX #D49AE1 Wisteria

📋 copy color: '#D49AE1'

red 212 ◦ green 154 ◦ blue 225

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

Shades of Wisteria #D49AE1

Tints of Wisteria #D49AE1

RGB

 RED value IS 212 (83.2% from 255) = 35.87%

 GREEN value IS 154 (60.55% from 255) = 26.06%

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 35.87%
G = 26.06%
B = 38.07%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D49AE1 (or 0xD49AE1) is known color: Wisteria. HEX triplet: D4, 9A and E1. RGB value is (212,154,225). Sum of RGB (Red+Green+Blue) = 212+154+225=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #D49AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AE1 is #2B651E. Grayscale: #B3B3B3. Windows color (decimal): -2843935 or 14785236. OLE color: 14785236.

HSL color Cylindrical-coordinate representation of color #D49AE1: hue angle of 289.01º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49AE1 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 154 225 -
CMYK 0.06 0.32 0 0.12
HSL 289.01º 0.54% 0.74% -
HSV(B) 289.01º 0.32% 0.88% -
XYZ 52.3 42.54 76.69 -
YUV 179.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 212 154 225 0.06 0.32 0 0.12 289.01 0.54 0.74
Hex D4 9A E1 6 20 0 C 121 36 4A
Octal 324 232 341 6 40 0 14 441 66 112
Binary 11010100 10011010 11100001 110 100000 0 1100 100100001 110110 1001010

Color Harmonies of #D49AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AE1

Black with #D49AE1

Text Example


Text Example

White with #D49AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AE1; }

 p { color: rgb(212,154,225); }

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

background-color css

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

 a { background-color: rgb(212,154,225); }

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

border-color css

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

 span { border-color: rgb(212,154,225); }

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