Html Css Color HEX #D49BEB Wisteria

📋 copy color: '#D49BEB'

red 212 ◦ green 155 ◦ blue 235

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

Shades of Wisteria #D49BEB

Tints of Wisteria #D49BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.04%

R = 35.22%
G = 25.75%
B = 39.04%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D49BEB (or 0xD49BEB) is known color: Wisteria. HEX triplet: D4, 9B and EB. RGB value is (212,155,235). Sum of RGB (Red+Green+Blue) = 212+155+235=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #D49BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BEB is #2B6414. Grayscale: #B4B4B4. Windows color (decimal): -2843669 or 15440852. OLE color: 15440852.

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

Color convert

RGB 212 155 235 -
CMYK 0.10 0.34 0 0.08
HSL 282.75º 0.67% 0.76% -
HSV(B) 282.75º 0.34% 0.92% -
XYZ 53.87 43.44 84.14 -
YUV 181.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 212 155 235 0.10 0.34 0 0.08 282.75 0.67 0.76
Hex D4 9B EB A 22 0 8 11B 43 4C
Octal 324 233 353 12 42 0 10 433 103 114
Binary 11010100 10011011 11101011 1010 100010 0 1000 100011011 1000011 1001100

Color Harmonies of #D49BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BEB

Black with #D49BEB

Text Example


Text Example

White with #D49BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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