Html Css Color HEX #D49EEA Wisteria

📋 copy color: '#D49EEA'

red 212 ◦ green 158 ◦ blue 234

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

Shades of Wisteria #D49EEA

Tints of Wisteria #D49EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.16%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 35.1%
G = 26.16%
B = 38.74%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D49EEA (or 0xD49EEA) is known color: Wisteria. HEX triplet: D4, 9E and EA. RGB value is (212,158,234). Sum of RGB (Red+Green+Blue) = 212+158+234=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #D49EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EEA is #2B6115. Grayscale: #B6B6B6. Windows color (decimal): -2842902 or 15376084. OLE color: 15376084.

HSL color Cylindrical-coordinate representation of color #D49EEA: hue angle of 282.63º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49EEA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 158 234 -
CMYK 0.09 0.32 0 0.08
HSL 282.63º 0.64% 0.77% -
HSV(B) 282.63º 0.32% 0.92% -
XYZ 54.23 44.39 83.55 -
YUV 182.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 212 158 234 0.09 0.32 0 0.08 282.63 0.64 0.77
Hex D4 9E EA 9 20 0 8 11B 40 4D
Octal 324 236 352 11 40 0 10 433 100 115
Binary 11010100 10011110 11101010 1001 100000 0 1000 100011011 1000000 1001101

Color Harmonies of #D49EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EEA

Black with #D49EEA

Text Example


Text Example

White with #D49EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EEA; }

 p { color: rgb(212,158,234); }

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

background-color css

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

 a { background-color: rgb(212,158,234); }

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

border-color css

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

 span { border-color: rgb(212,158,234); }

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