Html Css Color HEX #D49BE1 Wisteria

📋 copy color: '#D49BE1'

red 212 ◦ green 155 ◦ blue 225

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

Shades of Wisteria #D49BE1

Tints of Wisteria #D49BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.01%

R = 35.81%
G = 26.18%
B = 38.01%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D49BE1 (or 0xD49BE1) is known color: Wisteria. HEX triplet: D4, 9B and E1. RGB value is (212,155,225). Sum of RGB (Red+Green+Blue) = 212+155+225=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #D49BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BE1 is #2B641E. Grayscale: #B3B3B3. Windows color (decimal): -2843679 or 14785492. OLE color: 14785492.

HSL color Cylindrical-coordinate representation of color #D49BE1: hue angle of 288.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49BE1 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 155 225 -
CMYK 0.06 0.31 0 0.12
HSL 288.86º 0.54% 0.75% -
HSV(B) 288.86º 0.31% 0.88% -
XYZ 52.46 42.88 76.74 -
YUV 180.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 212 155 225 0.06 0.31 0 0.12 288.86 0.54 0.75
Hex D4 9B E1 6 1F 0 C 121 36 4B
Octal 324 233 341 6 37 0 14 441 66 113
Binary 11010100 10011011 11100001 110 11111 0 1100 100100001 110110 1001011

Color Harmonies of #D49BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BE1

Black with #D49BE1

Text Example


Text Example

White with #D49BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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