Html Css Color HEX #D48AEA Wisteria

📋 copy color: '#D48AEA'

red 212 ◦ green 138 ◦ blue 234

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

Shades of Wisteria #D48AEA

Tints of Wisteria #D48AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.63%

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

R = 36.3%
G = 23.63%
B = 40.07%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D48AEA (or 0xD48AEA) is known color: Wisteria. HEX triplet: D4, 8A and EA. RGB value is (212,138,234). Sum of RGB (Red+Green+Blue) = 212+138+234=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #D48AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AEA is #2B7515. Grayscale: #AAAAAA. Windows color (decimal): -2848022 or 15370964. OLE color: 15370964.

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

Color convert

RGB 212 138 234 -
CMYK 0.09 0.41 0 0.08
HSL 286.25º 0.7% 0.73% -
HSV(B) 286.25º 0.41% 0.92% -
XYZ 51.09 38.11 82.51 -
YUV 171.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 212 138 234 0.09 0.41 0 0.08 286.25 0.7 0.73
Hex D4 8A EA 9 29 0 8 11E 46 49
Octal 324 212 352 11 51 0 10 436 106 111
Binary 11010100 10001010 11101010 1001 101001 0 1000 100011110 1000110 1001001

Color Harmonies of #D48AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AEA

Black with #D48AEA

Text Example


Text Example

White with #D48AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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