Html Css Color HEX #D49BE5 Wisteria

📋 copy color: '#D49BE5'

red 212 ◦ green 155 ◦ blue 229

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

Shades of Wisteria #D49BE5

Tints of Wisteria #D49BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 35.57%
G = 26.01%
B = 38.42%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D49BE5 (or 0xD49BE5) is known color: Wisteria. HEX triplet: D4, 9B and E5. RGB value is (212,155,229). Sum of RGB (Red+Green+Blue) = 212+155+229=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #D49BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BE5 is #2B641A. Grayscale: #B4B4B4. Windows color (decimal): -2843675 or 15047636. OLE color: 15047636.

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

Color convert

RGB 212 155 229 -
CMYK 0.07 0.32 0 0.10
HSL 286.22º 0.59% 0.75% -
HSV(B) 286.22º 0.32% 0.9% -
XYZ 53.02 43.1 79.65 -
YUV 180.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 212 155 229 0.07 0.32 0 0.10 286.22 0.59 0.75
Hex D4 9B E5 7 20 0 A 11E 3B 4B
Octal 324 233 345 7 40 0 12 436 73 113
Binary 11010100 10011011 11100101 111 100000 0 1010 100011110 111011 1001011

Color Harmonies of #D49BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BE5

Black with #D49BE5

Text Example


Text Example

White with #D49BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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