Html Css Color HEX #D49EE6 Wisteria

📋 copy color: '#D49EE6'

red 212 ◦ green 158 ◦ blue 230

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

Shades of Wisteria #D49EE6

Tints of Wisteria #D49EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.33%

R = 35.33%
G = 26.33%
B = 38.33%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D49EE6 (or 0xD49EE6) is known color: Wisteria. HEX triplet: D4, 9E and E6. RGB value is (212,158,230). Sum of RGB (Red+Green+Blue) = 212+158+230=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #D49EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EE6 is #2B6119. Grayscale: #B6B6B6. Windows color (decimal): -2842906 or 15113940. OLE color: 15113940.

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

Color convert

RGB 212 158 230 -
CMYK 0.08 0.31 0 0.10
HSL 285º 0.59% 0.76% -
HSV(B) 285º 0.31% 0.9% -
XYZ 53.66 44.16 80.56 -
YUV 182.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 212 158 230 0.08 0.31 0 0.10 285 0.59 0.76
Hex D4 9E E6 8 1F 0 A 11D 3B 4C
Octal 324 236 346 10 37 0 12 435 73 114
Binary 11010100 10011110 11100110 1000 11111 0 1010 100011101 111011 1001100

Color Harmonies of #D49EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EE6

Black with #D49EE6

Text Example


Text Example

White with #D49EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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