Html Css Color HEX #D4A2E4 Wisteria

📋 copy color: '#D4A2E4'

red 212 ◦ green 162 ◦ blue 228

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

Shades of Wisteria #D4A2E4

Tints of Wisteria #D4A2E4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.91%

 BLUE value IS 228 (89.45% from 255) = 37.87%

R = 35.22%
G = 26.91%
B = 37.87%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D4A2E4 (or 0xD4A2E4) is known color: Wisteria. HEX triplet: D4, A2 and E4. RGB value is (212,162,228). Sum of RGB (Red+Green+Blue) = 212+162+228=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #D4A2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2E4 is #2B5D1B. Grayscale: #B8B8B8. Windows color (decimal): -2841884 or 14983892. OLE color: 14983892.

HSL color Cylindrical-coordinate representation of color #D4A2E4: hue angle of 285.45º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4A2E4 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 162 228 -
CMYK 0.07 0.29 0 0.11
HSL 285.45º 0.55% 0.76% -
HSV(B) 285.45º 0.29% 0.89% -
XYZ 54.08 45.44 79.32 -
YUV 184.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 212 162 228 0.07 0.29 0 0.11 285.45 0.55 0.76
Hex D4 A2 E4 7 1D 0 B 11D 37 4C
Octal 324 242 344 7 35 0 13 435 67 114
Binary 11010100 10100010 11100100 111 11101 0 1011 100011101 110111 1001100

Color Harmonies of #D4A2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A2E4

Black with #D4A2E4

Text Example


Text Example

White with #D4A2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A2E4; }

 p { color: rgb(212,162,228); }

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

background-color css

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

 a { background-color: rgb(212,162,228); }

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

border-color css

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

 span { border-color: rgb(212,162,228); }

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