Html Css Color HEX #D49BEA Wisteria

📋 copy color: '#D49BEA'

red 212 ◦ green 155 ◦ blue 234

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

Shades of Wisteria #D49BEA

Tints of Wisteria #D49BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 35.27%
G = 25.79%
B = 38.94%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D49BEA (or 0xD49BEA) is known color: Wisteria. HEX triplet: D4, 9B and EA. RGB value is (212,155,234). Sum of RGB (Red+Green+Blue) = 212+155+234=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #D49BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BEA is #2B6415. Grayscale: #B4B4B4. Windows color (decimal): -2843670 or 15375316. OLE color: 15375316.

HSL color Cylindrical-coordinate representation of color #D49BEA: hue angle of 283.29º degrees, saturation: 0.65, 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 #D49BEA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 155 234 -
CMYK 0.09 0.34 0 0.08
HSL 283.29º 0.65% 0.76% -
HSV(B) 283.29º 0.34% 0.92% -
XYZ 53.72 43.38 83.38 -
YUV 181.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 212 155 234 0.09 0.34 0 0.08 283.29 0.65 0.76
Hex D4 9B EA 9 22 0 8 11B 41 4C
Octal 324 233 352 11 42 0 10 433 101 114
Binary 11010100 10011011 11101010 1001 100010 0 1000 100011011 1000001 1001100

Color Harmonies of #D49BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BEA

Black with #D49BEA

Text Example


Text Example

White with #D49BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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