Html Css Color HEX #D49BEE Wisteria

📋 copy color: '#D49BEE'

red 212 ◦ green 155 ◦ blue 238

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

Shades of Wisteria #D49BEE

Tints of Wisteria #D49BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.62%

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

R = 35.04%
G = 25.62%
B = 39.34%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D49BEE (or 0xD49BEE) is known color: Wisteria. HEX triplet: D4, 9B and EE. RGB value is (212,155,238). Sum of RGB (Red+Green+Blue) = 212+155+238=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #D49BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BEE is #2B6411. Grayscale: #B5B5B5. Windows color (decimal): -2843666 or 15637460. OLE color: 15637460.

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

Color convert

RGB 212 155 238 -
CMYK 0.11 0.35 0 0.07
HSL 281.2º 0.71% 0.77% -
HSV(B) 281.2º 0.35% 0.93% -
XYZ 54.31 43.61 86.44 -
YUV 181.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 212 155 238 0.11 0.35 0 0.07 281.2 0.71 0.77
Hex D4 9B EE B 23 0 7 119 47 4D
Octal 324 233 356 13 43 0 7 431 107 115
Binary 11010100 10011011 11101110 1011 100011 0 111 100011001 1000111 1001101

Color Harmonies of #D49BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BEE

Black with #D49BEE

Text Example


Text Example

White with #D49BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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