Html Css Color HEX #D49EE8 Wisteria

📋 copy color: '#D49EE8'

red 212 ◦ green 158 ◦ blue 232

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

Shades of Wisteria #D49EE8

Tints of Wisteria #D49EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 35.22%
G = 26.25%
B = 38.54%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D49EE8 (or 0xD49EE8) is known color: Wisteria. HEX triplet: D4, 9E and E8. RGB value is (212,158,232). Sum of RGB (Red+Green+Blue) = 212+158+232=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #D49EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EE8 is #2B6117. Grayscale: #B6B6B6. Windows color (decimal): -2842904 or 15245012. OLE color: 15245012.

HSL color Cylindrical-coordinate representation of color #D49EE8: hue angle of 283.78º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49EE8 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 158 232 -
CMYK 0.09 0.32 0 0.09
HSL 283.78º 0.62% 0.76% -
HSV(B) 283.78º 0.32% 0.91% -
XYZ 53.94 44.28 82.05 -
YUV 182.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 212 158 232 0.09 0.32 0 0.09 283.78 0.62 0.76
Hex D4 9E E8 9 20 0 9 11C 3E 4C
Octal 324 236 350 11 40 0 11 434 76 114
Binary 11010100 10011110 11101000 1001 100000 0 1001 100011100 111110 1001100

Color Harmonies of #D49EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EE8

Black with #D49EE8

Text Example


Text Example

White with #D49EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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