Html Css Color HEX #D49AEB Wisteria

📋 copy color: '#D49AEB'

red 212 ◦ green 154 ◦ blue 235

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

Shades of Wisteria #D49AEB

Tints of Wisteria #D49AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.62%

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

R = 35.27%
G = 25.62%
B = 39.1%

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

#D49AEB (or 0xD49AEB) is known color: Wisteria. HEX triplet: D4, 9A and EB. RGB value is (212,154,235). Sum of RGB (Red+Green+Blue) = 212+154+235=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #D49AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AEB is #2B6514. Grayscale: #B4B4B4. Windows color (decimal): -2843925 or 15440596. OLE color: 15440596.

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

Color convert

RGB 212 154 235 -
CMYK 0.10 0.34 0 0.08
HSL 282.96º 0.67% 0.76% -
HSV(B) 282.96º 0.34% 0.92% -
XYZ 53.7 43.11 84.09 -
YUV 180.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 212 154 235 0.10 0.34 0 0.08 282.96 0.67 0.76
Hex D4 9A EB A 22 0 8 11B 43 4C
Octal 324 232 353 12 42 0 10 433 103 114
Binary 11010100 10011010 11101011 1010 100010 0 1000 100011011 1000011 1001100

Color Harmonies of #D49AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AEB

Black with #D49AEB

Text Example


Text Example

White with #D49AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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