Html Css Color HEX #D49DEA Wisteria

📋 copy color: '#D49DEA'

red 212 ◦ green 157 ◦ blue 234

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

Shades of Wisteria #D49DEA

Tints of Wisteria #D49DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.04%

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

R = 35.16%
G = 26.04%
B = 38.81%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D49DEA (or 0xD49DEA) is known color: Wisteria. HEX triplet: D4, 9D and EA. RGB value is (212,157,234). Sum of RGB (Red+Green+Blue) = 212+157+234=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D49DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DEA is #2B6215. Grayscale: #B5B5B5. Windows color (decimal): -2843158 or 15375828. OLE color: 15375828.

HSL color Cylindrical-coordinate representation of color #D49DEA: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49DEA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 157 234 -
CMYK 0.09 0.33 0 0.08
HSL 282.86º 0.65% 0.77% -
HSV(B) 282.86º 0.33% 0.92% -
XYZ 54.06 44.05 83.5 -
YUV 182.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 212 157 234 0.09 0.33 0 0.08 282.86 0.65 0.77
Hex D4 9D EA 9 21 0 8 11B 41 4D
Octal 324 235 352 11 41 0 10 433 101 115
Binary 11010100 10011101 11101010 1001 100001 0 1000 100011011 1000001 1001101

Color Harmonies of #D49DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DEA

Black with #D49DEA

Text Example


Text Example

White with #D49DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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