Html Css Color HEX #D48BEE Wisteria

📋 copy color: '#D48BEE'

red 212 ◦ green 139 ◦ blue 238

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

Shades of Wisteria #D48BEE

Tints of Wisteria #D48BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 35.99%
G = 23.6%
B = 40.41%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D48BEE (or 0xD48BEE) is known color: Wisteria. HEX triplet: D4, 8B and EE. RGB value is (212,139,238). Sum of RGB (Red+Green+Blue) = 212+139+238=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #D48BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BEE is #2B7411. Grayscale: #ABABAB. Windows color (decimal): -2847762 or 15633364. OLE color: 15633364.

HSL color Cylindrical-coordinate representation of color #D48BEE: hue angle of 284.24º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48BEE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 139 238 -
CMYK 0.11 0.42 0 0.07
HSL 284.24º 0.74% 0.74% -
HSV(B) 284.24º 0.42% 0.93% -
XYZ 51.82 38.64 85.62 -
YUV 172.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 212 139 238 0.11 0.42 0 0.07 284.24 0.74 0.74
Hex D4 8B EE B 2A 0 7 11C 4A 4A
Octal 324 213 356 13 52 0 7 434 112 112
Binary 11010100 10001011 11101110 1011 101010 0 111 100011100 1001010 1001010

Color Harmonies of #D48BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BEE

Black with #D48BEE

Text Example


Text Example

White with #D48BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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