Html Css Color HEX #D49AEC Wisteria

📋 copy color: '#D49AEC'

red 212 ◦ green 154 ◦ blue 236

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

Shades of Wisteria #D49AEC

Tints of Wisteria #D49AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 35.22%
G = 25.58%
B = 39.2%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D49AEC (or 0xD49AEC) is known color: Wisteria. HEX triplet: D4, 9A and EC. RGB value is (212,154,236). Sum of RGB (Red+Green+Blue) = 212+154+236=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #D49AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AEC is #2B6513. Grayscale: #B4B4B4. Windows color (decimal): -2843924 or 15506132. OLE color: 15506132.

HSL color Cylindrical-coordinate representation of color #D49AEC: hue angle of 282.44º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49AEC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 154 236 -
CMYK 0.10 0.35 0 0.07
HSL 282.44º 0.68% 0.76% -
HSV(B) 282.44º 0.35% 0.93% -
XYZ 53.85 43.16 84.85 -
YUV 180.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 212 154 236 0.10 0.35 0 0.07 282.44 0.68 0.76
Hex D4 9A EC A 23 0 7 11A 44 4C
Octal 324 232 354 12 43 0 7 432 104 114
Binary 11010100 10011010 11101100 1010 100011 0 111 100011010 1000100 1001100

Color Harmonies of #D49AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AEC

Black with #D49AEC

Text Example


Text Example

White with #D49AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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