Html Css Color HEX #D49EEE Wisteria

📋 copy color: '#D49EEE'

red 212 ◦ green 158 ◦ blue 238

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

Shades of Wisteria #D49EEE

Tints of Wisteria #D49EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 34.87%
G = 25.99%
B = 39.14%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D49EEE (or 0xD49EEE) is known color: Wisteria. HEX triplet: D4, 9E and EE. RGB value is (212,158,238). Sum of RGB (Red+Green+Blue) = 212+158+238=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #D49EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EEE is #2B6111. Grayscale: #B7B7B7. Windows color (decimal): -2842898 or 15638228. OLE color: 15638228.

HSL color Cylindrical-coordinate representation of color #D49EEE: hue angle of 280.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D49EEE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 158 238 -
CMYK 0.11 0.34 0 0.07
HSL 280.5º 0.7% 0.78% -
HSV(B) 280.5º 0.34% 0.93% -
XYZ 54.81 44.62 86.61 -
YUV 183.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 212 158 238 0.11 0.34 0 0.07 280.5 0.7 0.78
Hex D4 9E EE B 22 0 7 118 46 4E
Octal 324 236 356 13 42 0 7 430 106 116
Binary 11010100 10011110 11101110 1011 100010 0 111 100011000 1000110 1001110

Color Harmonies of #D49EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EEE

Black with #D49EEE

Text Example


Text Example

White with #D49EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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