Html Css Color HEX #D48BEA Wisteria

📋 copy color: '#D48BEA'

red 212 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #D48BEA

Tints of Wisteria #D48BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.76%

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

R = 36.24%
G = 23.76%
B = 40%

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

#D48BEA (or 0xD48BEA) is known color: Wisteria. HEX triplet: D4, 8B and EA. RGB value is (212,139,234). Sum of RGB (Red+Green+Blue) = 212+139+234=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #D48BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BEA is #2B7415. Grayscale: #ABABAB. Windows color (decimal): -2847766 or 15371220. OLE color: 15371220.

HSL color Cylindrical-coordinate representation of color #D48BEA: hue angle of 286.11º degrees, saturation: 0.69, 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 #D48BEA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 139 234 -
CMYK 0.09 0.41 0 0.08
HSL 286.11º 0.69% 0.73% -
HSV(B) 286.11º 0.41% 0.92% -
XYZ 51.24 38.4 82.55 -
YUV 171.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 212 139 234 0.09 0.41 0 0.08 286.11 0.69 0.73
Hex D4 8B EA 9 29 0 8 11E 45 49
Octal 324 213 352 11 51 0 10 436 105 111
Binary 11010100 10001011 11101010 1001 101001 0 1000 100011110 1000101 1001001

Color Harmonies of #D48BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BEA

Black with #D48BEA

Text Example


Text Example

White with #D48BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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